From f27886cd721cc8892de5df2e580090351fcb2f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:46:29 -0500 Subject: [PATCH] chore(dev-deps): bump @types/lodash.sortby from 4.7.7 to 4.7.8 (#518) Bumps [@types/lodash.sortby](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash.sortby) from 4.7.7 to 4.7.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash.sortby) --- updated-dependencies: - dependency-name: "@types/lodash.sortby" 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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8a1aed1b..1090f2c4 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@oclif/test": "^3.0.2", "@types/chai": "^4.3.8", "@types/lodash.pickby": "^4.6.7", - "@types/lodash.sortby": "^4.7.7", + "@types/lodash.sortby": "^4.7.8", "@types/lodash.template": "^4.5.1", "@types/lodash.uniqby": "^4.7.7", "@types/mocha": "^10.0.2", diff --git a/yarn.lock b/yarn.lock index 59009f72..e4a51a1b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -996,10 +996,10 @@ dependencies: "@types/lodash" "*" -"@types/lodash.sortby@^4.7.7": - version "4.7.7" - resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.7.tgz#10bf6eecd4d69aacb87e093e65bd4eb5a13b0237" - integrity sha512-J/4IS+jQopGBrrRetBXDCX0KnSeXJZ0rOTmGAxR9MWGV24YdHxX8IRi9LCGAU9GKWlBov9KRSfQpuup9PReqrw== +"@types/lodash.sortby@^4.7.8": + version "4.7.8" + resolved "https://registry.yarnpkg.com/@types/lodash.sortby/-/lodash.sortby-4.7.8.tgz#56c08bc3fdb85da8a1d8a199e482c641949b5c8b" + integrity sha512-+JxRnAqZRZQ/lgvtOowq/iyAMtHjO06eyzSFkuGLos/n7RuJy1oqZg/ucxvraAQYb+DNnq3LToZxubJclTxhvA== dependencies: "@types/lodash" "*"