From 6a2390f3031b8deb854cfbfa2f90103b93a044ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 May 2024 17:36:27 +0000 Subject: [PATCH] fix: upgrade react-redux from 7.2.6 to 7.2.9 Snyk has created this PR to upgrade react-redux from 7.2.6 to 7.2.9. See this package in npm: react-redux See this project in Snyk: https://app.snyk.io/org/rawantabaja12/project/4a2e6381-d41b-4437-94b7-3d0f4585ba45?utm_source=github&utm_medium=referral&page=upgrade-pr --- calendar/package-lock.json | 17 +++++++++-------- calendar/package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/calendar/package-lock.json b/calendar/package-lock.json index ec2d81f..c3ee3f8 100644 --- a/calendar/package-lock.json +++ b/calendar/package-lock.json @@ -16,7 +16,7 @@ "moment": "^2.29.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-redux": "^7.2.6", + "react-redux": "^7.2.9", "react-router-dom": "^6.2.2", "react-scripts": "5.0.0", "redux-devtools-extension": "^2.13.9", @@ -13255,9 +13255,10 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/react-redux": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.6.tgz", - "integrity": "sha512-10RPdsz0UUrRL1NZE0ejTkucnclYSgXp5q+tB5SWx2qeG2ZJQJyymgAhwKy73yiL/13btfB6fPr+rgbMAaZIAQ==", + "version": "7.2.9", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", + "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.15.4", "@types/react-redux": "^7.1.20", @@ -13267,7 +13268,7 @@ "react-is": "^17.0.2" }, "peerDependencies": { - "react": "^16.8.3 || ^17" + "react": "^16.8.3 || ^17 || ^18" }, "peerDependenciesMeta": { "react-dom": { @@ -25593,9 +25594,9 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "react-redux": { - "version": "7.2.6", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.6.tgz", - "integrity": "sha512-10RPdsz0UUrRL1NZE0ejTkucnclYSgXp5q+tB5SWx2qeG2ZJQJyymgAhwKy73yiL/13btfB6fPr+rgbMAaZIAQ==", + "version": "7.2.9", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz", + "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==", "requires": { "@babel/runtime": "^7.15.4", "@types/react-redux": "^7.1.20", diff --git a/calendar/package.json b/calendar/package.json index e9ab0cf..f8eda79 100644 --- a/calendar/package.json +++ b/calendar/package.json @@ -11,7 +11,7 @@ "moment": "^2.29.1", "react": "^17.0.2", "react-dom": "^17.0.2", - "react-redux": "^7.2.6", + "react-redux": "^7.2.9", "react-router-dom": "^6.2.2", "react-scripts": "5.0.0", "redux-devtools-extension": "^2.13.9",