Skip to content

Commit

Permalink
fix: package.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-MINIMATCH-3050818
  • Loading branch information
snyk-bot committed May 26, 2024
1 parent 3b30af0 commit 1ef742d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,23 @@
"class-validator": "0.12.2",
"convict": "6.2.1",
"cors": "^2.8.5",
"eslint": "^7.25.0",
"eslint": "^9.0.0",
"eslint-import-resolver-node": "^0.3.4",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-import-resolver-typescript": "^3.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^25.0.1",
"express": "4.17.2",
"express-bunyan-logger": "1.3.3",
"helmet": "5.0.1",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"routing-controllers": "0.9.0",
"routing-controllers": "0.10.3",
"supertest": "6.1.6",
"swagger-jsdoc": "6.1.0",
"swagger-ui-express": "4.3.0",
"ts-node": "10.4.0",
"typedi": "0.8.0",
"typeorm": "^0.2.41",
"typeorm": "^0.3.18",
"typescript": "4.5.4"
},
"devDependencies": {
Expand Down

0 comments on commit 1ef742d

Please sign in to comment.