Skip to content

chore(deps): update dependency @types/node to v22.4.0 #3547

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

Merged
merged 1 commit into from
Aug 19, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@algolia/requester-node-http": "5.0.1"
},
"devDependencies": {
"@types/node": "22.2.0",
"@types/node": "22.4.0",
"rollup": "4.20.0",
"typescript": "5.5.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@algolia/requester-node-http": "5.0.1"
},
"devDependencies": {
"@types/node": "22.2.0",
"@types/node": "22.4.0",
"rollup": "4.20.0",
"typescript": "5.5.4"
},
Expand Down
20 changes: 18 additions & 2 deletions clients/algoliasearch-client-javascript/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ __metadata:
"@algolia/client-common": "npm:5.0.1"
"@algolia/requester-browser-xhr": "npm:5.0.1"
"@algolia/requester-node-http": "npm:5.0.1"
"@types/node": "npm:22.2.0"
"@types/node": "npm:22.4.0"
rollup: "npm:4.20.0"
typescript: "npm:5.5.4"
languageName: unknown
Expand All @@ -131,7 +131,7 @@ __metadata:
"@algolia/client-common": "npm:5.0.1"
"@algolia/requester-browser-xhr": "npm:5.0.1"
"@algolia/requester-node-http": "npm:5.0.1"
"@types/node": "npm:22.2.0"
"@types/node": "npm:22.4.0"
rollup: "npm:4.20.0"
typescript: "npm:5.5.4"
languageName: unknown
Expand Down Expand Up @@ -3080,6 +3080,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.4.0":
version: 22.4.0
resolution: "@types/node@npm:22.4.0"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/0b6ccc86856b8473f4d536491edc2ba21386d194219ee84024ef2b2ab054296f0b37a4f52719af797227132853cff065977992e353754a195cd86aea2e128cc7
languageName: node
linkType: hard

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

"undici-types@npm:~6.19.2":
version: 6.19.6
resolution: "undici-types@npm:6.19.6"
checksum: 10/0ea9bc25762a86597d095b3772f6cec0bcabb796c339f7dfa2bd601c745a480289eb2939848dc285a56d4f94f50c475868160d8d6d3f54e823f1faf7ea9e9468
languageName: node
linkType: hard

"unicode-canonical-property-names-ecmascript@npm:^2.0.0":
version: 2.0.0
resolution: "unicode-canonical-property-names-ecmascript@npm:2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/javascript/clients/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@algolia/requester-node-http": "{{utilsPackageVersion}}"
},
"devDependencies": {
"@types/node": "22.2.0",
"@types/node": "22.4.0",
"rollup": "4.20.0",
"typescript": "5.5.4"
},
Expand Down Expand Up @@ -123,7 +123,7 @@
"@babel/preset-env": "7.25.3",
"@babel/preset-typescript": "7.24.7",
"@types/jest": "29.5.12",
"@types/node": "22.2.0",
"@types/node": "22.4.0",
"jest": "29.7.0",
"rollup": "4.20.0",
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/tests/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/jest": "29.5.12",
"@types/node": "22.2.0",
"@types/node": "22.4.0",
"jest": "29.7.0",
"typescript": "5.5.4",
"dotenv": "16.4.5"
Expand Down
Loading