Skip to content

Commit

Permalink
Chore(deps): Bump @types/node from 20.14.13 to 22.0.0
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.13 to 22.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and SBoudrias committed Jul 29, 2024
1 parent 083e122 commit 3dac303
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@arethetypeswrong/cli": "^0.15.3",
"@eslint/js": "^9.8.0",
"@sindresorhus/tsconfig": "^6.0.0",
"@types/node": "^20.14.13",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"eslint": "^9.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@inquirer/figures": "^1.0.5",
"@inquirer/type": "^1.5.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.14.13",
"@types/node": "^22.0.0",
"@types/wrap-ansi": "^3.0.0",
"ansi-escapes": "^4.3.2",
"cli-spinners": "^2.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dependencies": {
"@inquirer/type": "^1.5.1",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.14.13",
"@types/node": "^22.0.0",
"ansi-escapes": "^4.3.2",
"mute-stream": "^1.0.0",
"strip-ansi": "^6.0.1"
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ __metadata:
"@inquirer/testing": "npm:^2.1.29"
"@inquirer/type": "npm:^1.5.1"
"@types/mute-stream": "npm:^0.0.4"
"@types/node": "npm:^20.14.13"
"@types/node": "npm:^22.0.0"
"@types/wrap-ansi": "npm:^3.0.0"
ansi-escapes: "npm:^4.3.2"
cli-spinners: "npm:^2.9.2"
Expand Down Expand Up @@ -584,7 +584,7 @@ __metadata:
"@arethetypeswrong/cli": "npm:^0.15.3"
"@eslint/js": "npm:^9.8.0"
"@sindresorhus/tsconfig": "npm:^6.0.0"
"@types/node": "npm:^20.14.13"
"@types/node": "npm:^22.0.0"
"@vitest/coverage-v8": "npm:^2.0.4"
"@vitest/ui": "npm:^2.0.4"
eslint: "npm:^9.8.0"
Expand Down Expand Up @@ -637,7 +637,7 @@ __metadata:
dependencies:
"@inquirer/type": "npm:^1.5.1"
"@types/mute-stream": "npm:^0.0.4"
"@types/node": "npm:^20.14.13"
"@types/node": "npm:^22.0.0"
ansi-escapes: "npm:^4.3.2"
mute-stream: "npm:^1.0.0"
strip-ansi: "npm:^6.0.1"
Expand Down Expand Up @@ -1621,12 +1621,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.14.13":
version: 20.14.13
resolution: "@types/node@npm:20.14.13"
"@types/node@npm:^22.0.0":
version: 22.0.0
resolution: "@types/node@npm:22.0.0"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10/749160b6bd9866e6169cb1a222e75aaf81da3868af1fda1e1e66d33c7e182be381f98a42b7d231fddf470f6389f2052ee842e776b3fdc677df798b933617866d
undici-types: "npm:~6.11.1"
checksum: 10/7142a13ef1f884fde38f1e1499cbebcfe72755e8cb8657c4cb1ba1c2c91a3ae8656a72eb6e0a7d8189b0124c23c30e7c115324375d9c593435166da7a292e80e
languageName: node
linkType: hard

Expand Down Expand Up @@ -8198,6 +8198,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.11.1":
version: 6.11.1
resolution: "undici-types@npm:6.11.1"
checksum: 10/bdee4c3d67626bf45f1502b817b96e328ff9c3c006ecafa3708bc39ba66d6cecc2d5d69d3148667bb833d3fb457c0e715bfeed0b7b6767fa4d3044f5c1036ba9
languageName: node
linkType: hard

"unicode-emoji-modifier-base@npm:^1.0.0":
version: 1.0.0
resolution: "unicode-emoji-modifier-base@npm:1.0.0"
Expand Down

0 comments on commit 3dac303

Please sign in to comment.