From 4b72ccfe9f989b0c4b695b8180a077d51f34c388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 03:08:19 +0000 Subject: [PATCH] chore(deps-dev): bump @types/lodash.uniqwith from 4.5.7 to 4.5.8 Bumps [@types/lodash.uniqwith](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.uniqwith) from 4.5.7 to 4.5.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.uniqwith) --- updated-dependencies: - dependency-name: "@types/lodash.uniqwith" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index fe5345e9f..5fdb0aa34 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -23,7 +23,7 @@ "@types/lodash.omit": "^4.5.7", "@types/lodash.uniq": "^4.5.7", "@types/lodash.uniqby": "^4.7.7", - "@types/lodash.uniqwith": "^4.5.7", + "@types/lodash.uniqwith": "^4.5.8", "@types/micromatch": "^4.0.2", "@types/validator": "^13.7.5" }, diff --git a/yarn.lock b/yarn.lock index 33dd758fa..5956f3312 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1128,10 +1128,10 @@ dependencies: "@types/lodash" "*" -"@types/lodash.uniqwith@^4.5.7": - version "4.5.7" - resolved "https://registry.npmjs.org/@types/lodash.uniqwith/-/lodash.uniqwith-4.5.7.tgz" - integrity sha512-qg55yHtu/t9S7J1dEcipoD7Oqr5lwVJxwIicRCJ8yabBNv6T9DpIxhWuVIAUdewxYeEl0mNKSnZHQXTw7Owmug== +"@types/lodash.uniqwith@^4.5.8": + version "4.5.8" + resolved "https://registry.yarnpkg.com/@types/lodash.uniqwith/-/lodash.uniqwith-4.5.8.tgz#4ac1a7e2a0b119957ecd97fca59d9e8090e694bf" + integrity sha512-xCe1FCV6QBKvCl+H2rxiGizbzDmYQAjsceD8iweTCHt1tP+G2/Czki0f7Uqi4KR1tAWwdV2Fe5RH/wDN/iqLCQ== dependencies: "@types/lodash" "*"