Commit c3a5696 1 parent 729db3b commit c3a5696 Copy full SHA for c3a5696
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.0.0" ,
Original file line number Diff line number Diff line change @@ -1338,6 +1338,11 @@ ansi-regex@^5.0.1:
1338
1338
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1339
1339
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1340
1340
1341
+ ansi-regex@^6.0.1 :
1342
+ version "6.0.1"
1343
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1344
+ integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1345
+
1341
1346
ansi-styles@^2.2.1 :
1342
1347
version "2.2.1"
1343
1348
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -3467,12 +3472,12 @@ handlebars@^4.0.2:
3467
3472
optionalDependencies :
3468
3473
uglify-js "^3.1.4"
3469
3474
3470
- has-ansi@4 .0.1 :
3471
- version "4 .0.1 "
3472
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4 .0.1 .tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8 "
3473
- integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A ==
3475
+ has-ansi@6 .0.0 :
3476
+ version "6 .0.0 "
3477
+ resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-6 .0.0 .tgz#8118b2fb548c062f9356c7d5013b192a238ce3b3 "
3478
+ integrity sha512-1AYj+gqAskFf9Skb7xuEYMfJqkW3TJ8lukw4Fczw+Y6jRkgxvcE4JiFWuTO4DsoleMvvHudryolA9ObJHJKHWQ ==
3474
3479
dependencies :
3475
- ansi-regex "^4.1.0 "
3480
+ ansi-regex "^6.0.1 "
3476
3481
3477
3482
has-ansi@^2.0.0 :
3478
3483
version "2.0.0"
You can’t perform that action at this time.
0 commit comments