Skip to content

Commit 2c5a232

Browse files
authored
Merge pull request #284 from axel7083/security/loadash
fix: override lodash versions
2 parents 6b57059 + d8f8383 commit 2c5a232

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
"overrides": {
7575
"minimatch@^3": "^3.1.5",
7676
"minimatch@^9": "^9.0.9",
77-
"minimatch@^10": "^10.2.4"
77+
"minimatch@^10": "^10.2.4",
78+
"lodash": "^4.18.1"
7879
}
7980
},
8081
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)