From 1ef742da0e613aff472831797f9f04c79578d7b4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 May 2024 00:21:52 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ac7a0a8..b441f58 100644 --- a/package.json +++ b/package.json @@ -40,9 +40,9 @@ "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", @@ -50,13 +50,13 @@ "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": {