Commit a453eaf 1 parent 449accd commit a453eaf Copy full SHA for a453eaf
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.1" ,
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.1.0" ,
101
101
"nock" : " 13.2.9" ,
102
102
"nyc" : " 17.0.0" ,
Original file line number Diff line number Diff line change @@ -1376,6 +1376,11 @@ ansi-regex@^5.0.1:
1376
1376
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1377
1377
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1378
1378
1379
+ ansi-regex@^6.0.1 :
1380
+ version "6.0.1"
1381
+ resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1382
+ integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1383
+
1379
1384
ansi-styles@^2.2.1 :
1380
1385
version "2.2.1"
1381
1386
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -3511,12 +3516,12 @@ handlebars@^4.0.2:
3511
3516
optionalDependencies :
3512
3517
uglify-js "^3.1.4"
3513
3518
3514
- has-ansi@4 .0.1 :
3515
- version "4 .0.1 "
3516
- resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4 .0.1 .tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8 "
3517
- integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A ==
3519
+ has-ansi@6 .0.0 :
3520
+ version "6 .0.0 "
3521
+ resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-6 .0.0 .tgz#8118b2fb548c062f9356c7d5013b192a238ce3b3 "
3522
+ integrity sha512-1AYj+gqAskFf9Skb7xuEYMfJqkW3TJ8lukw4Fczw+Y6jRkgxvcE4JiFWuTO4DsoleMvvHudryolA9ObJHJKHWQ ==
3518
3523
dependencies :
3519
- ansi-regex "^4.1.0 "
3524
+ ansi-regex "^6.0.1 "
3520
3525
3521
3526
has-ansi@^2.0.0 :
3522
3527
version "2.0.0"
You can’t perform that action at this time.
0 commit comments