Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: update audit list
  • Loading branch information
pi0 committed Oct 25, 2021
1 parent 7614360 commit 6f73c36
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .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
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -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"
Expand Down

0 comments on commit 6f73c36

Please sign in to comment.