diff --git a/ui/package-lock.json b/ui/package-lock.json index 6ef710553..1c9d9e7f1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4479,9 +4479,9 @@ } }, "@types/react-select": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.12.tgz", - "integrity": "sha512-7AACEwGNafPDZ+l8oOp83Y6KAgBPKk8KlEZAvPYmfgvsm85g2wKZ6NAcBNXmFcHFG+tc1q7cDoNWayvEhbM+cA==", + "version": "4.0.13", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.13.tgz", + "integrity": "sha512-rXYEc565IzzjgQzs9C0YCFxV/QajMZnCHG5QwRQ5BZMfH0Lj90VI/xohawemRkD46IvpaLRbO6xzSquJlgBGUA==", "requires": { "@emotion/serialize": "^1.0.0", "@types/react": "*", diff --git a/ui/package.json b/ui/package.json index f99e3fd4d..531fff440 100644 --- a/ui/package.json +++ b/ui/package.json @@ -31,7 +31,7 @@ "@types/react-autosuggest": "10.1.1", "@types/react-dom": "17.0.0", "@types/react-js-pagination": "3.0.3", - "@types/react-select": "4.0.12", + "@types/react-select": "4.0.13", "@typescript-eslint/eslint-plugin": "4.14.2", "@typescript-eslint/parser": "4.14.2", "body-scroll-lock": "3.1.5",