Skip to content

Commit 980dfa0

Browse files
authored
Merge pull request #54 from aave/feat/mpsc0x/npm-audit-5
fixed ongoing npm audit
2 parents b4722ba + a43a296 commit 980dfa0

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,18 +85,18 @@
8585
"events": "^3.3.0",
8686
"gh-pages": "^6.3.0",
8787
"jest-environment-jsdom": "^30.2.0",
88+
"tiny-invariant": "^1.3.3",
8889
"tslib": "^2.8.1",
8990
"tsx": "^4.21.0",
9091
"util": "^0.12.5",
9192
"yaml": "^2.8.2",
92-
"yargs": "^18.0.0",
93-
"tiny-invariant": "^1.3.3"
93+
"yargs": "^18.0.0"
9494
},
9595
"devDependencies": {
9696
"@types/bn.js": "^5.2.0",
9797
"@types/jest": "^30.0.0",
98-
"@types/yargs": "^17.0.35",
9998
"@types/node": "^25.0.3",
99+
"@types/yargs": "^17.0.35",
100100
"@typescript-eslint/eslint-plugin": "^8.48.0",
101101
"@typescript-eslint/parser": "^8.48.0",
102102
"chalk": "^5.6.2",
@@ -141,7 +141,9 @@
141141
"tmp@<=0.2.3": ">=0.2.4",
142142
"js-yaml@<3.14.2": ">=3.14.2",
143143
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
144-
"glob@>=10.2.0 <10.5.0": ">=10.5.0"
144+
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
145+
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
146+
"diff@<4.0.4": ">=4.0.4"
145147
}
146148
}
147149
}

pnpm-lock.yaml

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)