@types/lodash 4.17.13 → 4.17.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
lodash/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for lodash (https://lodash.com).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 30 Oct 2024 00:46:57 GMT
11
+ * Last updated: Fri, 03 Jan 2025 17:02:21 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
lodash/common/common.d.ts CHANGED
@@ -117,11 +117,11 @@ declare module "../index" {
117
117
  /**
118
118
  * The "escape" delimiter.
119
119
  **/
120
- escape?: RegExp | undefined;
120
+ escape?: RegExp | null | undefined;
121
121
  /**
122
122
  * The "evaluate" delimiter.
123
123
  **/
124
- evaluate?: RegExp | undefined;
124
+ evaluate?: RegExp | null | undefined;
125
125
  /**
126
126
  * An object to import into the template as local variables.
127
127
  */
@@ -129,7 +129,7 @@ declare module "../index" {
129
129
  /**
130
130
  * The "interpolate" delimiter.
131
131
  */
132
- interpolate?: RegExp | undefined;
132
+ interpolate?: RegExp | null | undefined;
133
133
  /**
134
134
  * Used to reference the data object in the template text.
135
135
  */
lodash/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/lodash",
3
- "version": "4.17.13",
3
+ "version": "4.17.14",
4
4
  "description": "TypeScript definitions for lodash",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash",
6
6
  "license": "MIT",
@@ -51,6 +51,6 @@
51
51
  "scripts": {},
52
52
  "dependencies": {},
53
53
  "peerDependencies": {},
54
- "typesPublisherContentHash": "2de3f5a22b153175ed668e0f8b4505a81bda615940d8934065a827a39fc6008f",
55
- "typeScriptVersion": "4.8"
54
+ "typesPublisherContentHash": "bae795c2fb61bca83c7be505a0720ba688ce39b4778eaefc59db50314647ca51",
55
+ "typeScriptVersion": "5.0"
56
56
  }