From ee30a98c613f1f26be3e61699801d571aedef1e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:23:42 +0000 Subject: [PATCH] chore(dev-deps): bump @types/lodash.throttle from 4.1.8 to 4.1.9 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4f0af5f9..bed375e3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/execa": "^0.9.0", "@types/glob": "^7.1.3", "@types/inquirer": "^9.0.4", - "@types/lodash.throttle": "^4.1.8", + "@types/lodash.throttle": "^4.1.9", "@types/mocha": "^10", "@types/node": "^18", "@types/semver": "^7.5.5", diff --git a/yarn.lock b/yarn.lock index 18d8f3eb..e8b9cadc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -844,10 +844,10 @@ dependencies: "@types/node" "*" -"@types/lodash.throttle@^4.1.8": - version "4.1.8" - resolved "https://registry.yarnpkg.com/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz#9d1a630d6e413a32030be1dda040ab913b80d57a" - integrity sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ== +"@types/lodash.throttle@^4.1.9": + version "4.1.9" + resolved "https://registry.yarnpkg.com/@types/lodash.throttle/-/lodash.throttle-4.1.9.tgz#f17a6ae084f7c0117bd7df145b379537bc9615c5" + integrity sha512-PCPVfpfueguWZQB7pJQK890F2scYKoDUL3iM522AptHWn7d5NQmeS/LTEHIcLr5PaTzl3dK2Z0xSUHHTHwaL5g== dependencies: "@types/lodash" "*"