From a9a3c25dfdbc777ac92d6cf90b5d676015ed59a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:19:40 +0000 Subject: [PATCH] build(deps): bump react-select from 5.7.7 to 5.8.0 in /apps/OpenSign Bumps [react-select](https://github.com/JedWatson/react-select) from 5.7.7 to 5.8.0. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.7.7...react-select@5.8.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/OpenSign/package-lock.json | 8 ++++---- apps/OpenSign/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/OpenSign/package-lock.json b/apps/OpenSign/package-lock.json index 188907a75..b0a38c65d 100644 --- a/apps/OpenSign/package-lock.json +++ b/apps/OpenSign/package-lock.json @@ -41,7 +41,7 @@ "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", "react-scrollbars-custom": "^4.1.1", - "react-select": "^5.7.7", + "react-select": "^5.8.0", "react-signature-canvas": "^1.0.6", "reactour": "^1.19.2", "redux": "^4.2.1", @@ -20055,9 +20055,9 @@ } }, "node_modules/react-select": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.7.tgz", - "integrity": "sha512-HhashZZJDRlfF/AKj0a0Lnfs3sRdw/46VJIRd8IbB9/Ovr74+ZIwkAdSBjSPXsFMG+u72c5xShqwLSKIJllzqw==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/apps/OpenSign/package.json b/apps/OpenSign/package.json index 5879c21b3..6ddb2c4a9 100644 --- a/apps/OpenSign/package.json +++ b/apps/OpenSign/package.json @@ -36,7 +36,7 @@ "react-router-dom": "^6.16.0", "react-scripts": "5.0.1", "react-scrollbars-custom": "^4.1.1", - "react-select": "^5.7.7", + "react-select": "^5.8.0", "react-signature-canvas": "^1.0.6", "reactour": "^1.19.2", "redux": "^4.2.1",