mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update dependency @types/node to v20.6.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9bef045e12
commit
dd258bb211
3 changed files with 12 additions and 5 deletions
|
@ -93,7 +93,7 @@
|
|||
"@types/jest": "29.5.4",
|
||||
"@types/markdown-it": "13.0.1",
|
||||
"@types/mysql": "2.15.21",
|
||||
"@types/node": "20.5.9",
|
||||
"@types/node": "20.6.0",
|
||||
"@types/passport-local": "1.0.35",
|
||||
"@types/pg": "8.10.2",
|
||||
"@types/source-map-support": "0.5.7",
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
"@types/markdown-it": "13.0.1",
|
||||
"@types/markdown-it-container": "2.0.6",
|
||||
"@types/markdown-it-plantuml": "1.4.1",
|
||||
"@types/node": "20.5.9",
|
||||
"@types/node": "20.6.0",
|
||||
"@types/react": "18.2.21",
|
||||
"@types/react-dom": "18.2.7",
|
||||
"@types/sass": "1.43.1",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -2293,7 +2293,7 @@ __metadata:
|
|||
"@types/markdown-it": 13.0.1
|
||||
"@types/minio": 7.1.0
|
||||
"@types/mysql": 2.15.21
|
||||
"@types/node": 20.5.9
|
||||
"@types/node": 20.6.0
|
||||
"@types/node-fetch": 2.6.4
|
||||
"@types/passport-http-bearer": 1.0.37
|
||||
"@types/passport-local": 1.0.35
|
||||
|
@ -2436,7 +2436,7 @@ __metadata:
|
|||
"@types/markdown-it": 13.0.1
|
||||
"@types/markdown-it-container": 2.0.6
|
||||
"@types/markdown-it-plantuml": 1.4.1
|
||||
"@types/node": 20.5.9
|
||||
"@types/node": 20.6.0
|
||||
"@types/react": 18.2.21
|
||||
"@types/react-dom": 18.2.7
|
||||
"@types/sass": 1.43.1
|
||||
|
@ -4769,13 +4769,20 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*, @types/node@npm:20.5.9":
|
||||
"@types/node@npm:*":
|
||||
version: 20.5.9
|
||||
resolution: "@types/node@npm:20.5.9"
|
||||
checksum: 717490e94131722144878b4ca1a963ede1673bb8f2ef78c2f5b50b918df6dc9b35e7f8283e5c2a7a9f137730f7c08dc6228e53d4494a94c9ee16881e6ce6caed
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:20.6.0":
|
||||
version: 20.6.0
|
||||
resolution: "@types/node@npm:20.6.0"
|
||||
checksum: 52611801af5cf151c6fac1963aa4a8a8ca2e388a9e9ed82b01b70bca762088ded5b32cc789c5564220d5d7dccba2b8dd34446a3d4fc74736805e1f2cf262e29d
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:^16.18.39":
|
||||
version: 16.18.48
|
||||
resolution: "@types/node@npm:16.18.48"
|
||||
|
|
Loading…
Reference in a new issue