1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00

upgrading lodash node module to 4.17.15 from 4.17.4

This commit is contained in:
Nitesh Kumar 2020-03-20 01:26:27 +05:30
parent b4abc5ae74
commit b301acc8d0
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -1946,9 +1946,9 @@
"dev": true "dev": true
}, },
"lodash": { "lodash": {
"version": "4.17.4", "version": "4.17.15",
"from": "lodash@4.17.4", "from": "lodash@4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz" "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"
}, },
"longest": { "longest": {
"version": "1.0.1", "version": "1.0.1",

View File

@ -21,7 +21,7 @@
"chokidar": "1.6.1", "chokidar": "1.6.1",
"decompress-zip": "0.3.0", "decompress-zip": "0.3.0",
"fs-extra": "2.0.0", "fs-extra": "2.0.0",
"lodash": "4.17.4", "lodash": "4.17.15",
"npm": "3.10.10", "npm": "3.10.10",
"opn": "4.0.2", "opn": "4.0.2",
"request": "2.79.0", "request": "2.79.0",