diff --git a/package-lock.json b/package-lock.json index f3f42459b70..5b5f4d02ead 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "react-paginate": "^8.2.0", "react-quill": "^2.0.0", "react-responsive": "^9.0.2", - "react-select": "^5.7.3", + "react-select": "^5.7.4", "riot-route": "^3.1.4", "s3-files": "^2.0.3", "sanitize-filename": "^1.6.3", @@ -101,7 +101,7 @@ "@types/lodash": "^4.14.195", "@types/node": "^20.4.2", "@types/promise-retry": "^1.1.3", - "@types/react": "^18.2.14", + "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/react-paginate": "^7.1.1", "@types/websocket": "^1.0.5", @@ -140,7 +140,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1", @@ -171,7 +171,7 @@ "pdf2pic": "^2.2.1", "pixelmatch": "^5.3.0", "pngjs": "^7.0.0", - "postcss": "^8.4.25", + "postcss": "^8.4.26", "postcss-loader": "^7.3.3", "postcss-preset-env": "^9.0.0", "prettier": "^3.0.0", @@ -12367,9 +12367,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.14.tgz", - "integrity": "sha512-A0zjq+QN/O0Kpe30hA1GidzyFjatVvrpIvWLxD+xv67Vt91TWWgco9IvrJBkeyHm1trGaFS/FSGqPlhyeZRm0g==", + "version": "18.2.15", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.15.tgz", + "integrity": "sha512-oEjE7TQt1fFTFSbf8kkNuc798ahTUzn3Le67/PWjE8MAfYAD/qB7O8hSTcromLFqHCt9bcdOg5GXMokzTjJ5SA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -20133,9 +20133,9 @@ } }, "node_modules/eslint-plugin-jest": { - "version": "27.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.2.tgz", - "integrity": "sha512-euzbp06F934Z7UDl5ZUaRPLAc9MKjh0rMPERrHT7UhlCEwgb25kBj37TvMgWeHZVkR5I9CayswrpoaqZU1RImw==", + "version": "27.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-27.2.3.tgz", + "integrity": "sha512-sRLlSCpICzWuje66Gl9zvdF6mwD5X86I4u55hJyFBsxYOsBCmT5+kSUjf+fkFWVMMgpzNEupjW8WzUqi83hJAQ==", "dev": true, "dependencies": { "@typescript-eslint/utils": "^5.10.0" @@ -20144,7 +20144,7 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", + "@typescript-eslint/eslint-plugin": "^5.0.0 || ^6.0.0", "eslint": "^7.0.0 || ^8.0.0", "jest": "*" }, @@ -29488,9 +29488,9 @@ } }, "node_modules/postcss": { - "version": "8.4.25", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.25.tgz", - "integrity": "sha512-7taJ/8t2av0Z+sQEvNzCkpDynl0tX3uJMCODi6nT3PfASC7dYCWV9aQ+uiCf+KBD4SEFcu+GvJdGdwzQ6OSjCw==", + "version": "8.4.26", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.26.tgz", + "integrity": "sha512-jrXHFF8iTloAenySjM/ob3gSj7pCu0Ji49hnjqzsgSRa50hkWCKD0HQ+gMNJkW38jBI68MpAAg7ZWwHwX8NMMw==", "funding": [ { "type": "opencollective", @@ -31374,9 +31374,9 @@ } }, "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.7.4", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.7.4.tgz", + "integrity": "sha512-NhuE56X+p9QDFh4BgeygHFIvJJszO1i1KSkg/JPcIJrbovyRtI+GuOEa4XzFCEpZRAEoEI8u/cAHK+jG/PgUzQ==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/package.json b/package.json index 956bc82d6f6..2736ec7ecfb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "react-paginate": "^8.2.0", "react-quill": "^2.0.0", "react-responsive": "^9.0.2", - "react-select": "^5.7.3", + "react-select": "^5.7.4", "riot-route": "^3.1.4", "s3-files": "^2.0.3", "sanitize-filename": "^1.6.3", @@ -264,7 +264,7 @@ "@types/lodash": "^4.14.195", "@types/node": "^20.4.2", "@types/promise-retry": "^1.1.3", - "@types/react": "^18.2.14", + "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@types/react-paginate": "^7.1.1", "@types/websocket": "^1.0.5", @@ -303,7 +303,7 @@ "eslint-config-prettier": "^8.8.0", "eslint-plugin-cypress": "^2.13.3", "eslint-plugin-import": "^2.27.5", - "eslint-plugin-jest": "^27.2.2", + "eslint-plugin-jest": "^27.2.3", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-promise": "^6.1.1", @@ -334,7 +334,7 @@ "pdf2pic": "^2.2.1", "pixelmatch": "^5.3.0", "pngjs": "^7.0.0", - "postcss": "^8.4.25", + "postcss": "^8.4.26", "postcss-loader": "^7.3.3", "postcss-preset-env": "^9.0.0", "prettier": "^3.0.0",