Skip to content

Commit cec851a

Browse files
committed
fix: upload-api/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 2dbb235 commit cec851a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upload-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
"cheerio": "^1.0.0-rc.12",
4444
"cors": "^2.8.5",
4545
"dotenv": "^16.3.1",
46-
"eslint": "^8.51.0",
46+
"eslint": "^9.0.0",
4747
"eslint-plugin-react": "^7.33.2",
4848
"eslint-plugin-react-hooks": "^4.6.0",
49-
"express": "^5.0.0",
49+
"express": "^5.2.0",
5050
"express-rate-limit": "^7.2.0",
5151
"inquirer": "^9.2.15",
5252
"jszip": "^3.10.1",

0 commit comments

Comments
 (0)