From 42e9d580281a3ebfab969fb5c6627515ce2e3bf6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jan 2024 03:23:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index ad1cd675518..40681ba102d 100644 --- a/package.json +++ b/package.json @@ -23,21 +23,21 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "alex": "^8.2.0", + "alex": "^11.0.0", "eslint": "^7.11.0", "execa": "1.0.0", "fs-extra": "^9.0.1", "get-port": "^5.1.1", "globby": "^11.0.1", "husky": "^4.3.0", - "jest": "26.6.0", - "lerna": "^5.1.0", + "jest": "29.0.0", + "lerna": "^8.0.0", "lerna-changelog": "^2.2.0", "lint-staged": "^10.4.2", "meow": "^6.1.1", "multimatch": "^4.0.0", "prettier": "2.1.2", - "puppeteer": "^3.3.0", + "puppeteer": "^21.5.0", "strip-ansi": "^6.0.0", "svg-term-cli": "^2.1.1", "tempy": "^0.2.1",