From b3bcff1d7b9e30b664390432fcf9758f03842dd9 Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Tue, 1 Nov 2022 10:39:06 -0700 Subject: [PATCH] grpc-js: Pin @types/lodash to fix broken build --- packages/grpc-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grpc-js/package.json b/packages/grpc-js/package.json index 08706015..fa0df34e 100644 --- a/packages/grpc-js/package.json +++ b/packages/grpc-js/package.json @@ -17,7 +17,7 @@ "devDependencies": { "@types/gulp": "^4.0.6", "@types/gulp-mocha": "0.0.32", - "@types/lodash": "^4.14.108", + "@types/lodash": "4.14.186", "@types/mocha": "^5.2.6", "@types/ncp": "^2.0.1", "@types/pify": "^3.0.2",