Skip to content

Commit e68d580

Browse files
chore(deps): update dependency @types/node to ^18.19.1
1 parent 7163589 commit e68d580

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@changesets/cli": "^2.24.4",
3535
"@d-ts/vue": "^1.0.0",
3636
"@types/lodash-es": "^4.17.7",
37-
"@types/node": "^18.7.18",
37+
"@types/node": "^18.19.1",
3838
"@types/qrcode": "^1.5.0",
3939
"lodash-es": "^4.17.21",
4040
"postcss": "^8.4.24",

yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2749,10 +2749,12 @@
27492749
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
27502750
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
27512751

2752-
"@types/node@*", "@types/node@>=12", "@types/node@^18.0.0", "@types/node@^18.7.18":
2753-
version "18.7.18"
2754-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.18.tgz#633184f55c322e4fb08612307c274ee6d5ed3154"
2755-
integrity sha512-m+6nTEOadJZuTPkKR/SYK3A2d7FZrgElol9UP1Kae90VVU4a6mxnPuLiIW1m4Cq4gZ/nWb9GrdVXJCoCazDAbg==
2752+
"@types/node@*", "@types/node@>=12", "@types/node@^18.0.0", "@types/node@^18.19.1":
2753+
version "18.19.1"
2754+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.1.tgz#e3ed7d5ab5ea21f33a4503decb2171e0d8f53070"
2755+
integrity sha512-mZJ9V11gG5Vp0Ox2oERpeFDl+JvCwK24PGy76vVY/UgBtjwJWc5rYBThFxmbnYOm9UPZNm6wEl/sxHt2SU7x9A==
2756+
dependencies:
2757+
undici-types "~5.26.4"
27562758

27572759
"@types/node@^12.7.1":
27582760
version "12.20.47"
@@ -12871,6 +12873,11 @@ unbzip2-stream@^1.0.9:
1287112873
buffer "^5.2.1"
1287212874
through "^2.3.8"
1287312875

12876+
undici-types@~5.26.4:
12877+
version "5.26.5"
12878+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
12879+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
12880+
1287412881
unicode-canonical-property-names-ecmascript@^2.0.0:
1287512882
version "2.0.0"
1287612883
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"

0 commit comments

Comments
 (0)