From 99a66d29cc2fb0288da428b2bf1ef06989ea1e11 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 27 May 2020 08:57:06 +0000 Subject: [PATCH] build(deps-dev): bump @types/lodash from 4.14.152 to 4.14.153 Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) from 4.14.152 to 4.14.153. - [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 090e9d0..70b18c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1455,9 +1455,9 @@ } }, "@types/lodash": { - "version": "4.14.152", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.152.tgz", - "integrity": "sha512-Vwf9YF2x1GE3WNeUMjT5bTHa2DqgUo87ocdgTScupY2JclZ5Nn7W2RLM/N0+oreexUk8uaVugR81NnTY/jNNXg==", + "version": "4.14.153", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.153.tgz", + "integrity": "sha512-lYniGRiRfZf2gGAR9cfRC3Pi5+Q1ziJCKqPmjZocigrSJUVPWf7st1BtSJ8JOeK0FLXVndQ1IjUjTco9CXGo/Q==", "dev": true }, "@types/minimatch": { diff --git a/package.json b/package.json index 39e07c2..9ed6938 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@types/fs-extra": "8.1.0", "@types/glob": "7.1.1", "@types/jest": "25.2.3", - "@types/lodash": "4.14.152", + "@types/lodash": "4.14.153", "coveralls": "3.1.0", "get-root-path": "2.0.2", "husky": "4.2.5",