Skip to content

Commit

Permalink
build(deps): Bump @types/node from 22.5.5 to 22.7.4 (#7680)
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.4.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 0739d77 commit 60436ef
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.13",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/webpack": "^5.28.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/codemods/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@types/cross-spawn": "^6.0.6",
"@types/jest": "^29.5.13",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"@types/prompts": "^2.4.9",
"jest": "^29.7.0",
"ts-node": "^10.9.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/token-translator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"node": ">12.0.0"
},
"dependencies": {
"@types/node": "^22.5.5",
"@types/node": "^22.7.4",
"postcss": "^8.4.47",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
Expand Down
17 changes: 13 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3163,7 +3163,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:^22.7.4":
version: 22.7.4
resolution: "@types/node@npm:22.7.4"
dependencies:
undici-types: "npm:~6.19.2"
checksum: 10/19ddab80c4eba2253c855ed67c9bbc47417183049d01e59010a738bd80d47338bab79fd1f44ae51516bd63a1db4bf21ddb38b16bf6401a2e93252068ec52e88b
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 @@ -3700,7 +3709,7 @@ __metadata:
"@types/cross-spawn": "npm:^6.0.6"
"@types/jest": "npm:^29.5.13"
"@types/jscodeshift": "npm:^0.11.11"
"@types/node": "npm:^22.5.5"
"@types/node": "npm:^22.7.4"
"@types/prompts": "npm:^2.4.9"
chalk: "npm:^4.1.2"
commander: "npm:^12.1.0"
Expand Down Expand Up @@ -3770,7 +3779,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.5.2"
"@types/jest": "npm:^29.5.13"
"@types/jest-axe": "npm:^3.5.9"
"@types/node": "npm:^22.5.5"
"@types/node": "npm:^22.7.4"
"@types/react": "npm:^18.3.8"
"@types/react-dom": "npm:^18.3.0"
"@types/webpack": "npm:^5.28.5"
Expand Down Expand Up @@ -3849,7 +3858,7 @@ __metadata:
"@swc/core": "npm:1.7.26"
"@swc/jest": "npm:^0.2.36"
"@types/jest": "npm:^29.5.13"
"@types/node": "npm:^22.5.5"
"@types/node": "npm:^22.7.4"
"@types/postcss-less": "npm:^4.0.6"
jest: "npm:^29.7.0"
postcss: "npm:^8.4.47"
Expand Down

0 comments on commit 60436ef

Please sign in to comment.