Comparing version 1.1.2 to 1.1.3
@@ -1,2 +0,2 @@ | ||
Copyright (c) 2015, 2016, 2017, 2019 Thomas Cort <linuxgeek@gmail.com> | ||
Copyright (c) 2015-2021 Thomas Cort <linuxgeek@gmail.com> | ||
@@ -3,0 +3,0 @@ Permission to use, copy, modify, and distribute this software for any |
{ | ||
"name": "fmtr", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "awesome string formatter", | ||
@@ -27,8 +27,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash": "^4.17.14" | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"mocha": "^5.2.0", | ||
"jshint": "^2.10.2" | ||
"mocha": "^8.3.2", | ||
"jshint": "^2.12.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "jshintConfig": { |
5224
Updatedlodash@^4.17.21