summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/lodash/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/lodash/README.md')
-rw-r--r--tools/node_modules/eslint/node_modules/lodash/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/node_modules/eslint/node_modules/lodash/README.md b/tools/node_modules/eslint/node_modules/lodash/README.md
index ba111a5a54..292832fef2 100644
--- a/tools/node_modules/eslint/node_modules/lodash/README.md
+++ b/tools/node_modules/eslint/node_modules/lodash/README.md
@@ -1,4 +1,4 @@
-# lodash v4.17.11
+# lodash v4.17.15
The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules.
@@ -28,12 +28,12 @@ var at = require('lodash/at');
var curryN = require('lodash/fp/curryN');
```
-See the [package source](https://github.com/lodash/lodash/tree/4.17.11-npm) for more details.
+See the [package source](https://github.com/lodash/lodash/tree/4.17.15-npm) for more details.
**Note:**<br>
Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL.
## Support
-Tested in Chrome 68-69, Firefox 61-62, IE 11, Edge 17, Safari 10-11, Node.js 6-10, & PhantomJS 2.1.1.<br>
+Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.<br>
Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available.