From a613659c3caa26955eb0563270d71db70cf7071b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:13:20 +0000 Subject: [PATCH] Bump react-select from 5.9.0 to 5.10.0 in /src/catalog-ui Bumps [react-select](https://github.com/JedWatson/react-select) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.9.0...react-select@5.10.0) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/catalog-ui/package-lock.json | 10 ++++++---- src/catalog-ui/package.json | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) 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",