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
},
"lodash": {
"version": "4.17.4",
"from": "lodash@4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz"
"version": "4.17.15",
"from": "lodash@4.17.15",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"
},
"longest": {
"version": "1.0.1",

View File

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