Skip to content

Commit

Permalink
build(deps): Bump @types/node from 22.8.1 to 22.9.0 (#7926)
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.8.1 to 22.9.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-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 Nov 11, 2024
1 parent b9de37b commit 5ce4929
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.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.8.7",
"@types/node": "^22.9.0",
"@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.8.7",
"@types/node": "^22.9.0",
"postcss": "^8.4.47",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3531,12 +3531,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^22.8.7":
version: 22.8.7
resolution: "@types/node@npm:22.8.7"
"@types/node@npm:^22.9.0":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
undici-types: "npm:~6.19.8"
checksum: 10/9c73d4cbcbf9773a5986421025c26d6139d8ab960317b3062fbb449c00dbe8197230334be550ffcdb6059bd25f4cb903546bace905155628537283a80c2075d5
checksum: 10/a7df3426891868b0f5fb03e46aeddd8446178233521c624a44531c92a040cf08a82d8235f7e1e02af731fd16984665d4d71f3418caf9c2788313b10f040d615d
languageName: node
linkType: hard

Expand Down Expand Up @@ -4068,7 +4068,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.8.7"
"@types/node": "npm:^22.9.0"
"@types/prompts": "npm:^2.4.9"
chalk: "npm:^4.1.2"
commander: "npm:^12.1.0"
Expand Down Expand Up @@ -4140,7 +4140,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.8.7"
"@types/node": "npm:^22.9.0"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
"@types/webpack": "npm:^5.28.5"
Expand Down Expand Up @@ -4221,7 +4221,7 @@ __metadata:
"@swc/core": "npm:1.8.0"
"@swc/jest": "npm:^0.2.37"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:^22.8.7"
"@types/node": "npm:^22.9.0"
"@types/postcss-less": "npm:^4.0.6"
jest: "npm:^29.7.0"
postcss: "npm:^8.4.47"
Expand Down

0 comments on commit 5ce4929

Please sign in to comment.