From f548c91cdef1f36787b7b4d9885983ea0728a47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 02:56:08 +0000 Subject: [PATCH] build(deps): bump short-uuid from 4.2.2 to 5.2.0 in /hms-app Bumps [short-uuid](https://github.com/oculus42/short-uuid) from 4.2.2 to 5.2.0. - [Release notes](https://github.com/oculus42/short-uuid/releases) - [Changelog](https://github.com/oculus42/short-uuid/blob/develop/CHANGELOG.md) - [Commits](https://github.com/oculus42/short-uuid/compare/v4.2.2...v5.2.0) --- updated-dependencies: - dependency-name: short-uuid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hms-app/package-lock.json | 39 +++++++++++++++++++++++++++++---------- hms-app/package.json | 2 +- 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/hms-app/package-lock.json b/hms-app/package-lock.json index e257a1ef..f80824eb 100644 --- a/hms-app/package-lock.json +++ b/hms-app/package-lock.json @@ -38,7 +38,7 @@ "react-redux": "^8.1.3", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", - "short-uuid": "^4.2.2", + "short-uuid": "^5.2.0", "tabler-icons-react": "^1.56.0", "typescript": "^5.0.4 || ^4", "web-vitals": "^3.5.2" @@ -16114,15 +16114,27 @@ "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" }, "node_modules/short-uuid": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-4.2.2.tgz", - "integrity": "sha512-IE7hDSGV2U/VZoCsjctKX6l5t5ak2jE0+aeGJi3KtvjIUNuZVmHVYUjNBhmo369FIWGDtaieRaO8A83Lvwfpqw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-5.2.0.tgz", + "integrity": "sha512-296/Nzi4DmANh93iYBwT4NoYRJuHnKEzefrkSagQbTH/A6NTaB68hSPDjm5IlbI5dx9FXdmtqPcj6N5H+CPm6w==", "dependencies": { "any-base": "^1.1.0", - "uuid": "^8.3.2" + "uuid": "^9.0.1" }, "engines": { - "node": ">=8" + "node": ">=14" + } + }, + "node_modules/short-uuid/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "bin": { + "uuid": "dist/bin/uuid" } }, "node_modules/side-channel": { @@ -29557,12 +29569,19 @@ "integrity": "sha512-Vpfqwm4EnqGdlsBFNmHhxhElJYrdfcxPThu+ryKS5J8L/fhAwLazFZtq+S+TWZ9ANj2piSQLGj6NQg+lKPmxrw==" }, "short-uuid": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-4.2.2.tgz", - "integrity": "sha512-IE7hDSGV2U/VZoCsjctKX6l5t5ak2jE0+aeGJi3KtvjIUNuZVmHVYUjNBhmo369FIWGDtaieRaO8A83Lvwfpqw==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/short-uuid/-/short-uuid-5.2.0.tgz", + "integrity": "sha512-296/Nzi4DmANh93iYBwT4NoYRJuHnKEzefrkSagQbTH/A6NTaB68hSPDjm5IlbI5dx9FXdmtqPcj6N5H+CPm6w==", "requires": { "any-base": "^1.1.0", - "uuid": "^8.3.2" + "uuid": "^9.0.1" + }, + "dependencies": { + "uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==" + } } }, "side-channel": { diff --git a/hms-app/package.json b/hms-app/package.json index 1dcd969f..bdd86f19 100644 --- a/hms-app/package.json +++ b/hms-app/package.json @@ -33,7 +33,7 @@ "react-redux": "^8.1.3", "react-router-dom": "^6.24.0", "react-scripts": "5.0.1", - "short-uuid": "^4.2.2", + "short-uuid": "^5.2.0", "tabler-icons-react": "^1.56.0", "typescript": "^5.0.4 || ^4", "web-vitals": "^3.5.2"