From 7d436874f9d294f6b752118110931f64fda3a269 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 19:48:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46bc55b0245..e588695f252 100644 --- a/package.json +++ b/package.json @@ -11,8 +11,8 @@ "test": "node packages/react-scripts/scripts/test.js --env=jsdom" }, "devDependencies": { - "eslint": "3.16.1", - "lerna": "2.0.0-beta.38", + "eslint": "6.0.0", + "lerna": "3.0.0", "lerna-changelog": "^0.2.3" } }