mirror of
https://github.com/espocrm/espocrm.git
synced 2026-04-18 12:10:05 +00:00
Update libs
This commit is contained in:
16
package-lock.json
generated
16
package-lock.json
generated
@@ -6460,9 +6460,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/lodash": {
|
||||
"version": "4.17.23",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
||||
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
||||
"version": "4.18.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
||||
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
@@ -12447,7 +12447,7 @@
|
||||
"colors": "~1.1.2",
|
||||
"grunt-legacy-log-utils": "~2.1.0",
|
||||
"hooker": "~0.2.3",
|
||||
"lodash": "~4.17.19"
|
||||
"lodash": "~4.18.0"
|
||||
}
|
||||
},
|
||||
"grunt-legacy-log-utils": {
|
||||
@@ -12469,7 +12469,7 @@
|
||||
"exit": "~0.1.2",
|
||||
"getobject": "~1.0.0",
|
||||
"hooker": "~0.2.3",
|
||||
"lodash": "~4.17.21",
|
||||
"lodash": "~4.18.0",
|
||||
"underscore.string": "~3.3.5",
|
||||
"which": "~2.0.2"
|
||||
},
|
||||
@@ -13163,9 +13163,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.23",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
||||
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
||||
"version": "4.18.1",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
||||
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
||||
"dev": true
|
||||
},
|
||||
"lodash.debounce": {
|
||||
|
||||
@@ -105,7 +105,8 @@
|
||||
},
|
||||
"overrides": {
|
||||
"grunt": {
|
||||
"minimatch": "~3.1.3"
|
||||
"minimatch": "~3.1.3",
|
||||
"lodash": "~4.18.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user