From 6f73c36aee1a47e34b9733759e145a8a0b1b7a5c Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Mon, 25 Oct 2021 13:22:02 +0200 Subject: [PATCH] chore: update audit list --- .iyarc | 5 +++++ package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .iyarc diff --git a/.iyarc b/.iyarc new file mode 100644 index 00000000000..46503797e91 --- /dev/null +++ b/.iyarc @@ -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 diff --git a/package.json b/package.json index 1b85a6b48e6..7b6a29373a2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 9bcf8b45904..43d7204c668 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"