Skip to content

Commit

Permalink
build(deps): bump @types/node from 18.16.0 to 20.10.5
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.10.5.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 1c30740 commit 0b232a3
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.10.5",
"@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.10.5",
"@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.10.5",
"@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.10.5",
"@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.10.5, @types/node@npm:^20.10.5":
version: 20.10.5
resolution: "@types/node@npm:20.10.5"
dependencies:
undici-types: ~5.26.4
checksum: e216b679f545a8356960ce985a0e53c3a58fff0eacd855e180b9e223b8db2b5bd07b744a002b8c1f0c37f9194648ab4578533b5c12df2ec10cc02f61d20948d2
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.10.5
"@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.10.5
"@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.10.5
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
astro: ^2.3.0
Expand Down Expand Up @@ -13680,6 +13682,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 @@ -14213,7 +14222,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.10.5
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
"@types/validator": ^13.7.15
Expand Down

0 comments on commit 0b232a3

Please sign in to comment.