Skip to content

Commit

Permalink
build(deps): Bump @types/node from 22.10.2 to 22.10.7 (#8160)
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.10.2 to 22.10.7.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent d7228d6 commit c3cb3b7
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 @@ -28,7 +28,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@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.14",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^22.10.2",
"@types/node": "^22.10.7",
"@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.10.2",
"@types/node": "^22.10.7",
"postcss": "^8.4.49",
"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 @@ -4814,7 +4814,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:^22.10.7":
version: 22.10.7
resolution: "@types/node@npm:22.10.7"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10/64cde1c2f5e5f7d597d3bd462f52c3c2d688a66623eb75d25e1d1d63d384ef553a27100635ad0dbb7d74da517048aa636947863eb624cf85f25d2f22370ce474
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 @@ -5422,7 +5431,7 @@ __metadata:
"@types/cross-spawn": "npm:^6.0.6"
"@types/jest": "npm:^29.5.14"
"@types/jscodeshift": "npm:^0.12.0"
"@types/node": "npm:^22.10.2"
"@types/node": "npm:^22.10.7"
"@types/prompts": "npm:^2.4.9"
chalk: "npm:^4.1.2"
commander: "npm:^12.1.0"
Expand Down Expand Up @@ -5515,7 +5524,7 @@ __metadata:
"@testing-library/user-event": "npm:^14.5.2"
"@types/jest": "npm:^29.5.14"
"@types/jest-axe": "npm:^3.5.9"
"@types/node": "npm:^22.10.2"
"@types/node": "npm:^22.10.7"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^19.0.1"
"@types/webpack": "npm:^5.28.5"
Expand Down Expand Up @@ -5596,7 +5605,7 @@ __metadata:
"@swc/core": "npm:1.9.3"
"@swc/jest": "npm:^0.2.37"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.10.2"
"@types/node": "npm:^22.10.7"
"@types/postcss-less": "npm:^4.0.6"
jest: "npm:^29.7.0"
postcss: "npm:^8.4.49"
Expand Down

0 comments on commit c3cb3b7

Please sign in to comment.