Skip to content

Commit

Permalink
build(deps): Bump @types/node from 22.13.0 to 22.13.1 (#8253)
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.13.0 to 22.13.1.
- [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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 79e995d commit ab7b2d4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.13.0",
"@types/node": "^22.13.1",
"@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.13.0",
"@types/node": "^22.13.1",
"@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.13.0",
"@types/node": "^22.13.1",
"postcss": "^8.5.1",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4981,7 +4981,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:^22.13.0":
"@types/node@npm:*":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
dependencies:
Expand All @@ -4990,7 +4990,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.0.0":
"@types/node@npm:^22.0.0, @types/node@npm:^22.13.1":
version: 22.13.1
resolution: "@types/node@npm:22.13.1"
dependencies:
Expand Down Expand Up @@ -5598,7 +5598,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.13.0"
"@types/node": "npm:^22.13.1"
"@types/prompts": "npm:^2.4.9"
chalk: "npm:^4.1.2"
commander: "npm:^13.1.0"
Expand Down Expand Up @@ -5692,7 +5692,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.13.0"
"@types/node": "npm:^22.13.1"
"@types/react": "npm:^19.0.1"
"@types/react-dom": "npm:^19.0.1"
"@types/webpack": "npm:^5.28.5"
Expand Down Expand Up @@ -5774,7 +5774,7 @@ __metadata:
"@swc/core": "npm:1.10.12"
"@swc/jest": "npm:^0.2.37"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.13.0"
"@types/node": "npm:^22.13.1"
"@types/postcss-less": "npm:^4.0.6"
jest: "npm:^29.7.0"
postcss: "npm:^8.5.1"
Expand Down

0 comments on commit ab7b2d4

Please sign in to comment.