Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 65caed0

Browse files
Update dependency @types/node to v18.15.7
1 parent 65acc9b commit 65caed0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@types/express": "4.17.17",
29-
"@types/node": "18.15.4",
29+
"@types/node": "18.15.7",
3030
"@typescript-eslint/eslint-plugin": "5.56.0",
3131
"@typescript-eslint/parser": "5.56.0",
3232
"dotenv": "16.0.3",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,16 @@
152152
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
153153
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
154154

155-
"@types/node@*", "@types/[email protected]":
155+
"@types/node@*":
156156
version "18.15.4"
157157
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.4.tgz#92a6b286f95716094f9d23cc0d7fdc1abf842661"
158158
integrity sha512-q+/59YJ44RRlff9wTBWGpDSDXn0CdTzROLccYTQYLal0HgjLZVKBnN2DlBNiAO4TpZ7qJYBhmoRm5eP6ESNFQw==
159159

160+
161+
version "18.15.7"
162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.7.tgz#33514fca9bdf136f77027358850c0fb9cd93c669"
163+
integrity sha512-LFmUbFunqmBn26wJZgZPYZPrDR1RwGOu2v79Mgcka1ndO6V0/cwjivPTc4yoK6n9kmw4/ls1r8cLrvh2iMibFA==
164+
160165
"@types/qs@*":
161166
version "6.9.7"
162167
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb"

0 commit comments

Comments
 (0)