node_modules/lodash/README.md in trusty-cms-4.2.3 vs node_modules/lodash/README.md in trusty-cms-4.3

- old
+ new

@@ -1,6 +1,6 @@ -# lodash v4.17.21 +# lodash v4.17.19 The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. ## Installation @@ -26,10 +26,10 @@ // Cherry-pick methods for smaller browserify/rollup/webpack bundles. var at = require('lodash/at'); var curryN = require('lodash/fp/curryN'); ``` -See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details. +See the [package source](https://github.com/lodash/lodash/tree/4.17.19-npm) for more details. **Note:**<br> Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. ## Support