lodash

4.17.234.18.1
core.js
~core.jsModified
+3−3
Index: package/core.js
===================================================================
--- package/core.js
+++ package/core.js
@@ -1,8 +1,8 @@
 /**
  * @license
  * Lodash (Custom Build) <https://lodash.com/>
- * Build: `lodash core -o ./dist/lodash.core.js`
+ * Build: `lodash core --repo lodash/lodash#4.18.1 -o ./core.js`
  * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
  * Released under MIT license <https://lodash.com/license>
  * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
  * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
@@ -12,9 +12,9 @@
   /** Used as a safe reference for `undefined` in pre-ES5 environments. */
   var undefined;
 
   /** Used as the semantic version number. */
-  var VERSION = '4.17.23';
+  var VERSION = '4.18.1';
 
   /** Error message constants. */
   var FUNC_ERROR_TEXT = 'Expected a function';
 
@@ -1476,9 +1476,9 @@
   /*------------------------------------------------------------------------*/
 
   /**
    * Creates an array with all falsey values removed. The values `false`, `null`,
-   * `0`, `""`, `undefined`, and `NaN` are falsey.
+   * `0`, `-0`, `0n`, `""`, `undefined`, and `NaN` are falsy.
    *
    * @static
    * @memberOf _
    * @since 0.1.0