From edad4298e030e1b140f007acfce8ac9ebfcca4fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:10:48 +0100 Subject: [PATCH] Build(deps-dev): Bump @types/lodash.throttle in /catalog/ui (#1559) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- catalog/ui/package-lock.json | 14 +++++++------- catalog/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index c0b511e33..8ed1ad61a 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -44,7 +44,7 @@ "@types/dompurify": "^3.0.5", "@types/js-yaml": "^4.0.8", "@types/json2csv": "^5.0.3", - "@types/lodash.throttle": "^4.1.8", + "@types/lodash.throttle": "^4.1.9", "@types/react": "^18.2.36", "@types/react-dom": "^18.2.14", "@types/react-router-dom": "^5.3.3", @@ -4073,9 +4073,9 @@ "dev": true }, "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": "*" @@ -20832,9 +20832,9 @@ "dev": true }, "@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, "requires": { "@types/lodash": "*" diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 010a437c4..c72f9b516 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -32,7 +32,7 @@ "@types/dompurify": "^3.0.5", "@types/js-yaml": "^4.0.8", "@types/json2csv": "^5.0.3", - "@types/lodash.throttle": "^4.1.8", + "@types/lodash.throttle": "^4.1.9", "@types/react": "^18.2.36", "@types/react-dom": "^18.2.14", "@types/react-router-dom": "^5.3.3",