Skip to content

Commit f93b466

Browse files
committed
fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836
1 parent 4f11660 commit f93b466

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

frontend/package-lock.json

Lines changed: 4 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"bootstrap": "5.2.3",
3535
"highcharts": "^11.4.8",
3636
"highcharts-vue": "^1.4.3",
37-
"lodash-es": "^4.17.21",
37+
"lodash-es": "^4.17.23",
3838
"pinia": "^2.1.7",
3939
"proj4": "^2.15.0",
4040
"query-string": "^8.2.0",

0 commit comments

Comments
 (0)