From 85e1f85ac1fb7cd7992ee1921c40f32c6dbd3ace Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 Jun 2025 10:00:08 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 21c0b14..a4e4854 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.0.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",