From 2c339ea9b180b8aa3e3334fb51d16cef3d11161d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 10:00:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3efaa7d..fbdfe28 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.26.0", "husky": "^6.0.0", "lint-staged": "^11.0.0", - "netlify-cli": "^3.31.16", + "netlify-cli": "^8.1.4", "prettier": "^2.3.0", "typescript": "^4.3.2" },