Skip to content

Commit 071f6c0

Browse files
chore(deps): bump @octokit/request-error from 6.1.5 to 6.1.7
Bumps [@octokit/request-error](https://github.com/octokit/request-error.js) from 6.1.5 to 6.1.7. - [Release notes](https://github.com/octokit/request-error.js/releases) - [Commits](octokit/request-error.js@v6.1.5...v6.1.7) --- updated-dependencies: - dependency-name: "@octokit/request-error" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c9e0aea commit 071f6c0

File tree

1 file changed

+32
-7
lines changed

1 file changed

+32
-7
lines changed

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,11 +1561,11 @@
15611561
bottleneck "^2.15.3"
15621562

15631563
"@octokit/request-error@^6.0.0", "@octokit/request-error@^6.0.1":
1564-
version "6.1.5"
1565-
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.5.tgz#907099e341c4e6179db623a0328d678024f54653"
1566-
integrity sha512-IlBTfGX8Yn/oFPMwSfvugfncK2EwRLjzbrpifNaMY8o/HTEAFqCA1FZxjD9cWvSKBHgrIhc4CSBIzMxiLsbzFQ==
1564+
version "6.1.7"
1565+
resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-6.1.7.tgz#44fc598f5cdf4593e0e58b5155fe2e77230ff6da"
1566+
integrity sha512-69NIppAwaauwZv6aOzb+VVLwt+0havz9GT5YplkeJv7fG7a40qpLt/yZKyiDxAhgz0EtgNdNcb96Z0u+Zyuy2g==
15671567
dependencies:
1568-
"@octokit/types" "^13.0.0"
1568+
"@octokit/types" "^13.6.2"
15691569

15701570
"@octokit/request@^9.0.0":
15711571
version "9.1.3"
@@ -9309,7 +9309,7 @@ string-length@^3.1.0:
93099309
astral-regex "^1.0.0"
93109310
strip-ansi "^5.2.0"
93119311

9312-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.3:
9312+
"string-width-cjs@npm:string-width@^4.2.0":
93139313
version "4.2.3"
93149314
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
93159315
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -9344,6 +9344,15 @@ string-width@^4.1.0, string-width@^4.2.0:
93449344
is-fullwidth-code-point "^3.0.0"
93459345
strip-ansi "^6.0.0"
93469346

9347+
string-width@^4.2.3:
9348+
version "4.2.3"
9349+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
9350+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
9351+
dependencies:
9352+
emoji-regex "^8.0.0"
9353+
is-fullwidth-code-point "^3.0.0"
9354+
strip-ansi "^6.0.1"
9355+
93479356
string-width@^5.0.1, string-width@^5.1.2:
93489357
version "5.1.2"
93499358
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -9396,7 +9405,7 @@ stringify-entities@^4.0.0:
93969405
character-entities-html4 "^2.0.0"
93979406
character-entities-legacy "^3.0.0"
93989407

9399-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
9408+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
94009409
version "6.0.1"
94019410
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
94029411
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -9424,6 +9433,13 @@ strip-ansi@^6.0.0:
94249433
dependencies:
94259434
ansi-regex "^5.0.0"
94269435

9436+
strip-ansi@^6.0.1:
9437+
version "6.0.1"
9438+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
9439+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
9440+
dependencies:
9441+
ansi-regex "^5.0.1"
9442+
94279443
strip-ansi@^7.0.1:
94289444
version "7.1.0"
94299445
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -10408,7 +10424,7 @@ wordwrap@^1.0.0:
1040810424
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1040910425
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
1041010426

10411-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
10427+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1041210428
version "7.0.0"
1041310429
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1041410430
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -10434,6 +10450,15 @@ wrap-ansi@^6.2.0:
1043410450
string-width "^4.1.0"
1043510451
strip-ansi "^6.0.0"
1043610452

10453+
wrap-ansi@^7.0.0:
10454+
version "7.0.0"
10455+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
10456+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
10457+
dependencies:
10458+
ansi-styles "^4.0.0"
10459+
string-width "^4.1.0"
10460+
strip-ansi "^6.0.0"
10461+
1043710462
wrap-ansi@^8.1.0:
1043810463
version "8.1.0"
1043910464
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)