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

Commit 7e2e53a

Browse files
Update dependency @types/node to v18.16.0
1 parent 65acc9b commit 7e2e53a

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.16.0",
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.16.0"
162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
163+
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
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)