Skip to content

Commit 311dc96

Browse files
authored
Merge pull request #514 from yanamura/dependabot/npm_and_yarn/types/node-20.8.10
Upgrade: bump @types/node from 20.1.0 to 20.8.10
2 parents 94ecf13 + 5f83f0e commit 311dc96

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed

package-lock.json

Lines changed: 14 additions & 5 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
@@ -14,7 +14,7 @@
1414
"@actions/exec": "^1.1.1"
1515
},
1616
"devDependencies": {
17-
"@types/node": "^20.1.0",
17+
"@types/node": "^20.8.10",
1818
"@typescript-eslint/parser": "^4.33.0",
1919
"@vercel/ncc": "^0.36.1",
2020
"eslint": "^7.32.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,12 @@
158158
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
159159
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
160160

161-
"@types/node@*", "@types/node@^20.1.0":
162-
version "20.1.0"
163-
resolved "https://registry.npmjs.org/@types/node/-/node-20.1.0.tgz"
164-
integrity sha512-O+z53uwx64xY7D6roOi4+jApDGFg0qn6WHcxe5QeqjMaTezBO/mxdfFXIVAVVyNWKx84OmPB3L8kbVYOTeN34A==
161+
"@types/node@*", "@types/node@^20.8.10":
162+
version "20.8.10"
163+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.8.10.tgz#a5448b895c753ae929c26ce85cab557c6d4a365e"
164+
integrity sha512-TlgT8JntpcbmKUFzjhsyhGfP2fsiz1Mv56im6enJ905xG1DAYesxJaeSbGqQmAw8OWPdhyJGhGSQGKRNJ45u9w==
165+
dependencies:
166+
undici-types "~5.26.4"
165167

166168
"@types/semver@^7.3.12":
167169
version "7.3.13"
@@ -1899,6 +1901,11 @@ unbox-primitive@^1.0.1:
18991901
has-symbols "^1.0.2"
19001902
which-boxed-primitive "^1.0.2"
19011903

1904+
undici-types@~5.26.4:
1905+
version "5.26.5"
1906+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1907+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1908+
19021909
uri-js@^4.2.2:
19031910
version "4.4.1"
19041911
resolved "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz"

0 commit comments

Comments
 (0)