From b6de8ae22e815b5baa814be98ec2bd988aa99b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:02:21 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash.uniqueid from 4.0.8 to 4.0.9 in /ui Bumps [@types/lodash.uniqueid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.uniqueid) from 4.0.8 to 4.0.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.uniqueid) --- updated-dependencies: - dependency-name: "@types/lodash.uniqueid" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 63b375a15..8865b0b96 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -65,7 +65,7 @@ "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.8", - "@types/lodash.uniqueid": "4.0.8", + "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5", "@types/qs": "6.9.9", @@ -5395,9 +5395,9 @@ } }, "node_modules/@types/lodash.uniqueid": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.8.tgz", - "integrity": "sha512-5/CZBvFikfLPSlnjm4WJ5DnTwk6FMVDdjIuE9/Uy/KzJCniZe/9Sn2zXK5PTEl5iVCUfRC5072FLaUXOHUSgSw==", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/@types/lodash.uniqueid/-/lodash.uniqueid-4.0.9.tgz", + "integrity": "sha512-SEzkJBS8t+tqAUnSmyqbuWqxKU+Z/Xu2cgPtD+Ik0l+M7L2q7So9VoN2rQ8H0mmL87lJ00ykxal8oB54QRet6g==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index 7f23afb1e..24f26b00e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -60,7 +60,7 @@ "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", "@types/lodash.throttle": "4.1.8", - "@types/lodash.uniqueid": "4.0.8", + "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5", "@types/qs": "6.9.9",