From 291702bbf8551173e05a603b60790530fc457d09 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 15:55:32 +0000 Subject: [PATCH] Update react-select to version 5.8.3 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7784cc0..92bd288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react-cookie-consent": "^9.0.0", "react-dom": "^18.3.1", "react-scripts": "^5.0.1", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-string-replace": "^1.1.1", "toastr": "^2.1.4", "web-vitals": "^4.2.4" @@ -13737,9 +13737,9 @@ } }, "node_modules/react-select": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.2.tgz", - "integrity": "sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw==", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", + "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 17488c4..ed0a7bf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "react-cookie-consent": "^9.0.0", "react-dom": "^18.3.1", "react-scripts": "^5.0.1", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "react-string-replace": "^1.1.1", "toastr": "^2.1.4", "web-vitals": "^4.2.4"