From 3835f9c3a5c627146d95c691fc9ee6156e1e4c30 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 27 Aug 2019 18:21:00 +0000 Subject: [PATCH] chore(deps): update dependency @types/lodash to v4.14.138 --- 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 a49d2fac..d9111c06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -477,9 +477,9 @@ } }, "@types/lodash": { - "version": "4.14.137", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.137.tgz", - "integrity": "sha512-g4rNK5SRKloO+sUGbuO7aPtwbwzMgjK+bm9BBhLD7jGUiGR7zhwYEhSln/ihgYQBeIJ5j7xjyaYzrWTcu3UotQ==", + "version": "4.14.138", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.138.tgz", + "integrity": "sha512-A4uJgHz4hakwNBdHNPdxOTkYmXNgmUAKLbXZ7PKGslgeV0Mb8P3BlbYfPovExek1qnod4pDfRbxuzcVs3dlFLg==", "dev": true }, "@types/minimatch": { diff --git a/package.json b/package.json index f84e8ecf..ae33329a 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@ht2-labs/semantic-release": "1.1.88", - "@types/lodash": "4.14.137", + "@types/lodash": "4.14.138", "@types/mocha": "2.2.48", "@types/node": "9.6.51", "@types/source-map-support": "0.5.0",