string-matching
Advanced tools
Comparing version 1.11.4 to 1.11.5
{ | ||
"name": "string-matching", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"description": "Checks strings against patterns and collects matched substrings", | ||
@@ -32,4 +32,5 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"lodash": "^4.17.19", | ||
"merge": "^1.2.1" | ||
} | ||
} |
43876
2
+ Addedlodash@^4.17.19
+ Addedlodash@4.17.21(transitive)