Skip to content

Commit 31e82ee

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-8482416
1 parent 9507851 commit 31e82ee

File tree

2 files changed

+54
-81
lines changed

2 files changed

+54
-81
lines changed

package-lock.json

Lines changed: 53 additions & 80 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
@@ -85,7 +85,7 @@
8585
"dependency-graph": "^1.0.0",
8686
"dotenv": "^16.4.5",
8787
"errorhandler": "^1.5.1",
88-
"express": "^4.20.0",
88+
"express": "^4.21.2",
8989
"form-data": "^4.0.0",
9090
"fs-extra": "^11.2.0",
9191
"getport": "^0.1.0",

0 commit comments

Comments
 (0)