From e35d2bfa65688f1aae4f27561c6bfca9db439d2d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 04:24:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 235b6d2ac2..303f39895b 100644 --- a/package.json +++ b/package.json @@ -18,13 +18,13 @@ "@types/node": "^16.18.1", "@types/signale": "^1.4.1", "@typescript-eslint/parser": "^4.0.0", - "concurrently": "^6.1.0", + "concurrently": "^6.2.2", "eslint": "^7.23.0", "eslint-plugin-github": "^4.1.3", - "eslint-plugin-jest": "^22.21.0", + "eslint-plugin-jest": "^23.0.0", "flow-bin": "^0.115.0", "jest": "^27.2.5", - "lerna": "^5.4.0", + "lerna": "^7.0.0", "prettier": "^1.19.1", "ts-jest": "^27.0.5", "typescript": "^3.9.9"