Skip to content

Commit

Permalink
Merge pull request #1053 from crypto-com/fix/audit
Browse files Browse the repository at this point in the history
Fix Audit
  • Loading branch information
crypto-matto committed Apr 13, 2022
2 parents a8511d5 + f939ed4 commit de7cc65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -336,6 +336,7 @@
"resolutions": {
"@umijs/fabric/stylelint-config-rational-order/stylelint": "13.9.0",
"@umijs/fabric/stylelint-config-rational-order/stylelint/meow/yargs-parser": "20.2.4",
"async": "3.2.2",
"immer": "9.0.6",
"xmldom": "0.5.0",
"is-svg": "4.2.2",
Expand Down
20 changes: 4 additions & 16 deletions yarn.lock
Expand Up @@ -4557,22 +4557,10 @@ async-validator@^3.0.3:
resolved "https://registry.yarnpkg.com/async-validator/-/async-validator-3.5.1.tgz"
integrity sha512-DDmKA7sdSAJtTVeNZHrnr2yojfFaoeW8MfQN8CeuXg8DDQHTqKk9Fdv38dSvnesHoO8MUwMI2HphOeSyIF+wmQ==

async@0.2.10:
version "0.2.10"
resolved "https://registry.yarnpkg.com/async/-/async-0.2.10.tgz"
integrity sha1-trvgsGdLnXGXCMo43owjfLUmw9E=

async@0.9.x:
version "0.9.2"
resolved "https://registry.yarnpkg.com/async/-/async-0.9.2.tgz"
integrity sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=

async@^2.6.2:
version "2.6.3"
resolved "https://registry.yarnpkg.com/async/-/async-2.6.3.tgz"
integrity sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==
dependencies:
lodash "^4.17.14"
async@0.2.10, async@0.9.x, async@3.2.2, async@^2.6.2:
version "3.2.2"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.2.tgz#2eb7671034bb2194d45d30e31e24ec7e7f9670cd"
integrity sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==

asynckit@^0.4.0:
version "0.4.0"
Expand Down

0 comments on commit de7cc65

Please sign in to comment.