Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FASTXMLPARSER-7573289
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 28abdf0 commit f437a13
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
36 changes: 19 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"express-http-to-https": "^1.1.4",
"express-static-gzip": "^1.1.3",
"gzipper": "^2.10.4",
"is-svg": ">=5.0.0",
"is-svg": ">=5.1.0",
"nth-check": ">=2.0.1"
},
"devDependencies": {
Expand All @@ -74,7 +74,7 @@
"glob-parent": "^5.1.2",
"golden-layout": "^1.5.9",
"html5sortable": "^0.9.18",
"is-svg": ">=5.0.0",
"is-svg": ">=5.1.0",
"jquery": "^3.5.1",
"jszip": "^3.7.0",
"leaflet": "^1.7.1",
Expand Down

0 comments on commit f437a13

Please sign in to comment.