Skip to content

Commit

Permalink
Upgrade: Bump @types/node from 13.7.7 to 20.12.7
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.7.7 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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent f945a67 commit 05c9bb1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/backpack-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@types/chroma-js": "2.1.x",
"@types/node": "14.14.x",
"@types/node": "20.12.x",
"chroma-js": "2.1.x",
"color-name-list": "7.30.x",
"handlebars": "4.7.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-backpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"yeoman-generator": "4.5.0"
},
"devDependencies": {
"@types/node": "13.7.7",
"@types/node": "20.12.7",
"@types/yeoman-generator": "3.1.4",
"typescript": "3.9.5"
},
Expand Down
26 changes: 14 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"@babel/highlight" "^7.10.4"

"@babel/compat-data@^7.10.4", "@babel/compat-data@^7.11.0", "@babel/compat-data@^7.8.6", "@babel/compat-data@^7.9.0":
version "7.23.5"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.23.5.tgz#ffb878728bb6bdcb6f4510aa51b1be9afb8cfd98"
integrity sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==
version "7.24.4"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==

"@babel/[email protected]", "@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.2.2", "@babel/core@^7.4.4", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
version "7.11.6"
Expand Down Expand Up @@ -3508,15 +3508,12 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/[email protected]":
version "13.7.7"
resolved "https://registry.npmjs.org/@types/node/-/node-13.7.7.tgz"
integrity sha512-Uo4chgKbnPNlxQwoFmYIwctkQVkMMmsAoGGU4JKwLuvBefF0pCq4FybNSnfkfRCpC7ZW7kttcC/TrRtAJsvGtg==

"@types/[email protected]":
version "14.14.22"
resolved "https://registry.npmjs.org/@types/node/-/node-14.14.22.tgz"
integrity sha512-g+f/qj/cNcqKkc3tFqlXOYjrmZA+jNBiDzbP3kH+B+otKFqAdPgVTGP1IeKRdMml/aE69as5S4FqtxAbl+LaMw==
"@types/node@*", "@types/[email protected]", "@types/[email protected]":
version "20.12.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
dependencies:
undici-types "~5.26.4"

"@types/node@^12.7.1":
version "12.20.55"
Expand Down Expand Up @@ -18101,6 +18098,11 @@ uglify-js@^3.1.4:
commander "~2.20.3"
source-map "~0.6.1"

undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

unfetch@^4.1.0:
version "4.2.0"
resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz"
Expand Down

0 comments on commit 05c9bb1

Please sign in to comment.