Skip to content

Commit

Permalink
build(deps): Bump @types/node from 20.11.1 to 20.11.5 (#6424)
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.1 to 20.11.5.
- [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 Jan 22, 2024
1 parent bbc3a99 commit c30d211
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.1",
"@types/jest": "^29.5.11",
"@types/jest-axe": "^3.5.9",
"@types/node": "^20.11.1",
"@types/node": "^20.11.5",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@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.11",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^20.11.1",
"@types/node": "^20.11.5",
"@types/prompts": "^2.4.2",
"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.1",
"@types/node": "^20.11.5",
"postcss": "^8.4.33",
"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 @@ -4829,7 +4829,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:^20.11.5":
version: 20.11.5
resolution: "@types/node@npm:20.11.5"
dependencies:
undici-types: ~5.26.4
checksum: a542727de1334ae20a3ca034b0ecf4b464a57ca01efc4f9cf43bd9ab93896125ab3c2de060ecd8f6ae23b86c6bf3463f681b643e69c032c6a662d376c98a6092
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 @@ -5332,7 +5341,7 @@ __metadata:
"@types/cross-spawn": ^6.0.6
"@types/jest": ^29.5.11
"@types/jscodeshift": ^0.11.11
"@types/node": ^20.11.1
"@types/node": ^20.11.5
"@types/prompts": ^2.4.2
chalk: ^4.1.2
commander: ^11.0.0
Expand Down Expand Up @@ -5397,7 +5406,7 @@ __metadata:
"@testing-library/user-event": ^14.5.1
"@types/jest": ^29.5.11
"@types/jest-axe": ^3.5.9
"@types/node": ^20.11.1
"@types/node": ^20.11.5
"@types/react": ^18.2.47
"@types/react-dom": ^18.2.18
"@types/webpack": ^5.28.5
Expand Down Expand Up @@ -5473,7 +5482,7 @@ __metadata:
"@swc/core": 1.3.103
"@swc/jest": ^0.2.31
"@types/jest": ^29.5.11
"@types/node": ^20.11.1
"@types/node": ^20.11.5
"@types/postcss-less": ^4.0.6
jest: ^29.7.0
postcss: ^8.4.33
Expand Down

0 comments on commit c30d211

Please sign in to comment.