diff --git a/src/catalog-ui/package-lock.json b/src/catalog-ui/package-lock.json index 01ebf42..7759d1a 100644 --- a/src/catalog-ui/package-lock.json +++ b/src/catalog-ui/package-lock.json @@ -9,6 +9,7 @@ "version": "0.1.0", "dependencies": { "@types/axios": "^0.14.4", + "@types/node": "^22.10.10", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@types/react-router-dom": "^5.3.3", @@ -20,7 +21,7 @@ "react-dom": "^19.0.0", "react-router-dom": "^7.1.3", "react-scripts": "^5.0.1", - "react-select": "^5.9.0", + "react-select": "^5.10.0", "react-ts-app": "file:", "reactstrap": "^9.2.3", "typescript": "^5.7.3", @@ -17254,9 +17255,10 @@ } }, "node_modules/react-select": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.9.0.tgz", - "integrity": "sha512-nwRKGanVHGjdccsnzhFte/PULziueZxGD8LL2WojON78Mvnq7LdAMEtu2frrwld1fr3geixg3iiMBIc/LLAZpw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.10.0.tgz", + "integrity": "sha512-k96gw+i6N3ExgDwPIg0lUPmexl1ygPe6u5BdQFNBhkpbwroIgCNXdubtIzHfThYXYYTubwOBafoMnn7ruEP1xA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/src/catalog-ui/package.json b/src/catalog-ui/package.json index 5d3c5d3..a3efe1f 100644 --- a/src/catalog-ui/package.json +++ b/src/catalog-ui/package.json @@ -27,7 +27,7 @@ "react-dom": "^19.0.0", "react-router-dom": "^7.1.3", "react-scripts": "^5.0.1", - "react-select": "^5.9.0", + "react-select": "^5.10.0", "react-ts-app": "file:", "reactstrap": "^9.2.3", "typescript": "^5.7.3",