From edf152ffa64bf0f8b8affdd0c4d8578344332364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 22:13:46 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash.throttle from 4.1.8 to 4.1.9 in /ui Bumps [@types/lodash.throttle](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.throttle) from 4.1.8 to 4.1.9. - [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 e5ad14b32..b4ddaf36f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -64,7 +64,7 @@ "@types/jest": "29.5.7", "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", - "@types/lodash.throttle": "4.1.8", + "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5", @@ -5386,9 +5386,9 @@ } }, "node_modules/@types/lodash.throttle": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz", - "integrity": "sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.9.tgz", + "integrity": "sha512-PCPVfpfueguWZQB7pJQK890F2scYKoDUL3iM522AptHWn7d5NQmeS/LTEHIcLr5PaTzl3dK2Z0xSUHHTHwaL5g==", "dev": true, "dependencies": { "@types/lodash": "*" diff --git a/ui/package.json b/ui/package.json index c13af2f8a..10297d3f7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -59,7 +59,7 @@ "@types/jest": "29.5.7", "@types/lodash.debounce": "4.0.8", "@types/lodash.merge": "4.6.9", - "@types/lodash.throttle": "4.1.8", + "@types/lodash.throttle": "4.1.9", "@types/lodash.uniqueid": "4.0.9", "@types/node": "20.8.10", "@types/promise-retry": "1.1.5",