Skip to content

Commit

Permalink
chore(deps): update dependency @types/node to ^20.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent e65030e commit 547aaa1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/admin-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.17.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@swc/core": "^1.3.94",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.17.6",
"@types/validator": "^13.11.5",
"dotenv": "^16.3.1",
"env-cmd": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.7",
"@types/node": "^20.17.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.0",
Expand Down
24 changes: 20 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.6
"@types/node": ^20.8.7
"@types/node": ^20.17.6
"@types/react": ^18.2.31
"@types/react-dom": ^18.2.14
"@vitejs/plugin-react-swc": ^3.4.0
Expand Down Expand Up @@ -1912,7 +1912,7 @@ __metadata:
"@swc/core": ^1.3.94
"@swc/jest": ^0.2.29
"@types/jest": ^29.5.6
"@types/node": ^20.8.7
"@types/node": ^20.17.6
"@types/validator": ^13.11.5
axios: ^1.5.1
dotenv: ^16.3.1
Expand Down Expand Up @@ -1980,7 +1980,7 @@ __metadata:
"@testing-library/react": ^14.0.0
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.6
"@types/node": ^20.8.7
"@types/node": ^20.17.6
"@types/react": ^18.2.31
"@types/react-dom": ^18.2.14
"@vitejs/plugin-react-swc": ^3.4.0
Expand Down Expand Up @@ -2515,7 +2515,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.8.7":
"@types/node@npm:*":
version: 20.8.7
resolution: "@types/node@npm:20.8.7"
dependencies:
Expand All @@ -2531,6 +2531,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.17.6":
version: 20.17.6
resolution: "@types/node@npm:20.17.6"
dependencies:
undici-types: ~6.19.2
checksum: d51dbb9881c94d0310b32b5fd8013e3261595c61bc888fa27258469c93c3dc0b3c4d20a9f28f3f5f79562f6737e28e7f3dd04940dc8b4d966d34aaf318f7f69b
languageName: node
linkType: hard

"@types/normalize-package-data@npm:^2.4.0":
version: 2.4.1
resolution: "@types/normalize-package-data@npm:2.4.1"
Expand Down Expand Up @@ -10006,6 +10015,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"undici@npm:^5.19.1":
version: 5.20.0
resolution: "undici@npm:5.20.0"
Expand Down

0 comments on commit 547aaa1

Please sign in to comment.