Skip to content

Commit 595e07c

Browse files
committed
fix(yarn.lock): re-resolve jackspeak after removed resolution
Upstream lockfile pinned jackspeak to 2.1.1 via a resolution the migration removed; the orphaned pin failed CI hardened-mode install (YN0078). Re-resolved to 3.4.3 (^3.1.2) and 4.2.3 (^4.1.1).
1 parent b371b89 commit 595e07c

1 file changed

Lines changed: 94 additions & 28 deletions

File tree

yarn.lock

Lines changed: 94 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6826,6 +6826,27 @@ __metadata:
68266826
languageName: node
68276827
linkType: hard
68286828

6829+
"@isaacs/cliui@npm:^8.0.2":
6830+
version: 8.0.2
6831+
resolution: "@isaacs/cliui@npm:8.0.2"
6832+
dependencies:
6833+
string-width: "npm:^5.1.2"
6834+
string-width-cjs: "npm:string-width@^4.2.0"
6835+
strip-ansi: "npm:^7.0.1"
6836+
strip-ansi-cjs: "npm:strip-ansi@^6.0.1"
6837+
wrap-ansi: "npm:^8.1.0"
6838+
wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0"
6839+
checksum: 10c0/b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e
6840+
languageName: node
6841+
linkType: hard
6842+
6843+
"@isaacs/cliui@npm:^9.0.0":
6844+
version: 9.0.0
6845+
resolution: "@isaacs/cliui@npm:9.0.0"
6846+
checksum: 10c0/971063b7296419f85053dacd0a0285dcadaa3dfc139228b23e016c1a9848121ad4aa5e7fcca7522062014e1eb6239a7424188b9f2cba893a79c90aae5710319c
6847+
languageName: node
6848+
linkType: hard
6849+
68296850
"@isaacs/fs-minipass@npm:^4.0.0":
68306851
version: 4.0.1
68316852
resolution: "@isaacs/fs-minipass@npm:4.0.1"
@@ -12313,6 +12334,13 @@ __metadata:
1231312334
languageName: node
1231412335
linkType: hard
1231512336

12337+
"ansi-styles@npm:^6.1.0":
12338+
version: 6.2.3
12339+
resolution: "ansi-styles@npm:6.2.3"
12340+
checksum: 10c0/23b8a4ce14e18fb854693b95351e286b771d23d8844057ed2e7d083cd3e708376c3323707ec6a24365f7d7eda3ca00327fe04092e29e551499ec4c8b7bfac868
12341+
languageName: node
12342+
linkType: hard
12343+
1231612344
"ansicolors@npm:~0.3.2":
1231712345
version: 0.3.2
1231812346
resolution: "ansicolors@npm:0.3.2"
@@ -16219,6 +16247,13 @@ __metadata:
1621916247
languageName: node
1622016248
linkType: hard
1622116249

16250+
"eastasianwidth@npm:^0.2.0":
16251+
version: 0.2.0
16252+
resolution: "eastasianwidth@npm:0.2.0"
16253+
checksum: 10c0/26f364ebcdb6395f95124fda411f63137a4bfb5d3a06453f7f23dfe52502905bd84e0488172e0f9ec295fdc45f05c23d5d91baf16bd26f0fe9acd777a188dc39
16254+
languageName: node
16255+
linkType: hard
16256+
1622216257
"ecc-jsbn@npm:~0.1.1":
1622316258
version: 0.1.2
1622416259
resolution: "ecc-jsbn@npm:0.1.2"
@@ -21094,16 +21129,25 @@ __metadata:
2109421129
languageName: node
2109521130
linkType: hard
2109621131

21097-
"jackspeak@npm:^3.1.2, jackspeak@npm:^4.1.1":
21098-
version: 2.1.1
21099-
resolution: "jackspeak@npm:2.1.1"
21132+
"jackspeak@npm:^3.1.2":
21133+
version: 3.4.3
21134+
resolution: "jackspeak@npm:3.4.3"
2110021135
dependencies:
21136+
"@isaacs/cliui": "npm:^8.0.2"
2110121137
"@pkgjs/parseargs": "npm:^0.11.0"
21102-
cliui: "npm:^8.0.1"
2110321138
dependenciesMeta:
2110421139
"@pkgjs/parseargs":
2110521140
optional: true
21106-
checksum: 10c0/3c5919d4e2d01d539c99d1ed5fde84c29ef170b7bc50dbb80ed712df348ef3ec87346197db1a86264128d220b357b8ab619c70ece26f08abe4b4de0c424b1334
21141+
checksum: 10c0/6acc10d139eaefdbe04d2f679e6191b3abf073f111edf10b1de5302c97ec93fffeb2fdd8681ed17f16268aa9dd4f8c588ed9d1d3bffbbfa6e8bf897cbb3149b9
21142+
languageName: node
21143+
linkType: hard
21144+
21145+
"jackspeak@npm:^4.1.1":
21146+
version: 4.2.3
21147+
resolution: "jackspeak@npm:4.2.3"
21148+
dependencies:
21149+
"@isaacs/cliui": "npm:^9.0.0"
21150+
checksum: 10c0/b5c0c414f1607c2aa0597f4bf2c03b8443897fccd5fd3c2b3e4f77d556b2bc7c3d3413828ba91e0789f6fb40ad90242f7f89fb20aee9e9d705bc1681f7564f67
2110721151
languageName: node
2110821152
linkType: hard
2110921153

@@ -28928,6 +28972,17 @@ __metadata:
2892828972
languageName: node
2892928973
linkType: hard
2893028974

28975+
"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
28976+
version: 4.2.3
28977+
resolution: "string-width@npm:4.2.3"
28978+
dependencies:
28979+
emoji-regex: "npm:^8.0.0"
28980+
is-fullwidth-code-point: "npm:^3.0.0"
28981+
strip-ansi: "npm:^6.0.1"
28982+
checksum: 10c0/1e525e92e5eae0afd7454086eed9c818ee84374bb80328fc41217ae72ff5f065ef1c9d7f72da41de40c75fa8bb3dee63d92373fd492c84260a552c636392a47b
28983+
languageName: node
28984+
linkType: hard
28985+
2893128986
"string-width@npm:^1.0.1, string-width@npm:^1.0.2":
2893228987
version: 1.0.2
2893328988
resolution: "string-width@npm:1.0.2"
@@ -28960,14 +29015,14 @@ __metadata:
2896029015
languageName: node
2896129016
linkType: hard
2896229017

28963-
"string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3":
28964-
version: 4.2.3
28965-
resolution: "string-width@npm:4.2.3"
29018+
"string-width@npm:^5.0.1, string-width@npm:^5.1.2":
29019+
version: 5.1.2
29020+
resolution: "string-width@npm:5.1.2"
2896629021
dependencies:
28967-
emoji-regex: "npm:^8.0.0"
28968-
is-fullwidth-code-point: "npm:^3.0.0"
28969-
strip-ansi: "npm:^6.0.1"
28970-
checksum: 10c0/1e525e92e5eae0afd7454086eed9c818ee84374bb80328fc41217ae72ff5f065ef1c9d7f72da41de40c75fa8bb3dee63d92373fd492c84260a552c636392a47b
29022+
eastasianwidth: "npm:^0.2.0"
29023+
emoji-regex: "npm:^9.2.2"
29024+
strip-ansi: "npm:^7.0.1"
29025+
checksum: 10c0/ab9c4264443d35b8b923cbdd513a089a60de339216d3b0ed3be3ba57d6880e1a192b70ae17225f764d7adbf5994e9bb8df253a944736c15a0240eff553c678ca
2897129026
languageName: node
2897229027
linkType: hard
2897329028

@@ -29081,6 +29136,15 @@ __metadata:
2908129136
languageName: node
2908229137
linkType: hard
2908329138

29139+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1":
29140+
version: 6.0.1
29141+
resolution: "strip-ansi@npm:6.0.1"
29142+
dependencies:
29143+
ansi-regex: "npm:^5.0.1"
29144+
checksum: 10c0/1ae5f212a126fe5b167707f716942490e3933085a5ff6c008ab97ab2f272c8025d3aa218b7bd6ab25729ca20cc81cddb252102f8751e13482a5199e873680952
29145+
languageName: node
29146+
linkType: hard
29147+
2908429148
"strip-ansi@npm:6.0.0":
2908529149
version: 6.0.0
2908629150
resolution: "strip-ansi@npm:6.0.0"
@@ -29117,15 +29181,6 @@ __metadata:
2911729181
languageName: node
2911829182
linkType: hard
2911929183

29120-
"strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1":
29121-
version: 6.0.1
29122-
resolution: "strip-ansi@npm:6.0.1"
29123-
dependencies:
29124-
ansi-regex: "npm:^5.0.1"
29125-
checksum: 10c0/1ae5f212a126fe5b167707f716942490e3933085a5ff6c008ab97ab2f272c8025d3aa218b7bd6ab25729ca20cc81cddb252102f8751e13482a5199e873680952
29126-
languageName: node
29127-
linkType: hard
29128-
2912929184
"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0":
2913029185
version: 7.1.0
2913129186
resolution: "strip-ansi@npm:7.1.0"
@@ -31912,6 +31967,17 @@ __metadata:
3191231967
languageName: node
3191331968
linkType: hard
3191431969

31970+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0":
31971+
version: 7.0.0
31972+
resolution: "wrap-ansi@npm:7.0.0"
31973+
dependencies:
31974+
ansi-styles: "npm:^4.0.0"
31975+
string-width: "npm:^4.1.0"
31976+
strip-ansi: "npm:^6.0.0"
31977+
checksum: 10c0/d15fc12c11e4cbc4044a552129ebc75ee3f57aa9c1958373a4db0292d72282f54373b536103987a4a7594db1ef6a4f10acf92978f79b98c49306a4b58c77d4da
31978+
languageName: node
31979+
linkType: hard
31980+
3191531981
"wrap-ansi@npm:^2.0.0":
3191631982
version: 2.1.0
3191731983
resolution: "wrap-ansi@npm:2.1.0"
@@ -31944,14 +32010,14 @@ __metadata:
3194432010
languageName: node
3194532011
linkType: hard
3194632012

31947-
"wrap-ansi@npm:^7.0.0":
31948-
version: 7.0.0
31949-
resolution: "wrap-ansi@npm:7.0.0"
32013+
"wrap-ansi@npm:^8.1.0":
32014+
version: 8.1.0
32015+
resolution: "wrap-ansi@npm:8.1.0"
3195032016
dependencies:
31951-
ansi-styles: "npm:^4.0.0"
31952-
string-width: "npm:^4.1.0"
31953-
strip-ansi: "npm:^6.0.0"
31954-
checksum: 10c0/d15fc12c11e4cbc4044a552129ebc75ee3f57aa9c1958373a4db0292d72282f54373b536103987a4a7594db1ef6a4f10acf92978f79b98c49306a4b58c77d4da
32017+
ansi-styles: "npm:^6.1.0"
32018+
string-width: "npm:^5.0.1"
32019+
strip-ansi: "npm:^7.0.1"
32020+
checksum: 10c0/138ff58a41d2f877eae87e3282c0630fc2789012fc1af4d6bd626eeb9a2f9a65ca92005e6e69a75c7b85a68479fe7443c7dbe1eb8fbaa681a4491364b7c55c60
3195532021
languageName: node
3195632022
linkType: hard
3195732023

0 commit comments

Comments
 (0)