Skip to content

Commit 1413c07

Browse files
Update dependency @types/node to v18.19.9
1 parent 77d334c commit 1413c07

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@mkobayashime/eslint-config-typescript": "1.0.0",
1414
"@swc/core": "1.3.70",
1515
"@types/glob": "8.1.0",
16-
"@types/node": "18.16.19",
16+
"@types/node": "18.19.9",
1717
"@typescript-eslint/eslint-plugin": "6.3.0",
1818
"@typescript-eslint/parser": "6.3.0",
1919
"ava": "5.3.1",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,12 @@
403403
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.11.6.tgz#6bef7a2a0ad684cf6e90fcfe31cecabd9ce0a3ae"
404404
integrity sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w==
405405

406-
407-
version "18.16.19"
408-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.19.tgz#cb03fca8910fdeb7595b755126a8a78144714eea"
409-
integrity sha512-IXl7o+R9iti9eBW4Wg2hx1xQDig183jj7YLn8F7udNceyfkbn1ZxmzZXuak20gR40D7pIkIY1kYGx5VIGbaHKA==
406+
407+
version "18.19.9"
408+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.9.tgz#6c2624c3a05bfa3a2735c533f95597ffacbb5608"
409+
integrity sha512-oZFKlC8l5YtzGQNT4zC2PiSSKzQVZ8bAwwd+EYdPLtyk0nSEq6O16SkK+rkkT2eflDAbormJgEF3QnH3oDrTSw==
410+
dependencies:
411+
undici-types "~5.26.4"
410412

411413
"@types/semver@^7.5.0":
412414
version "7.5.0"
@@ -2920,6 +2922,11 @@ unbox-primitive@^1.0.2:
29202922
has-symbols "^1.0.3"
29212923
which-boxed-primitive "^1.0.2"
29222924

2925+
undici-types@~5.26.4:
2926+
version "5.26.5"
2927+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2928+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2929+
29232930
uri-js@^4.2.2:
29242931
version "4.4.1"
29252932
resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"

0 commit comments

Comments
 (0)