Skip to content

Commit dfb4aab

Browse files
Bump @types/node from 20.2.1 to 20.9.0 (#180)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c4e86c commit dfb4aab

File tree

3 files changed

+35
-12
lines changed

3 files changed

+35
-12
lines changed

package-lock.json

Lines changed: 23 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"unist-util-visit": "^4.1.2"
3737
},
3838
"devDependencies": {
39-
"@types/node": "20.2.1",
39+
"@types/node": "20.9.0",
4040
"@types/react": "18.2.20",
4141
"@types/react-dom": "18.2.4",
4242
"@octokit/types": "^11.1.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,10 +2013,12 @@
20132013
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
20142014
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
20152015

2016-
"@types/node@*", "@types/[email protected]":
2017-
version "20.2.1"
2018-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.1.tgz#de559d4b33be9a808fd43372ccee822c70f39704"
2019-
integrity sha512-DqJociPbZP1lbZ5SQPk4oag6W7AyaGMO6gSfRwq3PWl4PXTwJpRQJhDq4W0kzrg3w6tJ1SwlvGZ5uKFHY13LIg==
2016+
"@types/node@*", "@types/[email protected]":
2017+
version "20.9.0"
2018+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.9.0.tgz#bfcdc230583aeb891cf51e73cfdaacdd8deae298"
2019+
integrity sha512-nekiGu2NDb1BcVofVcEKMIwzlx4NjHlcjhoxxKBNLtz15Y1z7MYf549DFvkHSId02Ax6kGwWntIBPC3l/JZcmw==
2020+
dependencies:
2021+
undici-types "~5.26.4"
20202022

20212023
"@types/parse-json@^4.0.0":
20222024
version "4.0.0"
@@ -7030,6 +7032,11 @@ unbox-primitive@^1.0.2:
70307032
has-symbols "^1.0.3"
70317033
which-boxed-primitive "^1.0.2"
70327034

7035+
undici-types@~5.26.4:
7036+
version "5.26.5"
7037+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7038+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7039+
70337040
unicode-canonical-property-names-ecmascript@^2.0.0:
70347041
version "2.0.0"
70357042
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)