Skip to content

Commit 6f73c36

Browse files
committed
chore: update audit list
1 parent 7614360 commit 6f73c36

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.iyarc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# See https://github.com/nuxt/nuxt.js/issues/9284 for mor information
2+
# These advisories won't affect nuxt
3+
4+
GHSA-4jqc-8m5r-9rpr
5+
GHSA-rp65-9cf3-cjxr

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"distributions/*"
1111
],
1212
"scripts": {
13-
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 0",
13+
"audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate",
1414
"build": "yarn clean && yarn pkg",
1515
"changelog": "jiti scripts/changelog.js",
1616
"clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
@@ -63,7 +63,7 @@
6363
"get-port": "^5.1.1",
6464
"glob": "^7.1.7",
6565
"got": "^11.8.2",
66-
"improved-yarn-audit": "^2.3.3",
66+
"improved-yarn-audit": "^3.0.0",
6767
"jest": "^26.6.3",
6868
"jiti": "^1.11.0",
6969
"jsdom": "^16.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7109,10 +7109,10 @@ import-modules@^2.1.0:
71097109
resolved "https://registry.npmjs.org/import-modules/-/import-modules-2.1.0.tgz#abe7df297cb6c1f19b57246eb8b8bd9664b6d8c2"
71107110
integrity sha512-8HEWcnkbGpovH9yInoisxaSoIg9Brbul+Ju3Kqe2UsYDUBJD/iQjSgEj0zPcTDPKfPp2fs5xlv1i+JSye/m1/A==
71117111

7112-
improved-yarn-audit@^2.3.3:
7113-
version "2.3.3"
7114-
resolved "https://registry.npmjs.org/improved-yarn-audit/-/improved-yarn-audit-2.3.3.tgz#da0be78be4b678c73733066c9ccd21e1958fae8c"
7115-
integrity sha512-chZ7zPKGsA+CZeMExNPf9WZhETJLkC+u8cQlkQC9XyPZqQPctn3FavefTjXBXmX3Azin8WcoAbaok1FvjkLf6A==
7112+
improved-yarn-audit@^3.0.0:
7113+
version "3.0.0"
7114+
resolved "https://registry.npmjs.org/improved-yarn-audit/-/improved-yarn-audit-3.0.0.tgz#dfb09cea1a3a92c790ea2b4056431f6fb1b99bfa"
7115+
integrity sha512-b7CrBYYwMidtPciCBkW62C7vqGjAV10bxcAWHeJvGrltrcMSEnG5I9CQgi14nmAlUKUQiSvpz47Lo3d7Z3Vjcg==
71167116

71177117
imurmurhash@^0.1.4:
71187118
version "0.1.4"

0 commit comments

Comments
 (0)