diff --git a/package.json b/package.json index eab131e29..8839e2d1d 100644 --- a/package.json +++ b/package.json @@ -122,7 +122,8 @@ "qunit-dom": "^2.0.0" }, "resolutions": { - "favicons": "5.3.0" + "favicons": "5.3.0", + "colors": "1.4.0" }, "engines": { "node": ">= 10.*" diff --git a/yarn.lock b/yarn.lock index 45dfa309b..093f25374 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5927,12 +5927,7 @@ colorette@^1.2.1: resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b" integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== -colors@1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/colors/-/colors-1.0.3.tgz#0433f44d809680fdeb60ed260f1b0c262e82a40b" - integrity sha1-BDP0TYCWgP3rYO0mDxsMJi6CpAs= - -colors@^1.1.2, colors@^1.3.2, colors@^1.4.0: +colors@1.0.3, colors@1.4.0, colors@^1.1.2, colors@^1.3.2, colors@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78" integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==