Skip to content

Commit 99e101c

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-COOKIE-8163060
1 parent 7bf180f commit 99e101c

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

package-lock.json

Lines changed: 16 additions & 15 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
@@ -106,7 +106,7 @@
106106
"axios": "^1.7.4",
107107
"body-parser": "^1.20.3",
108108
"cli-color": "^2.0.1",
109-
"express": "^4.21.0",
109+
"express": "^4.21.1",
110110
"graphql": "^14.0.0",
111111
"graphql-tag": "^2.9.1",
112112
"http-proxy": "^1.18.1",

0 commit comments

Comments
 (0)