Skip to content

Commit 0ae1562

Browse files
committed
chore(deps): update dependency @types/node to v18.18.8
1 parent e077c9c commit 0ae1562

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
@@ -60,7 +60,7 @@
6060
"@types/css-modules-loader-core": "1.1.3",
6161
"@types/eslint": "7.28.2",
6262
"@types/jest": "27.5.2",
63-
"@types/node": "18.18.4",
63+
"@types/node": "18.18.8",
6464
"@types/signale": "1.4.5",
6565
"@types/stylelint": "14.0.0",
6666
"eslint": "^7.32.0",

yarn.lock

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1606,10 +1606,12 @@
16061606
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
16071607
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
16081608

1609-
"@types/node@18.18.4":
1610-
version "18.18.4"
1611-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
1612-
integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
1609+
"@types/node@18.18.8":
1610+
version "18.18.8"
1611+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.8.tgz#2b285361f2357c8c8578ec86b5d097c7f464cfd6"
1612+
integrity sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==
1613+
dependencies:
1614+
undici-types "~5.26.4"
16131615

16141616
"@types/node@^12.7.1":
16151617
version "12.20.49"
@@ -8264,6 +8266,11 @@ unbox-primitive@^1.0.1:
82648266
has-symbols "^1.0.2"
82658267
which-boxed-primitive "^1.0.2"
82668268

8269+
undici-types@~5.26.4:
8270+
version "5.26.5"
8271+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
8272+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
8273+
82678274
unique-filename@^1.1.1:
82688275
version "1.1.1"
82698276
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"

0 commit comments

Comments
 (0)