Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 682b9ab

Browse files
committed
Update dependency terminal-link to v3
1 parent 900ec75 commit 682b9ab

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

create-keystone-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"ora": "^5.4.1",
2121
"package-json": "^7.0.0",
2222
"semver": "^7.3.5",
23-
"terminal-link": "^2.1.1"
23+
"terminal-link": "^3.0.0"
2424
}
2525
}

yarn.lock

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3666,6 +3666,13 @@ ansi-escapes@^4.2.1, ansi-escapes@^4.3.0:
36663666
dependencies:
36673667
type-fest "^0.21.3"
36683668

3669+
ansi-escapes@^5.0.0:
3670+
version "5.0.0"
3671+
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-5.0.0.tgz#b6a0caf0eef0c41af190e9a749e0c00ec04bb2a6"
3672+
integrity sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==
3673+
dependencies:
3674+
type-fest "^1.0.2"
3675+
36693676
ansi-regex@^5.0.1:
36703677
version "5.0.1"
36713678
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
@@ -9942,7 +9949,7 @@ supports-color@^8.0.0:
99429949
dependencies:
99439950
has-flag "^4.0.0"
99449951

9945-
supports-hyperlinks@^2.0.0:
9952+
supports-hyperlinks@^2.0.0, supports-hyperlinks@^2.2.0:
99469953
version "2.2.0"
99479954
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb"
99489955
integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==
@@ -10053,14 +10060,22 @@ term-size@^2.1.0:
1005310060
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
1005410061
integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==
1005510062

10056-
[email protected], terminal-link@^2.0.0, terminal-link@^2.1.1:
10063+
[email protected], terminal-link@^2.0.0:
1005710064
version "2.1.1"
1005810065
resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994"
1005910066
integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==
1006010067
dependencies:
1006110068
ansi-escapes "^4.2.1"
1006210069
supports-hyperlinks "^2.0.0"
1006310070

10071+
terminal-link@^3.0.0:
10072+
version "3.0.0"
10073+
resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-3.0.0.tgz#91c82a66b52fc1684123297ce384429faf72ac5c"
10074+
integrity sha512-flFL3m4wuixmf6IfhFJd1YPiLiMuxEc8uHRM1buzIeZPm22Au2pDqBJQgdo7n1WfPU1ONFGv7YDwpFBmHGF6lg==
10075+
dependencies:
10076+
ansi-escapes "^5.0.0"
10077+
supports-hyperlinks "^2.2.0"
10078+
1006410079
terser@^5.2.1:
1006510080
version "5.10.0"
1006610081
resolved "https://registry.yarnpkg.com/terser/-/terser-5.10.0.tgz#b86390809c0389105eb0a0b62397563096ddafcc"
@@ -10284,6 +10299,11 @@ type-fest@^0.8.0, type-fest@^0.8.1:
1028410299
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
1028510300
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
1028610301

10302+
type-fest@^1.0.2:
10303+
version "1.4.0"
10304+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-1.4.0.tgz#e9fb813fe3bf1744ec359d55d1affefa76f14be1"
10305+
integrity sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==
10306+
1028710307
type-is@^1.6.18, type-is@~1.6.18:
1028810308
version "1.6.18"
1028910309
resolved "https://registry.yarnpkg.com/type-is/-/type-is-1.6.18.tgz#4e552cd05df09467dcbc4ef739de89f2cf37c131"

0 commit comments

Comments
 (0)