From a6f1a9f4429a5683df14e91711022a6a4c6a7c3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Aug 2025 09:46:01 +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 1084992025b..5015fb2c5b2 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "precommit": "lint-staged" }, "devDependencies": { - "eslint": "4.15.0", + "eslint": "9.0.0", "execa": "^0.9.0", "husky": "^0.13.2", - "lerna": "2.6.0", + "lerna": "3.0.0", "lerna-changelog": "^0.6.0", "lint-staged": "^7.0.5", "meow": "^4.0.0",