From 3b7a8b26cff2b0cbfded5b3a1704cadbbbabae3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 11:02:41 +0000 Subject: [PATCH] Bump @types/lodash from 4.14.170 to 4.14.187 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.170 to 4.14.187. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) --- updated-dependencies: - dependency-name: "@types/lodash" 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 8ecf53f..42a753a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@types/bcryptjs": "^2.4.2", "@types/bluebird": "^3.5.35", "@types/express": "^4.17.12", - "@types/lodash": "^4.14.170", + "@types/lodash": "^4.14.187", "@types/socket.io": "^3.0.2", "appbox-types": "^0.0.7", "concurrently": "^6.2.0" diff --git a/yarn.lock b/yarn.lock index fc180a5..f3751e0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -108,10 +108,10 @@ "@types/qs" "*" "@types/serve-static" "*" -"@types/lodash@^4.14.170": - version "4.14.170" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.170.tgz#0d67711d4bf7f4ca5147e9091b847479b87925d6" - integrity sha512-bpcvu/MKHHeYX+qeEN8GE7DIravODWdACVA1ctevD8CN24RhPZIKMn9ntfAsrvLfSX3cR5RrBKAbYm9bGs0A+Q== +"@types/lodash@^4.14.187": + version "4.14.187" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.187.tgz#122ff0a7192115b4c1a19444ab4482caa77e2c9d" + integrity sha512-MrO/xLXCaUgZy3y96C/iOsaIqZSeupyTImKClHunL5GrmaiII2VwvWmLBu2hwa0Kp0sV19CsyjtrTc/Fx8rg/A== "@types/mime@^1": version "1.3.2"