Skip to content

Commit e3351e4

Browse files
Bump @types/node from 18.16.18 to 20.12.7
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.18 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] <support@github.com>
1 parent 91d913d commit e3351e4

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
@@ -26,7 +26,7 @@
2626
"@types/debug": "^4.1.12",
2727
"@types/express": "^4.17.21",
2828
"@types/jest": "^29.5.12",
29-
"@types/node": "^18.16.18",
29+
"@types/node": "^20.12.7",
3030
"@types/react": "^18.2.73",
3131
"@types/react-dom": "^18.2.25",
3232
"@types/webpack": "^5.28.5",

yarn.lock

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

1158-
"@types/node@*", "@types/node@^18.16.18":
1159-
version "18.16.18"
1160-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
1161-
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==
1158+
"@types/node@*", "@types/node@^20.12.7":
1159+
version "20.12.7"
1160+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
1161+
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
1162+
dependencies:
1163+
undici-types "~5.26.4"
11621164

11631165
"@types/parse-json@^4.0.0":
11641166
version "4.0.0"
@@ -6114,6 +6116,11 @@ unbox-primitive@^1.0.2:
61146116
has-symbols "^1.0.3"
61156117
which-boxed-primitive "^1.0.2"
61166118

6119+
undici-types@~5.26.4:
6120+
version "5.26.5"
6121+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
6122+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
6123+
61176124
unpipe@1.0.0, unpipe@~1.0.0:
61186125
version "1.0.0"
61196126
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"

0 commit comments

Comments
 (0)