diff --git a/package-lock.json b/package-lock.json index 072d249..68e249b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,6 @@ "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^14.4.3", - "@types/jest": "^29.5.12", "@types/material-ui": "^0.21.17", "@types/node": "^20.14.2", "@types/react": "^17.0.80", @@ -27,7 +26,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", "react-select": "^5.4.0", - "react-select-virtualized": "5.2.0", + "react-select-virtualized": "^5.6.0", "react-virtualized": "^9.22.3", "sass": "^1.77.5", "styled-components": "^5.3.5", @@ -16304,9 +16303,10 @@ } }, "node_modules/react-select": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", - "integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -16324,9 +16324,10 @@ } }, "node_modules/react-select-virtualized": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/react-select-virtualized/-/react-select-virtualized-5.2.0.tgz", - "integrity": "sha512-KAZC4txfPofMZZYVh/P8EPKe7hjxjyb3+651EAFIzv+urAFXH8r/XeMETW+oYLDkRdQIE5g9H15DQCvAx+83gg==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-select-virtualized/-/react-select-virtualized-5.6.0.tgz", + "integrity": "sha512-9rvSBOLdwKNOMg9qcKqfkX8y0Lzi2JflNeOmdgD729q8+Rm/xs6I/xZnmZjt5bhHOj3wPfGgiTI6Ka/eCtJdhg==", + "license": "MIT", "dependencies": { "lodash.debounce": "4.0.8", "regenerator-runtime": "^0.13.9" @@ -16336,10 +16337,10 @@ "npm": ">=7" }, "peerDependencies": { - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-select": "^5.1.0", - "react-virtualized": "^9.22.3" + "react": "^18.3.1", + "react-dom": "^18.3.1", + "react-select": "^5.8.0", + "react-virtualized": "^9.22.4" } }, "node_modules/react-transition-group": { @@ -31871,9 +31872,9 @@ } }, "react-select": { - "version": "5.7.3", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.3.tgz", - "integrity": "sha512-z8i3NCuFFWL3w27xq92rBkVI2onT0jzIIPe480HlBjXJ3b5o6Q+Clp4ydyeKrj9DZZ3lrjawwLC5NGl0FSvUDg==", + "version": "5.8.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.0.tgz", + "integrity": "sha512-TfjLDo58XrhP6VG5M/Mi56Us0Yt8X7xD6cDybC7yoRMUNm7BGO7qk8J0TLQOua/prb8vUOtsfnXZwfm30HGsAA==", "requires": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", @@ -31887,9 +31888,9 @@ } }, "react-select-virtualized": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/react-select-virtualized/-/react-select-virtualized-5.2.0.tgz", - "integrity": "sha512-KAZC4txfPofMZZYVh/P8EPKe7hjxjyb3+651EAFIzv+urAFXH8r/XeMETW+oYLDkRdQIE5g9H15DQCvAx+83gg==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/react-select-virtualized/-/react-select-virtualized-5.6.0.tgz", + "integrity": "sha512-9rvSBOLdwKNOMg9qcKqfkX8y0Lzi2JflNeOmdgD729q8+Rm/xs6I/xZnmZjt5bhHOj3wPfGgiTI6Ka/eCtJdhg==", "requires": { "lodash.debounce": "4.0.8", "regenerator-runtime": "^0.13.9" diff --git a/package.json b/package.json index f02d9d8..5dea2d5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "^5.0.1", "react-select": "^5.4.0", - "react-select-virtualized": "5.2.0", + "react-select-virtualized": "5.6.0", "react-virtualized": "^9.22.3", "sass": "^1.77.5", "styled-components": "^5.3.5",