From 96ce8e95006028c188ae1e4dd1d908a9973a7561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 14:43:36 +0000 Subject: [PATCH] chore(deps): bump short-unique-id from 4.4.4 to 5.2.0 Bumps [short-unique-id](https://github.com/jeanlescure/short-unique-id) from 4.4.4 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/v4.4.4...v5.2.0) --- updated-dependencies: - dependency-name: short-unique-id dependency-type: direct:production update-type: version-update:semver-major ... 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 4c6268c65d5..2d0e4ce3039 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "react-modal": "^3.16.1", "react-resize-detector": "^9.1.1", "reselect": "^5.1.0", - "short-unique-id": "^4.4.4", + "short-unique-id": "^5.2.0", "styled-components": "^6.1.10", "swagger-ui-react": "^5.17.7", "vscode": "npm:@codingame/monaco-vscode-api@=3.2.2", @@ -25298,9 +25298,9 @@ } }, "node_modules/short-unique-id": { - "version": "4.4.4", - "resolved": "https://registry.npmjs.org/short-unique-id/-/short-unique-id-4.4.4.tgz", - "integrity": "sha512-oLF1NCmtbiTWl2SqdXZQbo5KM1b7axdp0RgQLq8qCBBLoq+o3A5wmLrNM6bZIh54/a8BJ3l69kTXuxwZ+XCYuw==", + "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 c17dc207673..3998cc44ad0 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "react-modal": "^3.16.1", "react-resize-detector": "^9.1.1", "reselect": "^5.1.0", - "short-unique-id": "^4.4.4", + "short-unique-id": "^5.2.0", "styled-components": "^6.1.10", "swagger-ui-react": "^5.17.7", "vscode": "npm:@codingame/monaco-vscode-api@=3.2.2",