From e5ddac01e4701291e071d22dcad8e8851cc77df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:22:30 +0000 Subject: [PATCH] chore(deps): bump short-uuid from 4.2.2 to 5.2.0 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] --- package-lock.json | 20 ++++++-------------- package.json | 2 +- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index da70c99a13d..fcfccc6192b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "redis": "^3.1.2", "remove-markdown": "^0.5.0", "rimraf": "^3.0.2", - "short-uuid": "^4.2.2", + "short-uuid": "^5.2.0", "stripe": "^12.18.0", "superagent": "^8.1.2", "universal-analytics": "^0.5.3", @@ -17425,23 +17425,15 @@ "integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==" }, "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_modules/short-uuid/node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "bin": { - "uuid": "dist/bin/uuid" + "node": ">=14" } }, "node_modules/side-channel": { diff --git a/package.json b/package.json index 9d118986b70..f9aa75ce938 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "redis": "^3.1.2", "remove-markdown": "^0.5.0", "rimraf": "^3.0.2", - "short-uuid": "^4.2.2", + "short-uuid": "^5.2.0", "stripe": "^12.18.0", "superagent": "^8.1.2", "universal-analytics": "^0.5.3",