Bump to v4.17.12.

This commit is contained in:
John-David Dalton
2019-07-09 14:01:55 -07:00
parent 3e273e915d
commit 793f983629
13 changed files with 181 additions and 161 deletions

View File

@@ -1,4 +1,4 @@
# lodash v4.17.11
# lodash v4.17.12
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.12-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.