Merge pull request #930 from balena-io/pin-lodash

Pin lodash types to avoid compile error
This commit is contained in:
CameronDiver 2019-03-12 13:56:53 +00:00 committed by GitHub
commit ca9ffb4b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -202,9 +202,9 @@
"dev": true
},
"@types/lodash": {
"version": "4.14.119",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.119.tgz",
"integrity": "sha512-Z3TNyBL8Vd/M9D9Ms2S3LmFq2sSMzahodD6rCS9V2N44HUMINb75jNkSuwAx7eo2ufqTdfOdtGQpNbieUjPQmw==",
"version": "4.14.122",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.122.tgz",
"integrity": "sha512-9IdED8wU93ty8gP06ninox+42SBSJHp2IAamsSYMUY76mshRTeUsid/gtbl8ovnOwy8im41ib4cxTiIYMXGKew==",
"dev": true
},
"@types/lodash.memoize": {

View File

@ -36,7 +36,7 @@
"@types/express": "^4.11.1",
"@types/knex": "^0.14.14",
"@types/lockfile": "^1.0.0",
"@types/lodash": "^4.14.119",
"@types/lodash": "4.14.122",
"@types/memoizee": "^0.4.2",
"@types/mkdirp": "^0.5.2",
"@types/morgan": "^1.7.35",