From 451623741316f7eed48ad7898538329825a25522 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Jan 2024 17:02:56 +0000 Subject: [PATCH] fix: packages/cms/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- packages/cms/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cms/package.json b/packages/cms/package.json index 2675282..a084453 100644 --- a/packages/cms/package.json +++ b/packages/cms/package.json @@ -21,7 +21,7 @@ "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", - "aws-amplify": "^3.3.26", + "aws-amplify": "^6.0.0", "dotenv-cra": "^2.0.2", "lodash.snakecase": "^4.1.1", "react": "^17.0.2", @@ -30,7 +30,7 @@ "react-hook-form": "7.8.1", "react-quill": "^2.0.0-beta.2", "react-router-dom": "^5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-sortablejs": "^6.0.0", "sass": "^1.32.8", "sortablejs": "^1.13.0",