Skip to content

Commit e4ced32

Browse files
team-tf-cdkgithub-actions[bot]
authored andcommitted
chore: Upgrade dependencies for util
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
1 parent d1f0f64 commit e4ced32

3 files changed

Lines changed: 148 additions & 12 deletions

File tree

packages/@cdktn/commons/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"log4js": "6.9.1",
5151
"strip-ansi": "6.0.1",
5252
"uuid": "9.0.1",
53-
"validator": "13.15.26"
53+
"validator": "13.15.35"
5454
},
5555
"devDependencies": {
5656
"@eslint/compat": "^1.4.1",
@@ -60,7 +60,7 @@
6060
"@types/fs-extra": "11.0.4",
6161
"@types/uuid": "9.0.8",
6262
"@types/validator": "13.15.10",
63-
"@typescript-eslint/parser": "^8.57.2",
63+
"@typescript-eslint/parser": "^8.58.0",
6464
"eslint": "^9.39.4",
6565
"eslint-plugin-prettier": "^5.5.5",
6666
"eslint-plugin-react": "7.37.5",
@@ -69,7 +69,7 @@
6969
"ts-jest": "29.4.9",
7070
"tsc-files": "1.1.4",
7171
"typescript": "5.4.5",
72-
"typescript-eslint": "^8.57.2"
72+
"typescript-eslint": "^8.58.0"
7373
},
7474
"lint-staged": {
7575
"src/**/*.{ts,tsx}": "tsc-files ambient.d.ts --noEmit"

packages/@cdktn/provider-schema/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/fs-extra": "11.0.4",
5454
"@types/json-stable-stringify": "1.2.0",
5555
"@types/uuid": "9.0.8",
56-
"@typescript-eslint/parser": "^8.57.2",
56+
"@typescript-eslint/parser": "^8.58.0",
5757
"eslint": "^9.39.4",
5858
"eslint-plugin-prettier": "^5.5.5",
5959
"eslint-plugin-react": "7.37.5",
@@ -63,7 +63,7 @@
6363
"ts-jest": "29.4.9",
6464
"tsc-files": "1.1.4",
6565
"typescript": "5.4.5",
66-
"typescript-eslint": "^8.57.2"
66+
"typescript-eslint": "^8.58.0"
6767
},
6868
"lint-staged": {
6969
"src/**/*.{ts,tsx}": "tsc-files ambient.d.ts --noEmit"

yarn.lock

Lines changed: 143 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2720,6 +2720,20 @@
27202720
natural-compare "^1.4.0"
27212721
ts-api-utils "^2.4.0"
27222722

2723+
"@typescript-eslint/eslint-plugin@8.58.0":
2724+
version "8.58.0"
2725+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.58.0.tgz#ad40e492f1931f46da1bd888e52b9e56df9063aa"
2726+
integrity sha512-RLkVSiNuUP1C2ROIWfqX+YcUfLaSnxGE/8M+Y57lopVwg9VTYYfhuz15Yf1IzCKgZj6/rIbYTmJCUSqr76r0Wg==
2727+
dependencies:
2728+
"@eslint-community/regexpp" "^4.12.2"
2729+
"@typescript-eslint/scope-manager" "8.58.0"
2730+
"@typescript-eslint/type-utils" "8.58.0"
2731+
"@typescript-eslint/utils" "8.58.0"
2732+
"@typescript-eslint/visitor-keys" "8.58.0"
2733+
ignore "^7.0.5"
2734+
natural-compare "^1.4.0"
2735+
ts-api-utils "^2.5.0"
2736+
27232737
"@typescript-eslint/parser@8.57.0":
27242738
version "8.57.0"
27252739
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
@@ -2742,6 +2756,17 @@
27422756
"@typescript-eslint/visitor-keys" "8.57.2"
27432757
debug "^4.4.3"
27442758

2759+
"@typescript-eslint/parser@8.58.0", "@typescript-eslint/parser@^8.58.0":
2760+
version "8.58.0"
2761+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.58.0.tgz#da04ece1967b6c2fe8f10c3473dabf3825795ef7"
2762+
integrity sha512-rLoGZIf9afaRBYsPUMtvkDWykwXwUPL60HebR4JgTI8mxfFe2cQTu3AGitANp4b9B2QlVru6WzjgB2IzJKiCSA==
2763+
dependencies:
2764+
"@typescript-eslint/scope-manager" "8.58.0"
2765+
"@typescript-eslint/types" "8.58.0"
2766+
"@typescript-eslint/typescript-estree" "8.58.0"
2767+
"@typescript-eslint/visitor-keys" "8.58.0"
2768+
debug "^4.4.3"
2769+
27452770
"@typescript-eslint/project-service@8.57.0":
27462771
version "8.57.0"
27472772
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3"
@@ -2760,6 +2785,15 @@
27602785
"@typescript-eslint/types" "^8.57.2"
27612786
debug "^4.4.3"
27622787

2788+
"@typescript-eslint/project-service@8.58.0":
2789+
version "8.58.0"
2790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.58.0.tgz#66ceda0aabf7427aec3e2713fa43eb278dead2aa"
2791+
integrity sha512-8Q/wBPWLQP1j16NxoPNIKpDZFMaxl7yWIoqXWYeWO+Bbd2mjgvoF0dxP2jKZg5+x49rgKdf7Ck473M8PC3V9lg==
2792+
dependencies:
2793+
"@typescript-eslint/tsconfig-utils" "^8.58.0"
2794+
"@typescript-eslint/types" "^8.58.0"
2795+
debug "^4.4.3"
2796+
27632797
"@typescript-eslint/scope-manager@8.57.0":
27642798
version "8.57.0"
27652799
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840"
@@ -2776,6 +2810,14 @@
27762810
"@typescript-eslint/types" "8.57.2"
27772811
"@typescript-eslint/visitor-keys" "8.57.2"
27782812

2813+
"@typescript-eslint/scope-manager@8.58.0":
2814+
version "8.58.0"
2815+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.58.0.tgz#e304142775e49a1b7ac3c8bf2536714447c72cab"
2816+
integrity sha512-W1Lur1oF50FxSnNdGp3Vs6P+yBRSmZiw4IIjEeYxd8UQJwhUF0gDgDD/W/Tgmh73mxgEU3qX0Bzdl/NGuSPEpQ==
2817+
dependencies:
2818+
"@typescript-eslint/types" "8.58.0"
2819+
"@typescript-eslint/visitor-keys" "8.58.0"
2820+
27792821
"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0":
27802822
version "8.57.0"
27812823
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
@@ -2786,6 +2828,11 @@
27862828
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.2.tgz#cf82dc11e884103ec13188a7352591efaa1a887e"
27872829
integrity sha512-3Lm5DSM+DCowsUOJC+YqHHnKEfFh5CoGkj5Z31NQSNF4l5wdOwqGn99wmwN/LImhfY3KJnmordBq/4+VDe2eKw==
27882830

2831+
"@typescript-eslint/tsconfig-utils@8.58.0", "@typescript-eslint/tsconfig-utils@^8.58.0":
2832+
version "8.58.0"
2833+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.58.0.tgz#c5a8edb21f31e0fdee565724e1b984171c559482"
2834+
integrity sha512-doNSZEVJsWEu4htiVC+PR6NpM+pa+a4ClH9INRWOWCUzMst/VA9c4gXq92F8GUD1rwhNvRLkgjfYtFXegXQF7A==
2835+
27892836
"@typescript-eslint/type-utils@8.57.0":
27902837
version "8.57.0"
27912838
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448"
@@ -2808,6 +2855,17 @@
28082855
debug "^4.4.3"
28092856
ts-api-utils "^2.4.0"
28102857

2858+
"@typescript-eslint/type-utils@8.58.0":
2859+
version "8.58.0"
2860+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.58.0.tgz#ce0e72cd967ffbbe8de322db6089bd4374be352f"
2861+
integrity sha512-aGsCQImkDIqMyx1u4PrVlbi/krmDsQUs4zAcCV6M7yPcPev+RqVlndsJy9kJ8TLihW9TZ0kbDAzctpLn5o+lOg==
2862+
dependencies:
2863+
"@typescript-eslint/types" "8.58.0"
2864+
"@typescript-eslint/typescript-estree" "8.58.0"
2865+
"@typescript-eslint/utils" "8.58.0"
2866+
debug "^4.4.3"
2867+
ts-api-utils "^2.5.0"
2868+
28112869
"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.57.0":
28122870
version "8.57.0"
28132871
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
@@ -2818,6 +2876,11 @@
28182876
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.2.tgz#efe0da4c28b505ed458f113aa960dce2c5c671f4"
28192877
integrity sha512-/iZM6FnM4tnx9csuTxspMW4BOSegshwX5oBDznJ7S4WggL7Vczz5d2W11ecc4vRrQMQHXRSxzrCsyG5EsPPTbA==
28202878

2879+
"@typescript-eslint/types@8.58.0", "@typescript-eslint/types@^8.58.0":
2880+
version "8.58.0"
2881+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.58.0.tgz#e94ae7abdc1c6530e71183c1007b61fa93112a5a"
2882+
integrity sha512-O9CjxypDT89fbHxRfETNoAnHj/i6IpRK0CvbVN3qibxlLdo5p5hcLmUuCCrHMpxiWSwKyI8mCP7qRNYuOJ0Uww==
2883+
28212884
"@typescript-eslint/types@^8.11.0":
28222885
version "8.32.1"
28232886
resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.32.1.tgz#b19fe4ac0dc08317bae0ce9ec1168123576c1d4b"
@@ -2853,6 +2916,21 @@
28532916
tinyglobby "^0.2.15"
28542917
ts-api-utils "^2.4.0"
28552918

2919+
"@typescript-eslint/typescript-estree@8.58.0":
2920+
version "8.58.0"
2921+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.58.0.tgz#ed233faa8e2f2a2e1357c3e7d553d6465a0ee59a"
2922+
integrity sha512-7vv5UWbHqew/dvs+D3e1RvLv1v2eeZ9txRHPnEEBUgSNLx5ghdzjHa0sgLWYVKssH+lYmV0JaWdoubo0ncGYLA==
2923+
dependencies:
2924+
"@typescript-eslint/project-service" "8.58.0"
2925+
"@typescript-eslint/tsconfig-utils" "8.58.0"
2926+
"@typescript-eslint/types" "8.58.0"
2927+
"@typescript-eslint/visitor-keys" "8.58.0"
2928+
debug "^4.4.3"
2929+
minimatch "^10.2.2"
2930+
semver "^7.7.3"
2931+
tinyglobby "^0.2.15"
2932+
ts-api-utils "^2.5.0"
2933+
28562934
"@typescript-eslint/utils@8.57.0":
28572935
version "8.57.0"
28582936
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498"
@@ -2873,6 +2951,16 @@
28732951
"@typescript-eslint/types" "8.57.2"
28742952
"@typescript-eslint/typescript-estree" "8.57.2"
28752953

2954+
"@typescript-eslint/utils@8.58.0":
2955+
version "8.58.0"
2956+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.58.0.tgz#21a74a7963b0d288b719a4121c7dd555adaab3c3"
2957+
integrity sha512-RfeSqcFeHMHlAWzt4TBjWOAtoW9lnsAGiP3GbaX9uVgTYYrMbVnGONEfUCiSss+xMHFl+eHZiipmA8WkQ7FuNA==
2958+
dependencies:
2959+
"@eslint-community/eslint-utils" "^4.9.1"
2960+
"@typescript-eslint/scope-manager" "8.58.0"
2961+
"@typescript-eslint/types" "8.58.0"
2962+
"@typescript-eslint/typescript-estree" "8.58.0"
2963+
28762964
"@typescript-eslint/visitor-keys@8.57.0":
28772965
version "8.57.0"
28782966
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85"
@@ -2889,6 +2977,14 @@
28892977
"@typescript-eslint/types" "8.57.2"
28902978
eslint-visitor-keys "^5.0.0"
28912979

2980+
"@typescript-eslint/visitor-keys@8.58.0":
2981+
version "8.58.0"
2982+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.58.0.tgz#2abd55a4be70fd55967aceaba4330b9ba9f45189"
2983+
integrity sha512-XJ9UD9+bbDo4a4epraTwG3TsNPeiB9aShrUneAVXy8q4LuwowN+qu89/6ByLMINqvIMeI9H9hOHQtg/ijrYXzQ==
2984+
dependencies:
2985+
"@typescript-eslint/types" "8.58.0"
2986+
eslint-visitor-keys "^5.0.0"
2987+
28922988
"@ungap/structured-clone@^1.3.0":
28932989
version "1.3.0"
28942990
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz#d06bbb384ebcf6c505fde1c3d0ed4ddffe0aaff8"
@@ -10713,7 +10809,16 @@ string-length@^4.0.2:
1071310809
char-regex "^1.0.2"
1071410810
strip-ansi "^6.0.0"
1071510811

10716-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
10812+
"string-width-cjs@npm:string-width@^4.2.0":
10813+
version "4.2.3"
10814+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10815+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10816+
dependencies:
10817+
emoji-regex "^8.0.0"
10818+
is-fullwidth-code-point "^3.0.0"
10819+
strip-ansi "^6.0.1"
10820+
10821+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1071710822
version "4.2.3"
1071810823
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1071910824
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10818,7 +10923,14 @@ stringify-package@^1.0.1:
1081810923
resolved "https://registry.npmjs.org/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
1081910924
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1082010925

10821-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10926+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10927+
version "6.0.1"
10928+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10929+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10930+
dependencies:
10931+
ansi-regex "^5.0.1"
10932+
10933+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1082210934
version "6.0.1"
1082310935
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1082410936
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11081,6 +11193,11 @@ ts-api-utils@^2.4.0:
1108111193
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.4.0.tgz#2690579f96d2790253bdcf1ca35d569ad78f9ad8"
1108211194
integrity sha512-3TaVTaAv2gTiMB35i3FiGJaRfwb3Pyn/j3m/bfAvGe8FB7CF6u+LMYqYlDh7reQf7UNvoTvdfAqHGmPGOSsPmA==
1108311195

11196+
ts-api-utils@^2.5.0:
11197+
version "2.5.0"
11198+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.5.0.tgz#4acd4a155e22734990a5ed1fe9e97f113bcb37c1"
11199+
integrity sha512-OJ/ibxhPlqrMM0UiNHJ/0CKQkoKF243/AEmplt3qpRgkW8VG7IfOS41h7V8TjITqdByHzrjcS/2si+y4lIh8NA==
11200+
1108411201
ts-jest@29.4.9:
1108511202
version "29.4.9"
1108611203
resolved "https://registry.yarnpkg.com/ts-jest/-/ts-jest-29.4.9.tgz#47dc33d0f5c36bddcedd16afefae285e0b049d2d"
@@ -11318,6 +11435,16 @@ typescript-eslint@^8.57.2:
1131811435
"@typescript-eslint/typescript-estree" "8.57.2"
1131911436
"@typescript-eslint/utils" "8.57.2"
1132011437

11438+
typescript-eslint@^8.58.0:
11439+
version "8.58.0"
11440+
resolved "https://registry.yarnpkg.com/typescript-eslint/-/typescript-eslint-8.58.0.tgz#5758b1b68ae7ec05d756b98c63a1f6953a01172b"
11441+
integrity sha512-e2TQzKfaI85fO+F3QywtX+tCTsu/D3WW5LVU6nz8hTFKFZ8yBJ6mSYRpXqdR3mFjPWmO0eWsTa5f+UpAOe/FMA==
11442+
dependencies:
11443+
"@typescript-eslint/eslint-plugin" "8.58.0"
11444+
"@typescript-eslint/parser" "8.58.0"
11445+
"@typescript-eslint/typescript-estree" "8.58.0"
11446+
"@typescript-eslint/utils" "8.58.0"
11447+
1132111448
typescript@5.4.5:
1132211449
version "5.4.5"
1132311450
resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
@@ -11519,10 +11646,10 @@ validator@13.15.0:
1151911646
resolved "https://registry.npmjs.org/validator/-/validator-13.15.0.tgz#2dc7ce057e7513a55585109eec29b2c8e8c1aefd"
1152011647
integrity sha512-36B2ryl4+oL5QxZ3AzD0t5SsMNGvTtQHpjgFO5tbNxfXbMFkY822ktCDe1MnlqV3301QQI9SLHDNJokDI+Z9pA==
1152111648

11522-
validator@13.15.26:
11523-
version "13.15.26"
11524-
resolved "https://registry.yarnpkg.com/validator/-/validator-13.15.26.tgz#36c3deeab30e97806a658728a155c66fcaa5b944"
11525-
integrity sha512-spH26xU080ydGggxRyR1Yhcbgx+j3y5jbNXk/8L+iRvdIEQ4uTRH2Sgf2dokud6Q4oAtsbNvJ1Ft+9xmm6IZcA==
11649+
validator@13.15.35:
11650+
version "13.15.35"
11651+
resolved "https://registry.yarnpkg.com/validator/-/validator-13.15.35.tgz#81cf455c51f15b69d8d340be5914f3fab00dbf7f"
11652+
integrity sha512-TQ5pAGhd5whStmqWvYF4OjQROlmv9SMFVt37qoCBdqRffuuklWYQlCNnEs2ZaIBD1kZRNnikiZOS1eqgkar0iw==
1152611653

1152711654
walk-up-path@^3.0.1:
1152811655
version "3.0.1"
@@ -11679,7 +11806,7 @@ workerpool@^6.5.1:
1167911806
resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
1168011807
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
1168111808

11682-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11809+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1168311810
version "7.0.0"
1168411811
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1168511812
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11697,6 +11824,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1169711824
string-width "^4.1.0"
1169811825
strip-ansi "^6.0.0"
1169911826

11827+
wrap-ansi@^7.0.0:
11828+
version "7.0.0"
11829+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11830+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11831+
dependencies:
11832+
ansi-styles "^4.0.0"
11833+
string-width "^4.1.0"
11834+
strip-ansi "^6.0.0"
11835+
1170011836
wrap-ansi@^8.1.0:
1170111837
version "8.1.0"
1170211838
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)