Skip to content

Commit 3b068c7

Browse files
build(deps): bump jose from 4.13.1 to 4.15.5
Bumps [jose](https://github.com/panva/jose) from 4.13.1 to 4.15.5. - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md) - [Commits](panva/jose@v4.13.1...v4.15.5) --- updated-dependencies: - dependency-name: jose dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6230ae5 commit 3b068c7

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

+31-6
Original file line numberDiff line numberDiff line change
@@ -13130,9 +13130,9 @@ join-component@^1.1.0:
1313013130
integrity sha512-bF7vcQxbODoGK1imE2P9GS9aw4zD0Sd+Hni68IMZLj7zRnquH7dXUmMw9hDI5S/Jzt7q+IyTXN0rSg2GI0IKhQ==
1313113131

1313213132
jose@^4.11.4:
13133-
version "4.15.4"
13134-
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.4.tgz#02a9a763803e3872cf55f29ecef0dfdcc218cc03"
13135-
integrity sha512-W+oqK4H+r5sITxfxpSU+MMdr/YSWGvgZMQDIsNoBDGGy4i7GBPTtvFKibQzW06n3U3TqHjhvBJsirShsEJ6eeQ==
13133+
version "4.15.5"
13134+
resolved "https://registry.yarnpkg.com/jose/-/jose-4.15.5.tgz#6475d0f467ecd3c630a1b5dadd2735a7288df706"
13135+
integrity sha512-jc7BFxgKPKi94uOvEmzlSWFFe2+vASyXaKUpdQKatWAESU2MWjDfFf0fdfc83CDKcA5QecabZeNLyfhe3yKNkg==
1313613136

1313713137
joycon@^3.0.1:
1313813138
version "3.1.1"
@@ -17123,7 +17123,7 @@ string-length@^5.0.1:
1712317123
char-regex "^2.0.0"
1712417124
strip-ansi "^7.0.1"
1712517125

17126-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
17126+
"string-width-cjs@npm:string-width@^4.2.0":
1712717127
version "4.2.3"
1712817128
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1712917129
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -17141,6 +17141,15 @@ string-width@^1.0.1:
1714117141
is-fullwidth-code-point "^1.0.0"
1714217142
strip-ansi "^3.0.0"
1714317143

17144+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
17145+
version "4.2.3"
17146+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
17147+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
17148+
dependencies:
17149+
emoji-regex "^8.0.0"
17150+
is-fullwidth-code-point "^3.0.0"
17151+
strip-ansi "^6.0.1"
17152+
1714417153
string-width@^5.0.1, string-width@^5.1.2:
1714517154
version "5.1.2"
1714617155
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
@@ -17211,7 +17220,7 @@ stringify-object@~0.1.7:
1721117220
resolved "https://registry.yarnpkg.com/stringify-object/-/stringify-object-0.1.8.tgz#463348f38fdcd4fec1c011084c24a59ac653c1ee"
1721217221
integrity sha512-wud/ZQEJjTrbwG3x8aD4OnPoo1Tb/AYXazI4CMEerAjLhWCou3OYhyBzoqRXbDVGC6/XDuAZxIWjVOv7nzjq+g==
1721317222

17214-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
17223+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1721517224
version "6.0.1"
1721617225
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1721717226
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -17232,6 +17241,13 @@ strip-ansi@^5.0.0, strip-ansi@^5.2.0:
1723217241
dependencies:
1723317242
ansi-regex "^4.1.0"
1723417243

17244+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
17245+
version "6.0.1"
17246+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
17247+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
17248+
dependencies:
17249+
ansi-regex "^5.0.1"
17250+
1723517251
strip-ansi@^7.0.1:
1723617252
version "7.1.0"
1723717253
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -18830,7 +18846,7 @@ wonka@^6.3.2:
1883018846
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594"
1883118847
integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==
1883218848

18833-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
18849+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1883418850
version "7.0.0"
1883518851
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1883618852
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -18848,6 +18864,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1884818864
string-width "^4.1.0"
1884918865
strip-ansi "^6.0.0"
1885018866

18867+
wrap-ansi@^7.0.0:
18868+
version "7.0.0"
18869+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
18870+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
18871+
dependencies:
18872+
ansi-styles "^4.0.0"
18873+
string-width "^4.1.0"
18874+
strip-ansi "^6.0.0"
18875+
1885118876
wrap-ansi@^8.1.0:
1885218877
version "8.1.0"
1885318878
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)