Skip to content

Commit

Permalink
build(deps): Bump @types/node from 20.12.5 to 20.12.7 (#6827)
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.12.5 to 20.12.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 136f9d6 commit 063550b
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.12.5",
"@types/node": "^20.12.7",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@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.12.5",
"@types/node": "^20.12.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": "^20.12.5",
"@types/node": "^20.12.7",
"postcss": "^8.4.38",
"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 @@ -4258,7 +4258,7 @@ __metadata:
languageName: node
linkType: hard

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

"@types/node@npm:^20.12.7":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
dependencies:
undici-types: ~5.26.4
checksum: 7cc979f7e2ca9a339ec71318c3901b9978555257929ef3666987f3e447123bc6dc92afcc89f6347e09e07d602fde7d51bcddea626c23aa2bb74aeaacfd1e1686
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 @@ -4869,7 +4878,7 @@ __metadata:
"@types/cross-spawn": ^6.0.6
"@types/jest": ^29.5.12
"@types/jscodeshift": ^0.11.11
"@types/node": ^20.12.5
"@types/node": ^20.12.7
"@types/prompts": ^2.4.9
chalk: ^4.1.2
commander: ^12.0.0
Expand Down Expand Up @@ -4936,7 +4945,7 @@ __metadata:
"@testing-library/user-event": ^14.5.2
"@types/jest": ^29.5.12
"@types/jest-axe": ^3.5.9
"@types/node": ^20.12.5
"@types/node": ^20.12.7
"@types/react": ^18.2.74
"@types/react-dom": ^18.2.24
"@types/webpack": ^5.28.5
Expand Down Expand Up @@ -5012,7 +5021,7 @@ __metadata:
"@swc/core": 1.4.12
"@swc/jest": ^0.2.36
"@types/jest": ^29.5.12
"@types/node": ^20.12.5
"@types/node": ^20.12.7
"@types/postcss-less": ^4.0.6
jest: ^29.7.0
postcss: ^8.4.38
Expand Down

0 comments on commit 063550b

Please sign in to comment.