Commit 9fc7a15 1 parent 65215ab commit 9fc7a15 Copy full SHA for 9fc7a15
File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 96
96
"chai-as-promised" : " 7.1.2" ,
97
97
"eslint" : " 7.30.0" ,
98
98
"eslint-plugin-ghost" : " 2.5.0" ,
99
- "has-ansi" : " 4 .0.1 " ,
99
+ "has-ansi" : " 6 .0.0 " ,
100
100
"mocha" : " 10.7.3" ,
101
101
"nock" : " 13.2.9" ,
102
102
"nyc" : " 17.1.0" ,
Original file line number Diff line number Diff line change @@ -1331,6 +1331,11 @@ ansi-regex@^5.0.1:
1331
1331
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1332
1332
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1333
1333
1334
+ ansi-regex@^6.0.1 :
1335
+ version "6.1.0"
1336
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1337
+ integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
1338
+
1334
1339
ansi-styles@^2.2.1 :
1335
1340
version "2.2.1"
1336
1341
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -3473,12 +3478,12 @@ handlebars@^4.0.2:
3473
3478
optionalDependencies :
3474
3479
uglify-js "^3.1.4"
3475
3480
3476
- has-ansi@4 .0.1 :
3477
- version "4 .0.1 "
3478
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4 .0.1 .tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8 "
3479
- integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A ==
3481
+ has-ansi@6 .0.0 :
3482
+ version "6 .0.0 "
3483
+ resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-6 .0.0 .tgz#8118b2fb548c062f9356c7d5013b192a238ce3b3 "
3484
+ integrity sha512-1AYj+gqAskFf9Skb7xuEYMfJqkW3TJ8lukw4Fczw+Y6jRkgxvcE4JiFWuTO4DsoleMvvHudryolA9ObJHJKHWQ ==
3480
3485
dependencies :
3481
- ansi-regex "^4.1.0 "
3486
+ ansi-regex "^6.0.1 "
3482
3487
3483
3488
has-ansi@^2.0.0 :
3484
3489
version "2.0.0"
You can’t perform that action at this time.
0 commit comments