chore: upgrade lodash => 4.17.15 (#981)

This commit is contained in:
Róbert Kiss
2019-07-22 21:29:07 +02:00
committed by László Monda
parent 9652152225
commit cba93a41e0
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -2223,9 +2223,9 @@
} }
}, },
"@types/lodash": { "@types/lodash": {
"version": "4.14.121", "version": "4.14.136",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.121.tgz", "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.136.tgz",
"integrity": "sha512-ORj7IBWj13iYufXt/VXrCNMbUuCTJfhzme5kx9U/UtcIPdJYuvPDUAlHlbNhz/8lKCLy9XGIZnGrqXOtQbPGoQ==", "integrity": "sha512-0GJhzBdvsW2RUccNHOBkabI8HZVdOXmXbXhuKlDEd5Vv12P7oAVGfomGp3Ne21o5D/qu1WmthlNKFaoZJJeErA==",
"dev": true "dev": true
}, },
"@types/minimatch": { "@types/minimatch": {
@@ -11497,9 +11497,9 @@
} }
}, },
"lodash": { "lodash": {
"version": "4.17.11", "version": "4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz",
"integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==",
"dev": true "dev": true
}, },
"lodash._arraymap": { "lodash._arraymap": {

View File

@@ -28,7 +28,7 @@
"@types/jasminewd2": "2.0.3", "@types/jasminewd2": "2.0.3",
"@types/jquery": "3.3.29", "@types/jquery": "3.3.29",
"@types/jsonfile": "4.0.1", "@types/jsonfile": "4.0.1",
"@types/lodash": "4.14.121", "@types/lodash": "4.14.136",
"@types/node": "8.0.53", "@types/node": "8.0.53",
"@types/node-hid": "0.7.0", "@types/node-hid": "0.7.0",
"@types/request": "2.0.8", "@types/request": "2.0.8",
@@ -63,7 +63,7 @@
"jasmine-ts": "0.3.0", "jasmine-ts": "0.3.0",
"jsonfile": "4.0.0", "jsonfile": "4.0.0",
"lerna": "3.14.1", "lerna": "3.14.1",
"lodash": "4.17.11", "lodash": "4.17.15",
"mkdirp": "0.5.1", "mkdirp": "0.5.1",
"node-hid": "0.7.8", "node-hid": "0.7.8",
"npm-run-all": "4.0.2", "npm-run-all": "4.0.2",