Skip to content

Commit ec1ac38

Browse files
Copilotjayhill
andcommitted
Address lodash dependabot alerts
Agent-Logs-Url: https://github.com/CodeWithAsheville/zipcase/sessions/7dea2d3c-73f1-4cd8-b936-5fbf05f27836 Co-authored-by: jayhill <116148+jayhill@users.noreply.github.com>
1 parent 06472fa commit ec1ac38

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

frontend/package-lock.json

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

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"overrides": {
2020
"flatted": "^3.4.2",
2121
"glob": "^10.5.0",
22+
"lodash": "^4.18.1",
2223
"minimatch": "^9.0.9"
2324
},
2425
"dependencies": {

package-lock.json

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

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
99
},
10+
"overrides": {
11+
"lodash": "^4.18.1"
12+
},
1013
"keywords": [],
1114
"author": "Code with Asheville",
1215
"license": "MIT",

0 commit comments

Comments
 (0)