Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @types/node from 18.16.0 to 20.12.7 #556

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.7",
"@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.12.7",
"@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.12.7",
"@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.12.7",
"@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.12.7, @types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
dependencies:
undici-types: ~5.26.4
checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686
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.12.7
"@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.12.7
"@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.12.7
"@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.12.7
"@types/react": ^18.0.38
"@types/react-dom": ^18.0.11
"@types/validator": ^13.7.15
Expand Down
Loading