Skip to content

Commit f05f0f8

Browse files
Update dependency del to v8.0.1
1 parent 35b4b18 commit f05f0f8

1 file changed

Lines changed: 40 additions & 9 deletions

File tree

tools/vf-core/yarn.lock

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3235,15 +3235,16 @@ define-property@^2.0.2:
32353235
isobject "^3.0.1"
32363236

32373237
del@^8.0.0:
3238-
version "8.0.0"
3239-
resolved "https://registry.yarnpkg.com/del/-/del-8.0.0.tgz#f333a5673cfeb72e46084031714a7c30515e80aa"
3240-
integrity sha512-R6ep6JJ+eOBZsBr9esiNN1gxFbZE4Q2cULkUSFumGYecAiS6qodDvcPx/sFuWHMNul7DWmrtoEOpYSm7o6tbSA==
3238+
version "8.0.1"
3239+
resolved "https://registry.yarnpkg.com/del/-/del-8.0.1.tgz#86772fe3a8c9f91bad0d7c6f79e04c6f310e50ac"
3240+
integrity sha512-gPqh0mKTPvaUZGAuHbrBUYKZWBNAeHG7TU3QH5EhVwPMyKvmfJaNXhcD2jTcXsJRRcffuho4vaYweu80dRrMGA==
32413241
dependencies:
32423242
globby "^14.0.2"
32433243
is-glob "^4.0.3"
32443244
is-path-cwd "^3.0.0"
32453245
is-path-inside "^4.0.0"
32463246
p-map "^7.0.2"
3247+
presentable-error "^0.0.1"
32473248
slash "^5.1.0"
32483249

32493250
depd@2.0.0:
@@ -7366,9 +7367,9 @@ p-locate@^5.0.0:
73667367
p-limit "^3.0.2"
73677368

73687369
p-map@^7.0.2:
7369-
version "7.0.3"
7370-
resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.3.tgz#7ac210a2d36f81ec28b736134810f7ba4418cdb6"
7371-
integrity sha512-VkndIv2fIB99swvQoA65bm+fsmt6UNdGeIB0oxBs+WhAhdh08QA04JXpI7rbB9r08/nkbysKoya9rtDERYOYMA==
7370+
version "7.0.4"
7371+
resolved "https://registry.yarnpkg.com/p-map/-/p-map-7.0.4.tgz#b81814255f542e252d5729dca4d66e5ec14935b8"
7372+
integrity sha512-tkAQEw8ysMzmkhgw8k+1U/iPhWNhykKnSk4Rd5zLoPJCuJaGRPo6YposrZgaxHKzDHdDWWZvE/Sk7hsL2X/CpQ==
73727373

73737374
p-try@^1.0.0:
73747375
version "1.0.0"
@@ -7850,6 +7851,11 @@ prepend-http@^2.0.0:
78507851
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
78517852
integrity sha512-ravE6m9Atw9Z/jjttRUZ+clIXogdghyZAuWJ3qEzjT+jI/dL1ifAqhZeC5VHzQp1MSt1+jxKkFNemj/iO7tVUA==
78527853

7854+
presentable-error@^0.0.1:
7855+
version "0.0.1"
7856+
resolved "https://registry.yarnpkg.com/presentable-error/-/presentable-error-0.0.1.tgz#6d2579d397b1384a0cc733b36375c2c8755d53c6"
7857+
integrity sha512-E6rsNU1QNJgB3sjj7OANinGncFKuK+164sLXw1/CqBjj/EkXSoSdHCtWQGBNlREIGLnL7IEUEGa08YFVUbrhVg==
7858+
78537859
preserve@^0.2.0:
78547860
version "0.2.0"
78557861
resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b"
@@ -9141,7 +9147,7 @@ streamx@^2.12.0, streamx@^2.12.5, streamx@^2.13.2, streamx@^2.14.0:
91419147
optionalDependencies:
91429148
bare-events "^2.2.0"
91439149

9144-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
9150+
"string-width-cjs@npm:string-width@^4.2.0":
91459151
version "4.2.3"
91469152
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
91479153
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9176,6 +9182,15 @@ string-width@^3.0.0:
91769182
is-fullwidth-code-point "^2.0.0"
91779183
strip-ansi "^5.1.0"
91789184

9185+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
9186+
version "4.2.3"
9187+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9188+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9189+
dependencies:
9190+
emoji-regex "^8.0.0"
9191+
is-fullwidth-code-point "^3.0.0"
9192+
strip-ansi "^6.0.1"
9193+
91799194
string-width@^5.0.1, string-width@^5.1.2:
91809195
version "5.1.2"
91819196
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -9223,7 +9238,7 @@ stringify-entities@^1.0.1:
92239238
is-alphanumerical "^1.0.0"
92249239
is-hexadecimal "^1.0.0"
92259240

9226-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9241+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
92279242
version "6.0.1"
92289243
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
92299244
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9251,6 +9266,13 @@ strip-ansi@^5.1.0, strip-ansi@^5.2.0:
92519266
dependencies:
92529267
ansi-regex "^4.1.0"
92539268

9269+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
9270+
version "6.0.1"
9271+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9272+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9273+
dependencies:
9274+
ansi-regex "^5.0.1"
9275+
92549276
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
92559277
version "7.1.0"
92569278
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10287,7 +10309,7 @@ wordwrap@^1.0.0:
1028710309
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1028810310
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1028910311

10290-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10312+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1029110313
version "7.0.0"
1029210314
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1029310315
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10313,6 +10335,15 @@ wrap-ansi@^6.2.0:
1031310335
string-width "^4.1.0"
1031410336
strip-ansi "^6.0.0"
1031510337

10338+
wrap-ansi@^7.0.0:
10339+
version "7.0.0"
10340+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10341+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10342+
dependencies:
10343+
ansi-styles "^4.0.0"
10344+
string-width "^4.1.0"
10345+
strip-ansi "^6.0.0"
10346+
1031610347
wrap-ansi@^8.1.0:
1031710348
version "8.1.0"
1031810349
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)