From ca267c25cc8d1d7f7e25f56423480f09f7b3f393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 06:48:00 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash.throttle from 4.1.7 to 4.1.8 in /ui Bumps [@types/lodash.throttle](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.throttle) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.throttle) --- updated-dependencies: - dependency-name: "@types/lodash.throttle" 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 b4d0480db..47c60bcca 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -64,7 +64,7 @@ "@types/jest": "29.5.5", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", - "@types/lodash.throttle": "4.1.7", + "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.7", "@types/node": "20.8.6", "@types/promise-retry": "1.1.4", @@ -5386,9 +5386,9 @@ } }, "node_modules/@types/lodash.throttle": { - "version": "4.1.7", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.7.tgz", - "integrity": "sha512-znwGDpjCHQ4FpLLx19w4OXDqq8+OvREa05H89obtSyXyOFKL3dDjCslsmfBz0T2FU8dmf5Wx1QvogbINiGIu9g==", + "version": "4.1.8", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz", + "integrity": "sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index 18d881b13..f32a76006 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ "@types/jest": "29.5.5", "@types/lodash.debounce": "4.0.7", "@types/lodash.merge": "4.6.7", - "@types/lodash.throttle": "4.1.7", + "@types/lodash.throttle": "4.1.8", "@types/lodash.uniqueid": "4.0.7", "@types/node": "20.8.6", "@types/promise-retry": "1.1.4",