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

⬆️ Update dependency @types/node to ^20.17.6 #5220

Open
wants to merge 1 commit into
base: main
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 packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ava": "^4 || ^5 || ^6"
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"ava": "^6.2.0",
"esm": "^3.2.25",
"fast-check": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"@fast-check/expect-type": "workspace:*",
"@fast-check/poisoning": "workspace:*",
"@microsoft/api-extractor": "^7.47.11",
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"@vitest/coverage-v8": "^2.1.3",
"cross-env": "^7.0.3",
"glob": "^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"@jest/expect": "^29.7.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jest-jasmine2": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/dubzzz/fast-check/tree/main/packages/poisoning#readme",
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"vitest": ">=0.28.1 <1.0.0 || ^1 || ^2"
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"fast-check": "workspace:*",
"typescript": "~5.6.3",
"vite": "^5.4.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"pure-rand": "^6.1.0"
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"typescript": "~5.6.3",
"vitest": "^2.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@docusaurus/types": "3.6.0",
"@jest/globals": "^29.7.0",
"@mdx-js/react": "^3.1.0",
"@types/node": "^20.14.15",
"@types/node": "^20.17.6",
"fast-check": "workspace:*",
"jest": "^29.7.0",
"jimp": "^0.22.12",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2948,7 +2948,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fast-check/ava@workspace:packages/ava"
dependencies:
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
ava: "npm:^6.2.0"
esm: "npm:^3.2.25"
fast-check: "workspace:*"
Expand Down Expand Up @@ -2999,7 +2999,7 @@ __metadata:
"@jest/expect": "npm:^29.7.0"
"@jest/globals": "npm:^29.7.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
fast-check: "workspace:*"
jest: "npm:^29.7.0"
jest-jasmine2: "npm:^29.7.0"
Expand Down Expand Up @@ -3056,7 +3056,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fast-check/poisoning@workspace:packages/poisoning"
dependencies:
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
typescript: "npm:~5.6.3"
vitest: "npm:^2.1.3"
languageName: unknown
Expand All @@ -3066,7 +3066,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fast-check/vitest@workspace:packages/vitest"
dependencies:
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
fast-check: "workspace:*"
typescript: "npm:~5.6.3"
vite: "npm:^5.4.10"
Expand All @@ -3080,7 +3080,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@fast-check/worker@workspace:packages/worker"
dependencies:
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
fast-check: "npm:^3.4.0"
pure-rand: "npm:^6.1.0"
typescript: "npm:~5.6.3"
Expand Down Expand Up @@ -5694,12 +5694,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.15":
version: 20.14.15
resolution: "@types/node@npm:20.14.15"
"@types/node@npm:^20.17.6":
version: 20.17.6
resolution: "@types/node@npm:20.17.6"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/093713db52dc544f3931a3dec9d7d8ef661f323e57becd083a7918c778cef1eb6ec32d1017bf5ade06bb06dc5c7551f4f4d749a14e40868cce44d51e54acd8ed
undici-types: "npm:~6.19.2"
checksum: 10c0/5918c7ff8368bbe6d06d5e739c8ae41a9db41628f28760c60cda797be7d233406f07c4d0e6fdd960a0a342ec4173c2217eb6624e06bece21c1f1dd1b92805c15
languageName: node
linkType: hard

Expand Down Expand Up @@ -9976,7 +9976,7 @@ __metadata:
"@fast-check/expect-type": "workspace:*"
"@fast-check/poisoning": "workspace:*"
"@microsoft/api-extractor": "npm:^7.47.11"
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
"@vitest/coverage-v8": "npm:^2.1.3"
cross-env: "npm:^7.0.3"
glob: "npm:^11.0.0"
Expand Down Expand Up @@ -19298,20 +19298,20 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~5.26.4":
version: 5.26.5
resolution: "undici-types@npm:5.26.5"
checksum: 10c0/bb673d7876c2d411b6eb6c560e0c571eef4a01c1c19925175d16e3a30c4c428181fb8d7ae802a261f283e4166a0ac435e2f505743aa9e45d893f9a3df017b501
languageName: node
linkType: hard

"undici-types@npm:~6.13.0":
version: 6.13.0
resolution: "undici-types@npm:6.13.0"
checksum: 10c0/2de55181f569c77a4f08063f8bf2722fcbb6ea312a26a9e927bd1f5ea5cf3a281c5ddf23155061db083e0a25838f54813543ff13b0ac34d230d5c1205ead66c1
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344
languageName: node
linkType: hard

"undici@npm:^6.0.0":
version: 6.20.1
resolution: "undici@npm:6.20.1"
Expand Down Expand Up @@ -20096,7 +20096,7 @@ __metadata:
"@docusaurus/types": "npm:3.6.0"
"@jest/globals": "npm:^29.7.0"
"@mdx-js/react": "npm:^3.1.0"
"@types/node": "npm:^20.14.15"
"@types/node": "npm:^20.17.6"
clsx: "npm:^2.1.1"
fast-check: "workspace:*"
jest: "npm:^29.7.0"
Expand Down
Loading