diff --git a/app/package-lock.json b/app/package-lock.json index b839704..7dfb083 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -18380,10 +18380,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==", - "license": "MIT", + "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", @@ -22866,7 +22865,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.2", "react-scripts": "^5.0.1", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "react-syntax-highlighter": "^15.5.0", "seedrandom": "^3.0.5" }, diff --git a/app/ui/package.json b/app/ui/package.json index 47a9526..124461e 100644 --- a/app/ui/package.json +++ b/app/ui/package.json @@ -26,7 +26,7 @@ "react-dom": "^18.3.1", "react-router-dom": "^6.26.2", "react-scripts": "^5.0.1", - "react-select": "^5.8.0", + "react-select": "^5.8.1", "react-syntax-highlighter": "^15.5.0", "seedrandom": "^3.0.5" },