Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 03f65a7

Browse files
Update dependency @types/node to v18.18.11
1 parent 291742f commit 03f65a7

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
},
8383
"resolutions": {
8484
"@types/yargs": "17.0.13",
85-
"@types/node": "18.0.0"
85+
"@types/node": "18.18.11"
8686
}
8787
}

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4293,10 +4293,12 @@
42934293
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
42944294
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
42954295

4296-
"@types/node@*", "@types/node@18.0.0", "@types/node@^14.14.7", "@types/node@^16.0.0", "@types/node@^18.0.0":
4297-
version "18.0.0"
4298-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a"
4299-
integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA==
4296+
"@types/node@*", "@types/node@18.18.11", "@types/node@^14.14.7", "@types/node@^16.0.0", "@types/node@^18.0.0":
4297+
version "18.18.11"
4298+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.11.tgz#d43f6b92671eacfdd1fedb7a897388fb8880323f"
4299+
integrity sha512-c1vku6qnTeujJneYH94/4aq73XrVcsJe35UPyAsSok1ijiKrkRzK+AxQPSpNMUnC03roWBBwJx/9I8V7lQoxmA==
4300+
dependencies:
4301+
undici-types "~5.26.4"
43004302

43014303
"@types/normalize-package-data@^2.4.0":
43024304
version "2.4.1"
@@ -11778,6 +11780,11 @@ unbox-primitive@^1.0.2:
1177811780
has-symbols "^1.0.3"
1177911781
which-boxed-primitive "^1.0.2"
1178011782

11783+
undici-types@~5.26.4:
11784+
version "5.26.5"
11785+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
11786+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
11787+
1178111788
unicode-canonical-property-names-ecmascript@^2.0.0:
1178211789
version "2.0.0"
1178311790
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)