diff --git a/package-lock.json b/package-lock.json index 241b9e08a..db7d21bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-flip-move": "^3.0.5", - "react-select": "^5.8.1", + "react-select": "^5.8.3", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-template-compiler": "^2.7.16", @@ -19952,9 +19952,9 @@ "dev": true }, "node_modules/react-select": { - "version": "5.8.1", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.1.tgz", - "integrity": "sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==", + "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 f042473a2..ffb616281 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-flip-move": "^3.0.5", - "react-select": "^5.8.1", + "react-select": "^5.8.3", "vue": "^2.7.16", "vue-material-design-icons": "^5.3.1", "vue-template-compiler": "^2.7.16",