Skip to content

Commit

Permalink
fix: SONATYPE-2021-1169
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Sep 16, 2021
1 parent e98ef83 commit 74abe3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"resolutions": {
"hosted-git-info": "^3.0.8",
"y18n": "^5.0.8"
"y18n": "^5.0.8",
"ansi-regex": "^6.0.1"
},
"scripts": {
"test": "mocha -r ts-node/register src/**/*.spec.ts",
Expand Down Expand Up @@ -88,6 +89,7 @@
"typescript": "^3.7.3"
},
"dependencies": {
"@xmldom/xmldom": "^0.7.2",
"chalk": "^3.0.0",
"colors": "^1.3.1",
"figlet": "^1.2.4",
Expand All @@ -102,7 +104,6 @@
"ssri": "^8.0.1",
"uuid": "^3.3.2",
"xmlbuilder": "^13.0.2",
"@xmldom/xmldom": "^0.7.2",
"yargs": "^16.1.0"
}
}
18 changes: 4 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -480,20 +480,10 @@ ansi-escapes@^4.2.1:
dependencies:
type-fest "^0.21.3"

ansi-regex@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=

ansi-regex@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==

ansi-regex@^5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
ansi-regex@^3.0.0, ansi-regex@^4.1.0, ansi-regex@^5.0.0, ansi-regex@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==

ansi-styles@^3.2.0, ansi-styles@^3.2.1:
version "3.2.1"
Expand Down

0 comments on commit 74abe3c

Please sign in to comment.