Skip to content

Commit 15bee78

Browse files
Update dependency @types/node to v18.19.85
1 parent 900abc0 commit 15bee78

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

example/yarn.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,11 @@
198198
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
199199

200200
"@types/node@^18.0.0":
201-
version "18.17.1"
202-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.1.tgz#84c32903bf3a09f7878c391d31ff08f6fe7d8335"
203-
integrity sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw==
201+
version "18.19.85"
202+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.85.tgz#c5778d9c8c00ec81d4fa10845f328b94e0e6c220"
203+
integrity sha512-61sLB7tXUMpkHJagZQAzPV4xGyqzulLvphe0lquRX80rZG24VupRv9p6Qo06V9VBNeGBM8Sv8rRVVLji6pi7QQ==
204+
dependencies:
205+
undici-types "~5.26.4"
204206

205207
"@types/prop-types@*":
206208
version "15.7.5"
@@ -2046,6 +2048,11 @@ underscore@*:
20462048
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.2.tgz#276cea1e8b9722a8dbed0100a407dda572125881"
20472049
integrity sha512-ekY1NhRzq0B08g4bGuX4wd2jZx5GnKz6mKSqFL4nqBlfyMGiG10gDFhDTMEfYmDL6Jy0FUIZp7wiRB+0BP7J2g==
20482050

2051+
undici-types@~5.26.4:
2052+
version "5.26.5"
2053+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2054+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
2055+
20492056
unfetch@^4.2.0:
20502057
version "4.2.0"
20512058
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-4.2.0.tgz#7e21b0ef7d363d8d9af0fb929a5555f6ef97a3be"

yarn.lock

+10-3
Original file line numberDiff line numberDiff line change
@@ -1178,9 +1178,11 @@
11781178
integrity sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==
11791179

11801180
"@types/node@^18.0.0":
1181-
version "18.17.1"
1182-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.1.tgz#84c32903bf3a09f7878c391d31ff08f6fe7d8335"
1183-
integrity sha512-xlR1jahfizdplZYRU59JlUx9uzF1ARa8jbhM11ccpCJya8kvos5jwdm2ZAgxSCwOl0fq21svP18EVwPBXMQudw==
1181+
version "18.19.85"
1182+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.85.tgz#c5778d9c8c00ec81d4fa10845f328b94e0e6c220"
1183+
integrity sha512-61sLB7tXUMpkHJagZQAzPV4xGyqzulLvphe0lquRX80rZG24VupRv9p6Qo06V9VBNeGBM8Sv8rRVVLji6pi7QQ==
1184+
dependencies:
1185+
undici-types "~5.26.4"
11841186

11851187
"@types/parse-json@^4.0.0":
11861188
version "4.0.0"
@@ -3591,6 +3593,11 @@ underscore@*:
35913593
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz#04786a1f589dc6c09f761fc5f45b89e935136441"
35923594
integrity sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==
35933595

3596+
undici-types@~5.26.4:
3597+
version "5.26.5"
3598+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
3599+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
3600+
35943601
unfetch@^5.0.0:
35953602
version "5.0.0"
35963603
resolved "https://registry.yarnpkg.com/unfetch/-/unfetch-5.0.0.tgz#8a5b6e5779ebe4dde0049f7d7a81d4a1af99d142"

0 commit comments

Comments
 (0)