Skip to content

Commit 0469a3f

Browse files
chore(deps): update dependency has-ansi to v6
1 parent 50b1617 commit 0469a3f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"chai-as-promised": "7.1.2",
9898
"eslint": "7.30.0",
9999
"eslint-plugin-ghost": "2.5.0",
100-
"has-ansi": "4.0.1",
100+
"has-ansi": "6.0.0",
101101
"mocha": "11.7.1",
102102
"nock": "13.2.9",
103103
"nyc": "17.1.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3558,12 +3558,12 @@ handlebars@^4.0.2:
35583558
optionalDependencies:
35593559
uglify-js "^3.1.4"
35603560

3561-
has-ansi@4.0.1:
3562-
version "4.0.1"
3563-
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-4.0.1.tgz#f216a8c8d7b129e490dc15f4a62cc1cdb9603ce8"
3564-
integrity sha512-Qr4RtTm30xvEdqUXbSBVWDu+PrTokJOwe/FU+VdfJPk+MXAPoeOzKpRyrDTnZIJwAkQ4oBLTU53nu0HrkF/Z2A==
3561+
has-ansi@6.0.0:
3562+
version "6.0.0"
3563+
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-6.0.0.tgz#8118b2fb548c062f9356c7d5013b192a238ce3b3"
3564+
integrity sha512-1AYj+gqAskFf9Skb7xuEYMfJqkW3TJ8lukw4Fczw+Y6jRkgxvcE4JiFWuTO4DsoleMvvHudryolA9ObJHJKHWQ==
35653565
dependencies:
3566-
ansi-regex "^4.1.0"
3566+
ansi-regex "^6.0.1"
35673567

35683568
has-ansi@^2.0.0:
35693569
version "2.0.0"

0 commit comments

Comments
 (0)