From de27f4cc222bcf7d3a54bfb9046a4e235571615c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 11:02:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-ESLINT-15102420 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21c0b14..3403530 100644 --- a/package.json +++ b/package.json @@ -29,13 +29,13 @@ "babel-core": "7.0.0-bridge.0", "babel-jest": "27.5.1", "cross-env": "7.0.3", - "eslint": "8.10.0", + "eslint": "9.26.0", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "8.4.0", "eslint-plugin-import": "2.25.4", "husky": "7.0.4", "jest": "27.5.1", - "lerna": "4.0.0", + "lerna": "6.5.0", "lint-staged": "12.3.4", "prettier": "2.5.1", "ramda": "0.28.0",