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

chore(deps-dev): bump @types/node from 20.11.19 to 22.10.1 #1149

Closed
Closed
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/consola": "2.2.5",
"@types/jest": "27.5.2",
"@types/jsdom": "16.2.15",
"@types/node": "20.11.19",
"@types/node": "22.10.1",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"babel-jest": "29.7.0",
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3865,7 +3865,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:22.10.1":
version: 22.10.1
resolution: "@types/node@npm:22.10.1"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/c802a526da2f3fa3ccefd00a71244e7cb825329951719e79e8fec62b1dbc2855388c830489770611584665ce10be23c05ed585982038b24924e1ba2c2cce03fd
languageName: node
linkType: hard

"@types/node@npm:^16":
version: 16.18.23
resolution: "@types/node@npm:16.18.23"
Expand Down Expand Up @@ -13403,7 +13412,7 @@ __metadata:
"@types/consola": "npm:2.2.5"
"@types/jest": "npm:27.5.2"
"@types/jsdom": "npm:16.2.15"
"@types/node": "npm:20.11.19"
"@types/node": "npm:22.10.1"
"@types/shopify-buy": "npm:2.17.4"
"@typescript-eslint/eslint-plugin": "npm:7.0.1"
"@typescript-eslint/parser": "npm:7.0.1"
Expand Down Expand Up @@ -18520,6 +18529,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: 10/583ac7bbf4ff69931d3985f4762cde2690bb607844c16a5e2fbb92ed312fe4fa1b365e953032d469fa28ba8b224e88a595f0b10a449332f83fa77c695e567dbe
languageName: node
linkType: hard

"unenv@npm:^1.9.0":
version: 1.9.0
resolution: "unenv@npm:1.9.0"
Expand Down
Loading