Skip to content

Commit 5c8e361

Browse files
committed
chore: mitigate CVE-2021-23424, upgrade ansi-html
1 parent 0d75582 commit 5c8e361

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "https://github.com/ember-cli/broccoli-middleware",
2121
"dependencies": {
22-
"ansi-html": "^0.0.7",
22+
"ansi-html": "^0.0.9",
2323
"find-up": "^3.0.0",
2424
"handlebars": "^4.0.4",
2525
"has-ansi": "^3.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ ansi-escapes@^1.1.0:
5959
version "1.4.0"
6060
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-1.4.0.tgz#d3a8a83b319aa67793662b13e761c7911422306e"
6161

62-
ansi-html@^0.0.7:
63-
version "0.0.7"
64-
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e"
65-
integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4=
62+
ansi-html@^0.0.9:
63+
version "0.0.9"
64+
resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.9.tgz#6512d02342ae2cc68131952644a129cb734cd3f0"
65+
integrity sha512-ozbS3LuenHVxNRh/wdnN16QapUHzauqSomAl1jwwJRRsGwFwtj644lIhxfWu0Fy0acCij2+AEgHvjscq3dlVXg==
6666

6767
ansi-regex@^2.0.0:
6868
version "2.1.1"

0 commit comments

Comments
 (0)