From 7a3181661a7e56862da0184e1db6c43e81171753 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 11:38:49 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.14.142 to 4.14.144 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.142 to 4.14.144. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6d2e89..892c127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -919,9 +919,9 @@ "dev": true }, "@types/lodash": { - "version": "4.14.142", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.142.tgz", - "integrity": "sha512-ZhNS7c4D4WQ49Dr1FftQj7SwngRswOnPfxktmqSy5BettRCuum2q784jRwNTYfxH00r8+fEgRz6Da8j5DHNd1Q==", + "version": "4.14.144", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.144.tgz", + "integrity": "sha512-ogI4g9W5qIQQUhXAclq6zhqgqNUr7UlFaqDHbch7WLSLeeM/7d3CRaw7GLajxvyFvhJqw4Rpcz5bhoaYtIx6Tg==", "dev": true }, "@types/minimatch": { diff --git a/package.json b/package.json index cf244aa..c87a7af 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/fs-extra": "^8.0.0", "@types/glob": "^7.1.1", "@types/jest": "^24.0.18", - "@types/lodash": "^4.14.142", + "@types/lodash": "^4.14.144", "coveralls": "^3.0.7", "get-root-path": "^2.0.2", "husky": "^3.0.8",