diff --git a/package-lock.json b/package-lock.json index bb556027..f01fe042 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "react-i18next": "^15.0.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "systeminformation": "^5.23.5", "throttle-debounce": "^5.0.2", "tiny-typed-emitter": "^2.1.0", @@ -18922,9 +18922,9 @@ } }, "node_modules/react-select": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", - "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", + "version": "5.8.1", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.1.tgz", + "integrity": "sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 6e7ed318..c56c8a34 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "react-i18next": "^15.0.1", "react-redux": "^9.1.2", "react-router-dom": "^6.26.2", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "systeminformation": "^5.23.5", "throttle-debounce": "^5.0.2", "tiny-typed-emitter": "^2.1.0",