Skip to content

Commit db9d78c

Browse files
decyjphrCopilot
andauthored
fix: update lodash to ^4.18.1 to fix code injection vulnerability (#992)
Resolve Dependabot alert #116 - lodash vulnerable to Code Injection via `_.template` imports key names. Updated from ^4.17.21 to ^4.18.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0774803 commit db9d78c

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"deepmerge": "^4.3.1",
3131
"eta": "^3.5.0",
3232
"js-yaml": "^4.1.0",
33-
"lodash": "^4.17.21",
33+
"lodash": "^4.18.1",
3434
"minimatch": "^10.2.1",
3535
"node-cron": "^4.2.1",
3636
"octokit": "^5.0.2",

0 commit comments

Comments
 (0)