Skip to content

Commit

Permalink
Use improved-yarn-audit instead of audit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielKerekes committed Oct 29, 2023
1 parent 007b258 commit 128a0b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .iyarc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# next js
# no fix for next 12, requires update to next 13, but has low severity
GHSA-c59h-r6p8-q9wc
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prettier:check": "prettier --check .",
"prettier": "prettier --write .",
"tsc": "tsc --noEmit",
"test": "yarn audit && yarn tsc && yarn lint && yarn prettier:check"
"test": "yarn improved-yarn-audit && yarn tsc && yarn lint && yarn prettier:check"
},
"dependencies": {
"@emotion/core": "^11.0.0",
Expand Down Expand Up @@ -65,6 +65,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-config-vacuumlabs": "^2.0.14",
"eslint-import-resolver-typescript": "^3.2.5",
"improved-yarn-audit": "^3.0.0",
"prettier": "^2.7.1",
"typescript": "4.7.4"
},
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3892,6 +3892,11 @@ import-fresh@^3.0.0, import-fresh@^3.2.1:
parent-module "^1.0.0"
resolve-from "^4.0.0"

improved-yarn-audit@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/improved-yarn-audit/-/improved-yarn-audit-3.0.0.tgz#dfb09cea1a3a92c790ea2b4056431f6fb1b99bfa"
integrity sha512-b7CrBYYwMidtPciCBkW62C7vqGjAV10bxcAWHeJvGrltrcMSEnG5I9CQgi14nmAlUKUQiSvpz47Lo3d7Z3Vjcg==

imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
Expand Down

0 comments on commit 128a0b5

Please sign in to comment.