From 7478a9d928d5bcf6b1ebcaa0275d0d5f80368e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:30:06 +0000 Subject: [PATCH] Bump short-unique-id from 5.0.3 to 5.2.0 Bumps [short-unique-id](https://github.com/jeanlescure/short-unique-id) from 5.0.3 to 5.2.0. - [Release notes](https://github.com/jeanlescure/short-unique-id/releases) - [Changelog](https://github.com/simplyhexagonal/short-unique-id/blob/main/CHANGELOG.md) - [Commits](https://github.com/jeanlescure/short-unique-id/compare/v5.0.3...v5.2.0) --- updated-dependencies: - dependency-name: short-unique-id dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e3dc7e..86c4755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@azure/openai": "^1.0.0-beta.12", "openai": "^4.28.4", - "short-unique-id": "^5.0.3", + "short-unique-id": "^5.2.0", "uuid": "^9.0.1", "word-extractor": "^1.0.4" }, @@ -2529,9 +2529,9 @@ } }, "node_modules/short-unique-id": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/short-unique-id/-/short-unique-id-5.0.3.tgz", - "integrity": "sha512-yhniEILouC0s4lpH0h7rJsfylZdca10W9mDJRAFh3EpcSUanCHGb0R7kcFOIUCZYSAPo0PUD5ZxWQdW0T4xaug==", + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/short-unique-id/-/short-unique-id-5.2.0.tgz", + "integrity": "sha512-cMGfwNyfDZ/nzJ2k2M+ClthBIh//GlZl1JEf47Uoa9XR11bz8Pa2T2wQO4bVrRdH48LrIDWJahQziKo3MjhsWg==", "bin": { "short-unique-id": "bin/short-unique-id", "suid": "bin/short-unique-id" diff --git a/package.json b/package.json index fa3307b..10d86da 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "@azure/openai": "^1.0.0-beta.12", "openai": "^4.28.4", - "short-unique-id": "^5.0.3", + "short-unique-id": "^5.2.0", "uuid": "^9.0.1", "word-extractor": "^1.0.4" }