Skip to content

Commit

Permalink
build(deps): bump @types/node from 18.16.0 to 20.11.17
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.0 to 20.11.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 779dd4f commit 66dcbac
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@types/cors": "^2.8.12",
"@types/express": "^4.17.17",
"@types/mime": "^3.0.1",
"@types/node": "^18.16.0",
"@types/node": "^20.11.17",
"@types/uuid": "^9.0.1",
"eslint-config-custom": "*",
"ts-node-dev": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@tauri-apps/api": "^1.2.0",
"@types/node": "18.16.0",
"@types/node": "20.11.17",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"eslint": "8.39.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "18.16.0",
"@types/node": "20.11.17",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"@types/validator": "^13.7.15",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/html-escaper": "^3.0.0",
"@types/node": "^18.16.0",
"@types/node": "^20.11.17",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"eslint-config-custom": "workspace:*",
Expand Down
25 changes: 17 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4380,10 +4380,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.16.0, @types/node@npm:^18.16.0":
version: 18.16.0
resolution: "@types/node@npm:18.16.0"
checksum: 63e0042136663b9e85ce503a4c65406cc6621fdba63ea66c74b4b1364a9aa9bdb57cadcb76696abab177f38a819b0fa6ace9e7f1647dcb990aedb1b4bd01012f
"@types/node@npm:20.11.17, @types/node@npm:^20.11.17":
version: 20.11.17
resolution: "@types/node@npm:20.11.17"
dependencies:
undici-types: ~5.26.4
checksum: 59c0dde187120adc97da30063c86511664b24b50fe777abfe1f557c217d0a0b84a68aaab5ef8ac44f5c2986b3f9cd605a15fa6e4f31195e594da96bbe9617c20
languageName: node
linkType: hard

Expand Down Expand Up @@ -5359,7 +5361,7 @@ __metadata:
"@types/cors": ^2.8.12
"@types/express": ^4.17.17
"@types/mime": ^3.0.1
"@types/node": ^18.16.0
"@types/node": ^20.11.17
"@types/uuid": ^9.0.1
axios: ^1.3.6
database: "workspace:*"
Expand Down Expand Up @@ -6318,7 +6320,7 @@ __metadata:
dependencies:
"@tauri-apps/api": ^1.2.0
"@tauri-apps/cli": ^1.2.3
"@types/node": 18.16.0
"@types/node": 20.11.17
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
eslint: 8.39.0
Expand Down Expand Up @@ -6422,7 +6424,7 @@ __metadata:
"@docsearch/css": ^3.3.3
"@docsearch/react": ^3.3.3
"@types/html-escaper": ^3.0.0
"@types/node": ^18.16.0
"@types/node": ^20.11.17
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
astro: ^2.3.0
Expand Down Expand Up @@ -13689,6 +13691,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 3192ef6f3fd5df652f2dc1cd782b49d6ff14dc98e5dced492aa8a8c65425227da5da6aafe22523c67f035a272c599bb89cfe803c1db6311e44bed3042fc25487
languageName: node
linkType: hard

"undici@npm:5.20.0":
version: 5.20.0
resolution: "undici@npm:5.20.0"
Expand Down Expand Up @@ -14224,7 +14233,7 @@ __metadata:
"@trpc/next": ^10.21.1
"@trpc/react-query": ^10.21.1
"@trpc/server": ^10.21.1
"@types/node": 18.16.0
"@types/node": 20.11.17
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
"@types/validator": ^13.7.15
Expand Down

0 comments on commit 66dcbac

Please sign in to comment.