From b9e64d020288d000eaa8590704877806029c114d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Aug 2025 07:18:41 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TMP-11501554 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9a7beb6..8818344 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "babel-eslint": "^10.0.3", "del-cli": "^1.1.0", "emoji-strip": "^1.0.1", - "eslint": "^6.5.1", + "eslint": "^9.0.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^14.1.0", "eslint-plugin-import": "^2.18.2", @@ -55,7 +55,7 @@ "helmet": "^3.21.1", "http-errors": "^1.7.1", "http-status": "^1.2.0", - "inquirer": "^6.2.0", + "inquirer": "^8.2.7", "joi": "^13.7.0", "jsend": "^1.0.2", "jsonwebtoken": "^8.3.0",