chore(deps): update definitelytyped

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-16 09:25:06 +00:00 committed by GitHub
parent 3e17edf95d
commit 06059c723d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 72 additions and 62 deletions

View file

@ -90,16 +90,16 @@
"@types/express": "4.17.21",
"@types/express-session": "1.18.0",
"@types/jest": "29.5.12",
"@types/markdown-it": "13.0.7",
"@types/mysql": "2.15.25",
"@types/node": "20.16.2",
"@types/markdown-it": "13.0.9",
"@types/mysql": "2.15.26",
"@types/node": "20.16.5",
"@types/node-fetch": "2.6.11",
"@types/passport-local": "1.0.38",
"@types/pg": "8.11.0",
"@types/pg": "8.11.10",
"@types/source-map-support": "0.5.10",
"@types/supertest": "2.0.16",
"@types/uuid": "9.0.8",
"@types/ws": "8.5.10",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",

View file

@ -54,7 +54,7 @@
"@jest/types": "29.6.3",
"@mrdrogdrog/optional": "1.2.1",
"@types/js-yaml": "4.0.9",
"@types/ws": "8.5.10",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",

View file

@ -132,16 +132,16 @@
"@types/dompurify": "3.0.5",
"@types/jest": "29.5.12",
"@types/luxon": "3.4.2",
"@types/markdown-it": "13.0.7",
"@types/markdown-it-container": "2.0.9",
"@types/markdown-it-plantuml": "1.4.4",
"@types/node": "20.16.2",
"@types/react": "18.3.5",
"@types/markdown-it": "13.0.9",
"@types/markdown-it-container": "2.0.10",
"@types/markdown-it-plantuml": "1.4.5",
"@types/node": "20.16.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@types/sass": "1.45.0",
"@types/testing-library__jest-dom": "5.14.9",
"@types/uuid": "9.0.8",
"@types/ws": "8.5.10",
"@types/ws": "8.5.12",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"csstype": "3.1.3",

View file

@ -50,7 +50,7 @@
"devDependencies": {
"@jest/globals": "29.7.0",
"@jest/types": "29.6.3",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
@ -83,7 +83,7 @@
"node": ">=12"
},
"resolutions": {
"@types/react": "18.3.5"
"@types/react": "18.3.6"
},
"packageManager": "yarn@4.4.1"
}

View file

@ -109,7 +109,7 @@
},
"devDependencies": {
"@jest/types": "29.6.3",
"@types/markdown-it": "13.0.7",
"@types/markdown-it": "13.0.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",

View file

@ -25,7 +25,7 @@
},
"packageManager": "yarn@4.4.1",
"resolutions": {
"@types/node": "20.16.2",
"@types/node": "20.16.5",
"domhandler": "5.0.3",
"@codemirror/state": "6.4.1",
"@codemirror/autocomplete": "6.18.0",
@ -37,7 +37,7 @@
"@codemirror/lint": "6.8.1",
"@codemirror/theme-one-dark": "6.1.2",
"@lezer/common": "1.2.1",
"@types/react": "18.3.5",
"@types/react": "18.3.6",
"eventemitter2@6.4.9": "patch:eventemitter2@npm%3A6.4.9#./.yarn/patches/eventemitter2-npm-6.4.9-ba37798a18.patch",
"yjs@13.6.18": "patch:yjs@npm%3A13.6.18#./.yarn/patches/yjs-remove-import-warning-in-test.patch",
"vega-canvas@^1.2.6": "patch:vega-canvas@npm%3A1.2.7#./.yarn/patches/remove-vega-canvas-node.patch",

100
yarn.lock
View file

@ -2519,17 +2519,17 @@ __metadata:
"@types/express": "npm:4.17.21"
"@types/express-session": "npm:1.18.0"
"@types/jest": "npm:29.5.12"
"@types/markdown-it": "npm:13.0.7"
"@types/mysql": "npm:2.15.25"
"@types/node": "npm:20.16.2"
"@types/markdown-it": "npm:13.0.9"
"@types/mysql": "npm:2.15.26"
"@types/node": "npm:20.16.5"
"@types/node-fetch": "npm:2.6.11"
"@types/passport-http-bearer": "npm:1.0.41"
"@types/passport-local": "npm:1.0.38"
"@types/pg": "npm:8.11.0"
"@types/pg": "npm:8.11.10"
"@types/source-map-support": "npm:0.5.10"
"@types/supertest": "npm:2.0.16"
"@types/uuid": "npm:9.0.8"
"@types/ws": "npm:8.5.10"
"@types/ws": "npm:8.5.12"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
"@zxcvbn-ts/core": "npm:3.0.4"
@ -2592,7 +2592,7 @@ __metadata:
"@jest/types": "npm:29.6.3"
"@mrdrogdrog/optional": "npm:1.2.1"
"@types/js-yaml": "npm:4.0.9"
"@types/ws": "npm:8.5.10"
"@types/ws": "npm:8.5.12"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
domhandler: "npm:5.0.3"
@ -2665,16 +2665,16 @@ __metadata:
"@types/jest": "npm:29.5.12"
"@types/katex": "npm:0.16.7"
"@types/luxon": "npm:3.4.2"
"@types/markdown-it": "npm:13.0.7"
"@types/markdown-it-container": "npm:2.0.9"
"@types/markdown-it-plantuml": "npm:1.4.4"
"@types/node": "npm:20.16.2"
"@types/react": "npm:18.3.5"
"@types/markdown-it": "npm:13.0.9"
"@types/markdown-it-container": "npm:2.0.10"
"@types/markdown-it-plantuml": "npm:1.4.5"
"@types/node": "npm:20.16.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@types/sass": "npm:1.45.0"
"@types/testing-library__jest-dom": "npm:5.14.9"
"@types/uuid": "npm:9.0.8"
"@types/ws": "npm:8.5.10"
"@types/ws": "npm:8.5.12"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
"@uiw/react-codemirror": "npm:4.23.0"
@ -2775,7 +2775,7 @@ __metadata:
dependencies:
"@jest/globals": "npm:29.7.0"
"@jest/types": "npm:29.6.3"
"@types/react": "npm:18.3.5"
"@types/react": "npm:18.3.6"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
@ -2803,7 +2803,7 @@ __metadata:
dependencies:
"@jest/types": "npm:29.6.3"
"@mrdrogdrog/optional": "npm:1.2.1"
"@types/markdown-it": "npm:13.0.7"
"@types/markdown-it": "npm:13.0.9"
"@typescript-eslint/eslint-plugin": "npm:6.21.0"
"@typescript-eslint/parser": "npm:6.21.0"
eslint: "npm:8.57.0"
@ -5272,7 +5272,7 @@ __metadata:
languageName: node
linkType: hard
"@types/linkify-it@npm:*":
"@types/linkify-it@npm:*, @types/linkify-it@npm:^3":
version: 3.0.5
resolution: "@types/linkify-it@npm:3.0.5"
checksum: 10c0/696e09975991c649ba37c5585714929fdebf5c64a8bfb99910613ef838337dbbba6c608fccdfa03d6347432586ef12e139bc0e947ae6fec569096fef5cc1c550
@ -5286,25 +5286,25 @@ __metadata:
languageName: node
linkType: hard
"@types/markdown-it-container@npm:2.0.9":
version: 2.0.9
resolution: "@types/markdown-it-container@npm:2.0.9"
"@types/markdown-it-container@npm:2.0.10":
version: 2.0.10
resolution: "@types/markdown-it-container@npm:2.0.10"
dependencies:
"@types/markdown-it": "npm:*"
checksum: 10c0/8558c477408c2ecd3b9419e3ae6da3bddcd480f440d204fcc0912380037797f8823054eab9920c3a05310badbddece77d799bfb94efcfd6b64fd8a3e81960a44
checksum: 10c0/a2e0548974586c463993167dd43a5435c945e86bbd541695d3a7c19a8f18a559c69958d87b9d00e59735bb9a85b82f006932bf24f01e4c27b4c89554797d3d2e
languageName: node
linkType: hard
"@types/markdown-it-plantuml@npm:1.4.4":
version: 1.4.4
resolution: "@types/markdown-it-plantuml@npm:1.4.4"
"@types/markdown-it-plantuml@npm:1.4.5":
version: 1.4.5
resolution: "@types/markdown-it-plantuml@npm:1.4.5"
dependencies:
"@types/markdown-it": "npm:*"
checksum: 10c0/b1813578a0e9e4c1dc71eec517a0820814db69df5807b4093a464ceb1a1fb65191cf142129c9dcd58c474113075aab669427817a5ecb9a65fde064d88a6a137a
checksum: 10c0/15199bc58de8254824bdda11992e94a95fecdadbc070d9931ad2fd76d1e28cb3d294e2a063dd497b538e9dcea49cce19ec251b0054341fdd17eefb7a479dbaac
languageName: node
linkType: hard
"@types/markdown-it@npm:*, @types/markdown-it@npm:13.0.7":
"@types/markdown-it@npm:*":
version: 13.0.7
resolution: "@types/markdown-it@npm:13.0.7"
dependencies:
@ -5314,7 +5314,17 @@ __metadata:
languageName: node
linkType: hard
"@types/mdurl@npm:*":
"@types/markdown-it@npm:13.0.9":
version: 13.0.9
resolution: "@types/markdown-it@npm:13.0.9"
dependencies:
"@types/linkify-it": "npm:^3"
"@types/mdurl": "npm:^1"
checksum: 10c0/d974b1edc52236b0ec6de20e37be9051bcb38fa87b7f36ed5d1b0f0d521918b6e0164a72d57a453ce72976002d6909ceb0c66826e0690cb5283e18a13cd56d66
languageName: node
linkType: hard
"@types/mdurl@npm:*, @types/mdurl@npm:^1":
version: 1.0.5
resolution: "@types/mdurl@npm:1.0.5"
checksum: 10c0/8991c781eb94fb3621e48e191251a94057908fc14be60f52bdd7c48684af923ffa77559ea979450a0475f85c08f8a472f99ff9c2ca4308961b9b9d35fd7584f7
@ -5342,12 +5352,12 @@ __metadata:
languageName: node
linkType: hard
"@types/mysql@npm:2.15.25":
version: 2.15.25
resolution: "@types/mysql@npm:2.15.25"
"@types/mysql@npm:2.15.26":
version: 2.15.26
resolution: "@types/mysql@npm:2.15.26"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/a87740644ce098f095606b1c2504c3817a993943cf33322347772cf02b0eb7b092a0c37138fd0c0df903bc46b8973bb93b1737422abdeed075d3fdb10ce8321f
checksum: 10c0/3cf279e7db05d56c0544532a4380b9079f579092379a04c8138bd5cf88dda5b31208ac2d23ce7dbf4e3a3f43aaeed44e72f9f19f726518f308efe95a7435619a
languageName: node
linkType: hard
@ -5361,12 +5371,12 @@ __metadata:
languageName: node
linkType: hard
"@types/node@npm:20.16.2":
version: 20.16.2
resolution: "@types/node@npm:20.16.2"
"@types/node@npm:20.16.5":
version: 20.16.5
resolution: "@types/node@npm:20.16.5"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10c0/74fac185dbd2c6b301cde75747c1cd6c9ca1ad7266147ea107a798837f40b8a05991177ebd7925fc7450d51334096259d186afad6e0d22864b7c97f8afef6ba7
checksum: 10c0/6af7994129815010bcbc4cf8221865559c8116ff43e74a6549525c2108267596fc2d18aff5d5ecfe089fb60a119f975631343e2c65c52bfa0955ed9dc56733d6
languageName: node
linkType: hard
@ -5418,14 +5428,14 @@ __metadata:
languageName: node
linkType: hard
"@types/pg@npm:8.11.0":
version: 8.11.0
resolution: "@types/pg@npm:8.11.0"
"@types/pg@npm:8.11.10":
version: 8.11.10
resolution: "@types/pg@npm:8.11.10"
dependencies:
"@types/node": "npm:*"
pg-protocol: "npm:*"
pg-types: "npm:^4.0.1"
checksum: 10c0/df2c2ac11fa5e8863a98aadce9a9168af5cfc38a226a228d8b1be513ef48d33ceb9bfaa64ef685a87e0611a4f8d94f2e0736bb2812fa00ed264f76679b86945d
checksum: 10c0/c8800d0ab2c6424308e6c6b40c73f19583ee1aed758462bd07694844b0a551b5841442205a4ee05207b80109ba502f33f20241b1bd9b4902e713611fb9e08f6c
languageName: node
linkType: hard
@ -5468,13 +5478,13 @@ __metadata:
languageName: node
linkType: hard
"@types/react@npm:18.3.5":
version: 18.3.5
resolution: "@types/react@npm:18.3.5"
"@types/react@npm:18.3.6":
version: 18.3.6
resolution: "@types/react@npm:18.3.6"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/548b1d3d7c2f0242fbfdbbd658731b4ce69a134be072fa83e6ab516f2840402a3f20e3e7f72e95133b23d4880ef24a6d864050dc8e1f7c68f39fa87ca8445917
checksum: 10c0/e347787a496f2006fe61358316e040c22548a1669559277b72dad39e2f1f713080115be9fe6c30f9d1d28a54054b96cf6c06471be6967a3605e31f5b84a6cec7
languageName: node
linkType: hard
@ -5616,12 +5626,12 @@ __metadata:
languageName: node
linkType: hard
"@types/ws@npm:8.5.10":
version: 8.5.10
resolution: "@types/ws@npm:8.5.10"
"@types/ws@npm:8.5.12":
version: 8.5.12
resolution: "@types/ws@npm:8.5.12"
dependencies:
"@types/node": "npm:*"
checksum: 10c0/e9af279b984c4a04ab53295a40aa95c3e9685f04888df5c6920860d1dd073fcc57c7bd33578a04b285b2c655a0b52258d34bee0a20569dca8defb8393e1e5d29
checksum: 10c0/3fd77c9e4e05c24ce42bfc7647f7506b08c40a40fe2aea236ef6d4e96fc7cb4006a81ed1b28ec9c457e177a74a72924f4768b7b4652680b42dfd52bc380e15f9
languageName: node
linkType: hard