Skip to content

Commit 9e40303

Browse files
committed
chore(deps): update dependency @types/node to v18.18.8
1 parent c9981f7 commit 9e40303

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
@@ -130,7 +130,7 @@
130130
"@types/expect": "1.20.4",
131131
"@types/lodash": "4.14.200",
132132
"@types/mocha": "9.1.1",
133-
"@types/node": "18.18.4",
133+
"@types/node": "18.18.8",
134134
"@types/sinon": "10.0.19",
135135
"expect": "^24.1.0",
136136
"graphql": "^15.4.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,10 +1157,12 @@
11571157
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.1.1.tgz#e7c4f1001eefa4b8afbd1eee27a237fee3bf29c4"
11581158
integrity sha512-Z61JK7DKDtdKTWwLeElSEBcWGRLY8g95ic5FoQqI9CMx0ns/Ghep3B4DfcEimiKMvtamNVULVNKEsiwV3aQmXw==
11591159

1160-
1161-
version "18.18.4"
1162-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
1163-
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
1160+
1161+
version "18.18.8"
1162+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1163+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1164+
dependencies:
1165+
undici-types "~5.26.4"
11641166

11651167
"@types/node@^14.0.0":
11661168
version "14.18.33"
@@ -7348,6 +7350,11 @@ uncss@^0.17.0:
73487350
postcss-selector-parser "6.0.2"
73497351
request "^2.88.0"
73507352

7353+
undici-types@~5.26.4:
7354+
version "5.26.5"
7355+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
7356+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
7357+
73517358
unicode-canonical-property-names-ecmascript@^1.0.4:
73527359
version "1.0.4"
73537360
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz#2619800c4c825800efdd8343af7dd9933cbe2818"

0 commit comments

Comments
 (0)