chore: update audit list

This commit is contained in:
Pooya Parsa 2021-10-25 13:22:02 +02:00
parent 76143601f7
commit 6f73c36aee
3 changed files with 11 additions and 6 deletions

5
.iyarc Normal file
View File

@ -0,0 +1,5 @@
# See https://github.com/nuxt/nuxt.js/issues/9284 for mor information
# These advisories won't affect nuxt
GHSA-4jqc-8m5r-9rpr
GHSA-rp65-9cf3-cjxr

View File

@ -10,7 +10,7 @@
"distributions/*"
],
"scripts": {
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 0",
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate",
"build": "yarn clean && yarn pkg",
"changelog": "jiti scripts/changelog.js",
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
@ -63,7 +63,7 @@
"get-port": "^5.1.1",
"glob": "^7.1.7",
"got": "^11.8.2",
"improved-yarn-audit": "^2.3.3",
"improved-yarn-audit": "^3.0.0",
"jest": "^26.6.3",
"jiti": "^1.11.0",
"jsdom": "^16.7.0",

View File

@ -7109,10 +7109,10 @@ import-modules@^2.1.0:
resolved "https://registry.npmjs.org/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2"
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==
improved-yarn-audit@^2.3.3:
version "2.3.3"
resolved "https://registry.npmjs.org/improved-yarn-audit/-/improved-yarn-audit-2.3.3.tgz#da0be78be4b678c73733066c9ccd21e1958fae8c"
integrity sha512-chZ7zPKGsA+CZeMExNPf9WZhETJLkC+u8cQlkQC9XyPZqQPctn3FavefTjXBXmX3Azin8WcoAbaok1FvjkLf6A==
improved-yarn-audit@^3.0.0:
version "3.0.0"
resolved "https://registry.npmjs.org/improved-yarn-audit/-/improved-yarn-audit-3.0.0.tgz#dfb09cea1a3a92c790ea2b4056431f6fb1b99bfa"
integrity sha512-b7CrBYYwMidtPciCBkW62C7vqGjAV10bxcAWHeJvGrltrcMSEnG5I9CQgi14nmAlUKUQiSvpz47Lo3d7Z3Vjcg==
imurmurhash@^0.1.4:
version "0.1.4"