Skip to content

Commit 85b2c78

Browse files
committed
fix(web-scripts): resolve sec issue with ansi-regex, must use ^4.1.1
1 parent d52b6a3 commit 85b2c78

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"typescript": "^4.2.3"
2929
},
3030
"resolutions": {
31-
"minimist": "^1.2.6"
31+
"minimist": "^1.2.6",
32+
"ansi-regex": "^4.1.1"
3233
}
3334
}

yarn.lock

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,25 +2667,10 @@ ansi-escapes@^5.0.0:
26672667
dependencies:
26682668
type-fest "^1.0.2"
26692669

2670-
ansi-regex@^3.0.0:
2671-
version "3.0.0"
2672-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
2673-
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
2674-
2675-
ansi-regex@^4.1.0:
2676-
version "4.1.0"
2677-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
2678-
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
2679-
2680-
ansi-regex@^5.0.1:
2681-
version "5.0.1"
2682-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
2683-
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
2684-
2685-
ansi-regex@^6.0.1:
2686-
version "6.0.1"
2687-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
2688-
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
2670+
ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^4.1.1, ansi-regex@^5.0.1, ansi-regex@^6.0.1:
2671+
version "4.1.1"
2672+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
2673+
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
26892674

26902675
ansi-styles@^3.2.1:
26912676
version "3.2.1"

0 commit comments

Comments
 (0)