diff --git a/modules/lti/package-lock.json b/modules/lti/package-lock.json index 4ee6d14a2ef..63ff15cdb54 100644 --- a/modules/lti/package-lock.json +++ b/modules/lti/package-lock.json @@ -23,7 +23,7 @@ "react-i18next": "^15.1.0", "react-js-pagination": "^3.0.2", "react-scripts": "^5.0.1", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "typescript": "4.9.5" }, "devDependencies": { @@ -12981,9 +12981,10 @@ } }, "node_modules/react-select": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.2.tgz", - "integrity": "sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw==", + "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==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/modules/lti/package.json b/modules/lti/package.json index 1f6499d1257..3ef27b09f0c 100644 --- a/modules/lti/package.json +++ b/modules/lti/package.json @@ -23,7 +23,7 @@ "react-i18next": "^15.1.0", "react-js-pagination": "^3.0.2", "react-scripts": "^5.0.1", - "react-select": "^5.8.2", + "react-select": "^5.8.3", "typescript": "4.9.5" }, "overrides": {