Skip to content

Commit ee00218

Browse files
chore: Bump jasmine and @types/jasmine
Bumps [jasmine](https://github.com/jasmine/jasmine-npm) and [@types/jasmine](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jasmine). These dependencies needed to be updated together. Updates `jasmine` from 5.13.0 to 6.2.0 - [Release notes](https://github.com/jasmine/jasmine-npm/releases) - [Changelog](https://github.com/jasmine/jasmine-npm/blob/main/RELEASE.md) - [Commits](jasmine/jasmine-npm@v5.13.0...v6.2.0) Updates `@types/jasmine` from 5.1.13 to 6.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jasmine) --- updated-dependencies: - dependency-name: jasmine dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/jasmine" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18fa98b commit ee00218

2 files changed

Lines changed: 26 additions & 156 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"@types/cli-interact": "0.1.4",
2525
"@types/fs-extra": "11.0.4",
2626
"@types/handlebars-helpers": "0.5.6",
27-
"@types/jasmine": "5.1.13",
27+
"@types/jasmine": "6.0.0",
2828
"@types/minimist": "1.2.5",
2929
"@types/node": "25.5.0",
3030
"@types/prettier": "2.7.3",
3131
"@types/yamljs": "0.2.34",
3232
"@wireapp/tslint-config": "1.4.1",
3333
"generate-changelog": "1.8.0",
3434
"husky": "4.3.8",
35-
"jasmine": "5.13.0",
35+
"jasmine": "6.2.0",
3636
"lint-staged": "16.4.0",
3737
"nyc": "18.0.0",
3838
"shx": "0.4.0",

yarn.lock

Lines changed: 24 additions & 154 deletions
Original file line numberDiff line numberDiff line change
@@ -251,18 +251,6 @@
251251
dependencies:
252252
"@jridgewell/trace-mapping" "0.3.9"
253253

254-
"@isaacs/cliui@^8.0.2":
255-
version "8.0.2"
256-
resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
257-
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
258-
dependencies:
259-
string-width "^5.1.2"
260-
string-width-cjs "npm:string-width@^4.2.0"
261-
strip-ansi "^7.0.1"
262-
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
263-
wrap-ansi "^8.1.0"
264-
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
265-
266254
"@istanbuljs/load-nyc-config@^1.0.0":
267255
version "1.1.0"
268256
resolved "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -279,6 +267,11 @@
279267
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
280268
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
281269

270+
"@jasminejs/reporters@^1.0.0":
271+
version "1.0.0"
272+
resolved "https://registry.npmjs.org/@jasminejs/reporters/-/reporters-1.0.0.tgz#1d06099c11ff9793544e6d84ad8fb45c37630a60"
273+
integrity sha512-rM3GG4vx2H1Gp5kYCTr9aKlOEJFd43pzpiMAiy5b1+FUc2ub4e6bS6yCi/WQNDzAa5MVp9++dwcoEtcIfoEnhA==
274+
282275
"@jridgewell/gen-mapping@^0.3.5":
283276
version "0.3.5"
284277
resolved "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
@@ -350,11 +343,6 @@
350343
"@nodelib/fs.scandir" "2.1.5"
351344
fastq "^1.6.0"
352345

353-
"@pkgjs/parseargs@^0.11.0":
354-
version "0.11.0"
355-
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
356-
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
357-
358346
"@tsconfig/node10@^1.0.7":
359347
version "1.0.8"
360348
resolved "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
@@ -409,10 +397,10 @@
409397
dependencies:
410398
handlebars ">=4.1.0"
411399

412-
"@types/jasmine@5.1.13":
413-
version "5.1.13"
414-
resolved "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.13.tgz#c27d125ebac28d7d1c34b650fc593f96f89b088a"
415-
integrity sha512-MYCcDkruFc92LeYZux5BC0dmqo2jk+M5UIZ4/oFnAPCXN9mCcQhLyj7F3/Za7rocVyt5YRr1MmqJqFlvQ9LVcg==
400+
"@types/jasmine@6.0.0":
401+
version "6.0.0"
402+
resolved "https://registry.npmjs.org/@types/jasmine/-/jasmine-6.0.0.tgz#85dc83ea9bcb1d047486da447a6a0ebe241f589c"
403+
integrity sha512-18lgGsLmEh3VJk9eZ5wAjTISxdqzl6YOwu8UdMpolajN57QOCNbl+AbHUd+Yu9ItrsFdB+c8LSZSGNg8nHaguw==
416404

417405
"@types/json-schema@^7.0.15":
418406
version "7.0.15"
@@ -503,7 +491,7 @@ ansi-escapes@^7.0.0:
503491
dependencies:
504492
environment "^1.0.0"
505493

506-
ansi-regex@^5.0.0, ansi-regex@^5.0.1:
494+
ansi-regex@^5.0.0:
507495
version "5.0.1"
508496
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
509497
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
@@ -527,7 +515,7 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
527515
dependencies:
528516
color-convert "^2.0.1"
529517

530-
ansi-styles@^6.1.0, ansi-styles@^6.2.1:
518+
ansi-styles@^6.2.1:
531519
version "6.2.1"
532520
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
533521
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
@@ -598,13 +586,6 @@ brace-expansion@^1.1.7:
598586
balanced-match "^1.0.0"
599587
concat-map "0.0.1"
600588

601-
brace-expansion@^2.0.1:
602-
version "2.0.1"
603-
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
604-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
605-
dependencies:
606-
balanced-match "^1.0.0"
607-
608589
brace-expansion@^5.0.2:
609590
version "5.0.4"
610591
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
@@ -882,11 +863,6 @@ dunder-proto@^1.0.1:
882863
es-errors "^1.3.0"
883864
gopd "^1.2.0"
884865

885-
eastasianwidth@^0.2.0:
886-
version "0.2.0"
887-
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
888-
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
889-
890866
electron-to-chromium@^1.4.796:
891867
version "1.4.815"
892868
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.815.tgz#e901b195c57c3e0fae8dc6d596e4188a33c3e82c"
@@ -902,11 +878,6 @@ emoji-regex@^8.0.0:
902878
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
903879
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
904880

905-
emoji-regex@^9.2.2:
906-
version "9.2.2"
907-
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
908-
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
909-
910881
end-of-stream@^1.1.0:
911882
version "1.4.4"
912883
resolved "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz#5ae64a5f45057baf3626ec14da0ca5e4b2431eb0"
@@ -1084,7 +1055,7 @@ foreground-child@^2.0.0:
10841055
cross-spawn "^7.0.0"
10851056
signal-exit "^3.0.2"
10861057

1087-
foreground-child@^3.1.0, foreground-child@^3.3.0:
1058+
foreground-child@^3.3.0:
10881059
version "3.3.0"
10891060
resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz#0ac8644c06e431439f8561db8ecf29a7b5519c77"
10901061
integrity sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==
@@ -1209,18 +1180,7 @@ glob-parent@^5.1.2:
12091180
dependencies:
12101181
is-glob "^4.0.1"
12111182

1212-
glob@^10.2.2:
1213-
version "10.3.3"
1214-
resolved "https://registry.npmjs.org/glob/-/glob-10.3.3.tgz#8360a4ffdd6ed90df84aa8d52f21f452e86a123b"
1215-
integrity sha512-92vPiMb/iqpmEgsOoIDvTjc50wf9CCCvMzsi6W0JLPeUKE8TWP1a73PgqSrqy7iAZxaSD1YdzU7QZR5LF51MJw==
1216-
dependencies:
1217-
foreground-child "^3.1.0"
1218-
jackspeak "^2.0.3"
1219-
minimatch "^9.0.1"
1220-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1221-
path-scurry "^1.10.1"
1222-
1223-
glob@^13.0.3, glob@^13.0.6:
1183+
"glob@^10.2.2 || ^11.0.3 || ^12.0.0 || ^13.0.0", glob@^13.0.3, glob@^13.0.6:
12241184
version "13.0.6"
12251185
resolved "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
12261186
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
@@ -1503,27 +1463,19 @@ istanbul-reports@^3.0.2:
15031463
html-escaper "^2.0.0"
15041464
istanbul-lib-report "^3.0.0"
15051465

1506-
jackspeak@^2.0.3:
1507-
version "2.2.1"
1508-
resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-2.2.1.tgz#655e8cf025d872c9c03d3eb63e8f0c024fef16a6"
1509-
integrity sha512-MXbxovZ/Pm42f6cDIDkl3xpwv1AGwObKwfmjs2nQePiy85tP3fatofl3FC1aBsOtP/6fq5SbtgHwWcMsLP+bDw==
1510-
dependencies:
1511-
"@isaacs/cliui" "^8.0.2"
1512-
optionalDependencies:
1513-
"@pkgjs/parseargs" "^0.11.0"
1514-
1515-
jasmine-core@~5.13.0:
1516-
version "5.13.0"
1517-
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.13.0.tgz#3ff5765a93a23bac0728ae87ad82ce0569a5f7a8"
1518-
integrity sha512-vsYjfh7lyqvZX5QgqKc4YH8phs7g96Z8bsdIFNEU3VqXhlHaq+vov/Fgn/sr6MiUczdZkyXRC3TX369Ll4Nzbw==
1466+
jasmine-core@~6.2.0:
1467+
version "6.2.0"
1468+
resolved "https://registry.npmjs.org/jasmine-core/-/jasmine-core-6.2.0.tgz#1e63642766d26e68afd2681d00ace3475004385a"
1469+
integrity sha512-b16WZG/pFEFj8qRW1ss7nDuNGYz9ji8BDGj7fJNrROauk5rj/diO3KPOuyIpcgUChdC+c0PfQ8iUk4nHE+EN4w==
15191470

1520-
jasmine@5.13.0:
1521-
version "5.13.0"
1522-
resolved "https://registry.npmjs.org/jasmine/-/jasmine-5.13.0.tgz#9d43bf91cd6a2930b879fac67dc7448f5e24b96a"
1523-
integrity sha512-oLCXIhEb5e0zzjn9GyuvcuisvLBwUjmgz7a0RNGWKwQtJCDld4m+vwKUpAIJVLB5vbmQFdtKhT86/tIZlJ5gYw==
1471+
jasmine@6.2.0:
1472+
version "6.2.0"
1473+
resolved "https://registry.npmjs.org/jasmine/-/jasmine-6.2.0.tgz#65b398157345cccd40be8c4a4fbc9463a9db2b23"
1474+
integrity sha512-dvYt7bidcu0JvvSbiUnSDW7UQQiflUwDr6C+5wzoZ0J7RY9u+UcoSIzyhMPj6fnU/tC7KinJ5QrjwD2Y9p4T4w==
15241475
dependencies:
1525-
glob "^10.2.2"
1526-
jasmine-core "~5.13.0"
1476+
"@jasminejs/reporters" "^1.0.0"
1477+
glob "^10.2.2 || ^11.0.3 || ^12.0.0 || ^13.0.0"
1478+
jasmine-core "~6.2.0"
15271479

15281480
jest-docblock@^21.0.0:
15291481
version "21.2.0"
@@ -1650,11 +1602,6 @@ lru-cache@^5.1.1:
16501602
dependencies:
16511603
yallist "^3.0.2"
16521604

1653-
"lru-cache@^9.1.1 || ^10.0.0":
1654-
version "10.0.0"
1655-
resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.0.tgz#b9e2a6a72a129d81ab317202d93c7691df727e61"
1656-
integrity sha512-svTf/fzsKHffP42sujkO/Rjs37BCIsQVRCeNYIm9WN8rgT7ffoUnRtZCqU+6BqcSBdv8gwJeTz8knJpgACeQMw==
1657-
16581605
make-dir@^3.0.0, make-dir@^3.0.2:
16591606
version "3.1.0"
16601607
resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -1716,23 +1663,11 @@ minimatch@^3.0.4:
17161663
dependencies:
17171664
brace-expansion "^1.1.7"
17181665

1719-
minimatch@^9.0.1:
1720-
version "9.0.3"
1721-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1722-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1723-
dependencies:
1724-
brace-expansion "^2.0.1"
1725-
17261666
minimist@^1.2.5, minimist@^1.2.8:
17271667
version "1.2.8"
17281668
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
17291669
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
17301670

1731-
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
1732-
version "7.0.2"
1733-
resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.2.tgz#58a82b7d81c7010da5bd4b2c0c85ac4b4ec5131e"
1734-
integrity sha512-eL79dXrE1q9dBbDCLg7xfn/vl7MS4F1gvJAgjJrQli/jbQWdUttuVawphqpffoIYfRdq78LHx6GP4bU/EQ2ATA==
1735-
17361671
minipass@^7.1.2, minipass@^7.1.3:
17371672
version "7.1.3"
17381673
resolved "https://registry.npmjs.org/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
@@ -1938,14 +1873,6 @@ path-parse@^1.0.6, path-parse@^1.0.7:
19381873
resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
19391874
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
19401875

1941-
path-scurry@^1.10.1:
1942-
version "1.10.1"
1943-
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
1944-
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
1945-
dependencies:
1946-
lru-cache "^9.1.1 || ^10.0.0"
1947-
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
1948-
19491876
path-scurry@^2.0.2:
19501877
version "2.0.2"
19511878
resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
@@ -2247,15 +2174,6 @@ string-argv@^0.3.2:
22472174
resolved "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz#2b6d0ef24b656274d957d54e0a4bbf6153dc02b6"
22482175
integrity sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==
22492176

2250-
"string-width-cjs@npm:string-width@^4.2.0":
2251-
version "4.2.3"
2252-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2253-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2254-
dependencies:
2255-
emoji-regex "^8.0.0"
2256-
is-fullwidth-code-point "^3.0.0"
2257-
strip-ansi "^6.0.1"
2258-
22592177
string-width@^4.1.0, string-width@^4.2.0:
22602178
version "4.2.0"
22612179
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
@@ -2265,15 +2183,6 @@ string-width@^4.1.0, string-width@^4.2.0:
22652183
is-fullwidth-code-point "^3.0.0"
22662184
strip-ansi "^6.0.0"
22672185

2268-
string-width@^5.0.1, string-width@^5.1.2:
2269-
version "5.1.2"
2270-
resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
2271-
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
2272-
dependencies:
2273-
eastasianwidth "^0.2.0"
2274-
emoji-regex "^9.2.2"
2275-
strip-ansi "^7.0.1"
2276-
22772186
string-width@^7.0.0:
22782187
version "7.1.0"
22792188
resolved "https://registry.npmjs.org/string-width/-/string-width-7.1.0.tgz#d994252935224729ea3719c49f7206dc9c46550a"
@@ -2291,34 +2200,13 @@ string-width@^8.0.0:
22912200
get-east-asian-width "^1.3.0"
22922201
strip-ansi "^7.1.0"
22932202

2294-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
2295-
version "6.0.1"
2296-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2297-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2298-
dependencies:
2299-
ansi-regex "^5.0.1"
2300-
23012203
strip-ansi@^6.0.0:
23022204
version "6.0.0"
23032205
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
23042206
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
23052207
dependencies:
23062208
ansi-regex "^5.0.0"
23072209

2308-
strip-ansi@^6.0.1:
2309-
version "6.0.1"
2310-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2311-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2312-
dependencies:
2313-
ansi-regex "^5.0.1"
2314-
2315-
strip-ansi@^7.0.1:
2316-
version "7.0.1"
2317-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
2318-
integrity sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw==
2319-
dependencies:
2320-
ansi-regex "^6.0.1"
2321-
23222210
strip-ansi@^7.1.0:
23232211
version "7.1.0"
23242212
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -2543,15 +2431,6 @@ wordwrap@^1.0.0:
25432431
resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
25442432
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
25452433

2546-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2547-
version "7.0.0"
2548-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2549-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
2550-
dependencies:
2551-
ansi-styles "^4.0.0"
2552-
string-width "^4.1.0"
2553-
strip-ansi "^6.0.0"
2554-
25552434
wrap-ansi@^6.2.0:
25562435
version "6.2.0"
25572436
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -2561,15 +2440,6 @@ wrap-ansi@^6.2.0:
25612440
string-width "^4.1.0"
25622441
strip-ansi "^6.0.0"
25632442

2564-
wrap-ansi@^8.1.0:
2565-
version "8.1.0"
2566-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
2567-
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
2568-
dependencies:
2569-
ansi-styles "^6.1.0"
2570-
string-width "^5.0.1"
2571-
strip-ansi "^7.0.1"
2572-
25732443
wrap-ansi@^9.0.0:
25742444
version "9.0.0"
25752445
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz#1a3dc8b70d85eeb8398ddfb1e4a02cd186e58b3e"

0 commit comments

Comments
 (0)