From b884273353365f02b131c7991a9920590887f31a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Jun 2025 22:10:44 +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 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 235b6d2ac2..9d2c9eeac5 100644 --- a/package.json +++ b/package.json @@ -19,12 +19,12 @@ "@types/signale": "^1.4.1", "@typescript-eslint/parser": "^4.0.0", "concurrently": "^6.1.0", - "eslint": "^7.23.0", + "eslint": "^9.0.0", "eslint-plugin-github": "^4.1.3", "eslint-plugin-jest": "^22.21.0", "flow-bin": "^0.115.0", - "jest": "^27.2.5", - "lerna": "^5.4.0", + "jest": "^30.0.0", + "lerna": "^8.1.5", "prettier": "^1.19.1", "ts-jest": "^27.0.5", "typescript": "^3.9.9"