Merge pull request #2256 from murgatroid99/grpc-js_pin_types_lodash

grpc-js: Pin @types/lodash to fix broken build
This commit is contained in:
Michael Lumish 2022-11-01 11:13:46 -07:00 committed by GitHub
commit fb78f47d67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",