Skip to content

Commit 01b0a77

Browse files
authored
Merge pull request #211 from lidofinance/dependabot/npm_and_yarn/tar-7.5.13
chore(deps): bump tar from 7.5.9 to 7.5.13
2 parents 76d68ad + 07c7dc4 commit 01b0a77

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7100,7 +7100,16 @@ string-argv@^0.3.2:
71007100
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
71017101
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
71027102

7103-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7103+
"string-width-cjs@npm:string-width@^4.2.0":
7104+
version "4.2.3"
7105+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7106+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7107+
dependencies:
7108+
emoji-regex "^8.0.0"
7109+
is-fullwidth-code-point "^3.0.0"
7110+
strip-ansi "^6.0.1"
7111+
7112+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
71047113
version "4.2.3"
71057114
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
71067115
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7146,7 +7155,7 @@ string_decoder@~1.1.1:
71467155
dependencies:
71477156
safe-buffer "~5.1.0"
71487157

7149-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7158+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
71507159
version "6.0.1"
71517160
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
71527161
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7160,6 +7169,13 @@ strip-ansi@^3.0.0:
71607169
dependencies:
71617170
ansi-regex "^2.0.0"
71627171

7172+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7173+
version "6.0.1"
7174+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7175+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7176+
dependencies:
7177+
ansi-regex "^5.0.1"
7178+
71637179
strip-ansi@^7.0.1:
71647180
version "7.2.0"
71657181
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.2.0.tgz#d22a269522836a627af8d04b5c3fd2c7fa3e32e3"
@@ -7271,9 +7287,9 @@ supports-preserve-symlinks-flag@^1.0.0:
72717287
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
72727288

72737289
tar@^7.4.3, tar@^7.5.10, tar@^7.5.11, tar@^7.5.8:
7274-
version "7.5.9"
7275-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.9.tgz#817ac12a54bc4362c51340875b8985d7dc9724b8"
7276-
integrity sha512-BTLcK0xsDh2+PUe9F6c2TlRp4zOOBMTkoQHQIWSIzI0R7KG46uEwq4OPk2W7bZcprBMsuaeFsqwYr7pjh6CuHg==
7290+
version "7.5.13"
7291+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.13.tgz#0d214ed56781a26edc313581c0e2d929ceeb866d"
7292+
integrity sha512-tOG/7GyXpFevhXVh8jOPJrmtRpOTsYqUIkVdVooZYJS/z8WhfQUX8RJILmeuJNinGAMSu1veBr4asSHFt5/hng==
72777293
dependencies:
72787294
"@isaacs/fs-minipass" "^4.0.0"
72797295
chownr "^3.0.0"
@@ -7879,7 +7895,7 @@ wordwrap@^1.0.0:
78797895
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
78807896
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
78817897

7882-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7898+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
78837899
version "7.0.0"
78847900
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
78857901
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7897,6 +7913,15 @@ wrap-ansi@^6.2.0:
78977913
string-width "^4.1.0"
78987914
strip-ansi "^6.0.0"
78997915

7916+
wrap-ansi@^7.0.0:
7917+
version "7.0.0"
7918+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7919+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7920+
dependencies:
7921+
ansi-styles "^4.0.0"
7922+
string-width "^4.1.0"
7923+
strip-ansi "^6.0.0"
7924+
79007925
wrap-ansi@^8.1.0:
79017926
version "8.1.0"
79027927
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)