From d90bf32675c873deb6e318908b3089bdb144ee0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 21:27:27 +0000 Subject: [PATCH] Bump react-spring from 8.0.27 to 9.7.1 in /election/web Bumps [react-spring](https://github.com/pmndrs/react-spring) from 8.0.27 to 9.7.1. - [Release notes](https://github.com/pmndrs/react-spring/releases) - [Commits](https://github.com/pmndrs/react-spring/compare/v8.0.27...v9.7.1) --- updated-dependencies: - dependency-name: react-spring dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- election/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/election/web/package.json b/election/web/package.json index 8d24fa18..48b48aff 100644 --- a/election/web/package.json +++ b/election/web/package.json @@ -40,7 +40,7 @@ "react-notifications-component": "^3.0.4", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.3", - "react-spring": "^8.0.27", + "react-spring": "^9.7.1", "react-swipeable": "^6.1.0", "react-syntax-highlighter": "^15.4.3", "react-table": "^7.5.0",