Skip to content

Commit

Permalink
build(deps): Bump @types/node from 20.11.28 to 20.11.30 (#6746)
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.11.28 to 20.11.30.
- [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 Mar 25, 2024
1 parent 51f0b9f commit 4129e4d
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 @@ -24,7 +24,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@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.12",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^20.11.28",
"@types/node": "^20.11.30",
"@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": "^20.11.28",
"@types/node": "^20.11.30",
"postcss": "^8.4.36",
"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 @@ -5177,7 +5177,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:^20.11.30":
version: 20.11.30
resolution: "@types/node@npm:20.11.30"
dependencies:
undici-types: ~5.26.4
checksum: 7597767aa3e44b0f1bf62efa522dd17741135f283c11de6a20ead8bb7016fb4999cc30adcd8f2bb29ebb216906c92894346ccd187de170927dc1e212d2c07c81
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 @@ -5691,7 +5700,7 @@ __metadata:
"@types/cross-spawn": ^6.0.6
"@types/jest": ^29.5.12
"@types/jscodeshift": ^0.11.11
"@types/node": ^20.11.28
"@types/node": ^20.11.30
"@types/prompts": ^2.4.9
chalk: ^4.1.2
commander: ^12.0.0
Expand Down Expand Up @@ -5758,7 +5767,7 @@ __metadata:
"@testing-library/user-event": ^14.5.2
"@types/jest": ^29.5.12
"@types/jest-axe": ^3.5.9
"@types/node": ^20.11.28
"@types/node": ^20.11.30
"@types/react": ^18.2.69
"@types/react-dom": ^18.2.22
"@types/webpack": ^5.28.5
Expand Down Expand Up @@ -5834,7 +5843,7 @@ __metadata:
"@swc/core": 1.4.8
"@swc/jest": ^0.2.36
"@types/jest": ^29.5.12
"@types/node": ^20.11.28
"@types/node": ^20.11.30
"@types/postcss-less": ^4.0.6
jest: ^29.7.0
postcss: ^8.4.36
Expand Down

0 comments on commit 4129e4d

Please sign in to comment.