Skip to content

Commit f107be5

Browse files
chore(deps): update dependency has-ansi to v6
1 parent 7bf44ee commit f107be5

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"chai-as-promised": "7.1.2",
9797
"eslint": "7.30.0",
9898
"eslint-plugin-ghost": "2.5.0",
99-
"has-ansi": "4.0.1",
99+
"has-ansi": "6.0.0",
100100
"mocha": "10.8.2",
101101
"nock": "13.2.9",
102102
"nyc": "17.1.0",

yarn.lock

+10-5
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,11 @@ ansi-regex@^5.0.1:
13231323
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
13241324
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
13251325

1326+
ansi-regex@^6.0.1:
1327+
version "6.1.0"
1328+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1329+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
1330+
13261331
ansi-styles@^2.2.1:
13271332
version "2.2.1"
13281333
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -3465,12 +3470,12 @@ handlebars@^4.0.2:
34653470
optionalDependencies:
34663471
uglify-js "^3.1.4"
34673472

3468-
has-ansi@4.0.1:
3469-
version "4.0.1"
3470-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4.0.1.tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8"
3471-
integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A==
3473+
has-ansi@6.0.0:
3474+
version "6.0.0"
3475+
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-6.0.0.tgz#8118b2fb548c062f9356c7d5013b192a238ce3b3"
3476+
integrity sha512-1AYj+gqAskFf9Skb7xuEYMfJqkW3TJ8lukw4Fczw+Y6jRkgxvcE4JiFWuTO4DsoleMvvHudryolA9ObJHJKHWQ==
34723477
dependencies:
3473-
ansi-regex "^4.1.0"
3478+
ansi-regex "^6.0.1"
34743479

34753480
has-ansi@^2.0.0:
34763481
version "2.0.0"

0 commit comments

Comments
 (0)