Skip to content

Commit 488ffdc

Browse files
chore(deps): update dependency @types/node to v18.19.31
1 parent cf6d881 commit 488ffdc

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"devDependencies": {
2323
"@types/express": "4.17.17",
24-
"@types/node": "18.16.7",
24+
"@types/node": "18.19.31",
2525
"@types/url-regex-safe": "1.0.0",
2626
"nodemon": "2.0.22",
2727
"prettier": "2.8.8",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,12 @@
212212
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.1.tgz#41dc2bf78e8085a250d4670d95edb7fba621dd29"
213213
integrity sha512-U2TWca8AeHSmbpi314QBESRk7oPjSZjDsR+c+H4ECC1l+kFgpZf8Ydhv3SJpPy51VyZHHqxlb6mTTqYNNRVAIw==
214214

215-
216-
version "18.16.7"
217-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.7.tgz#86d0ba2541f808cb78d4dc5d3e40242a349d6db8"
218-
integrity sha512-MFg7ua/bRtnA1hYE3pVyWxGd/r7aMqjNOdHvlSsXV3n8iaeGKkOaPzpJh6/ovf4bEXWcojkeMJpTsq3mzXW4IQ==
215+
216+
version "18.19.31"
217+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.31.tgz#b7d4a00f7cb826b60a543cebdbda5d189aaecdcd"
218+
integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
219+
dependencies:
220+
undici-types "~5.26.4"
219221

220222
"@types/qs@*":
221223
version "6.9.7"
@@ -1319,6 +1321,11 @@ undefsafe@^2.0.5:
13191321
resolved "https://registry.yarnpkg.com/undefsafe/-/undefsafe-2.0.5.tgz#38733b9327bdcd226db889fb723a6efd162e6e2c"
13201322
integrity sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==
13211323

1324+
undici-types@~5.26.4:
1325+
version "5.26.5"
1326+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
1327+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
1328+
13221329
undici@^5.22.0:
13231330
version "5.22.1"
13241331
resolved "https://registry.yarnpkg.com/undici/-/undici-5.22.1.tgz#877d512effef2ac8be65e695f3586922e1a57d7b"

0 commit comments

Comments
 (0)