From 97ce8d402018d8734cd5d6def849b548ae657fa3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 02:42:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUEST-8730853 - https://snyk.io/vuln/SNYK-JS-OCTOKITREQUESTERROR-8730854 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3efaa7d..76e198d 100644 --- a/package.json +++ b/package.json @@ -25,10 +25,10 @@ "@types/node": "^15.6.1", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", - "eslint": "^7.27.0", + "eslint": "^9.0.0", "husky": "^6.0.0", "lint-staged": "^11.0.0", - "netlify-cli": "^3.31.16", + "netlify-cli": "^22.0.0", "prettier": "^2.3.0", "typescript": "^4.3.2" },