diff --git a/package.json b/package.json index a2b8a955818a..1049f6952d3f 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "resolutions": { "**/@types/node": ">=10.17.17 <10.20.0", "**/@types/react": "^16.14.23", + "**/ansi-html": "^0.0.8", "**/ansi-regex": "^5.0.1", "!chromedriver/**/axios": "^0.21.4", "chromedriver/**/axios": "^0.27.2", @@ -94,11 +95,15 @@ "**/hoist-non-react-statics": "^3.3.2", "**/immer": "^8.0.1", "**/istanbul-instrumenter-loader/schema-utils": "^1.0.0", + "**/jest-config": "npm:@amoo-miki/jest-config@26.4.2-rc.1", + "**/jest-jasmine2": "npm:@amoo-miki/jest-jasmine2@26.4.2-rc.1", + "**/jsonpointer": "^5.0.0", "**/json-schema": "^0.4.0", "**/kind-of": ">=6.0.3", "**/loader-utils": "^2.0.4", "**/lodash": "^4.17.21", "**/merge": "^2.1.1", + "**/minimatch": "^3.0.5", "**/minimist": "^1.2.5", "**/node-jose": "^2.2.0", "**/node-jose/node-forge": "^0.10.0", @@ -108,18 +113,14 @@ "**/react-syntax-highlighter": "^15.3.1", "**/react-syntax-highlighter/**/highlight.js": "^10.4.1", "**/request": "^2.88.2", + "**/shelljs": "0.8.5", "**/ssri": "^6.0.2", "**/tar": "^6.1.11", "**/trim": "^0.0.3", "**/trim-newlines": "^3.0.1", "**/typescript": "4.0.2", "**/url-parse": "^1.5.8", - "**/shelljs": "0.8.5", - "**/unset-value": "^2.0.1", - "**/jest-config": "npm:@amoo-miki/jest-config@26.4.2-rc.1", - "**/jest-jasmine2": "npm:@amoo-miki/jest-jasmine2@26.4.2-rc.1", - "**/minimatch": "^3.0.5", - "**/jsonpointer": "^5.0.0" + "**/unset-value": "^2.0.1" }, "workspaces": { "packages": [ diff --git a/yarn.lock b/yarn.lock index ff38418a1b14..71009fd2cdb5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4163,10 +4163,10 @@ ansi-green@^0.1.1: dependencies: ansi-wrap "0.1.0" -ansi-html@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.7.tgz#813584021962a9e9e6fd039f940d12f56ca7859e" - integrity sha1-gTWEAhliqenm/QOflA0S9WynhZ4= +ansi-html@0.0.7, ansi-html@^0.0.8: + version "0.0.8" + resolved "https://registry.yarnpkg.com/ansi-html/-/ansi-html-0.0.8.tgz#e969db193b12bcdfa6727b29ffd8882dc13cc501" + integrity sha512-QROYz1I1Kj+8bTYgx0IlMBpRSCIU+7GjbE0oH+KF7QKc+qSF8YAlIutN59Db17tXN70Ono9upT9Ht0iG93W7ug== ansi-regex@^0.2.0, ansi-regex@^0.2.1, ansi-regex@^2.0.0, ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^5.0.1: version "5.0.1"