Skip to content

Commit 6f6ce8e

Browse files
authored
Merge pull request #149 from mcdado/upgrade-lodash-template
Upgrade lodash template function
2 parents ed803de + c775e61 commit 6f6ce8e

File tree

3 files changed

+15
-47
lines changed

3 files changed

+15
-47
lines changed

lib/report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var template = require("lodash.template");
1+
var template = require("lodash/template");
22
var PluginError = require('plugin-error');
33
var api = require("./extra_api");
44
var extend = require("node.extend");

package-lock.json

Lines changed: 13 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"dependencies": {
3434
"ansi-colors": "^4.1.1",
3535
"fancy-log": "^1.3.3",
36-
"lodash.template": "^4.5.0",
36+
"lodash": "^4.17.21",
3737
"node-notifier": "^9.0.1",
3838
"node.extend": "^2.0.2",
3939
"plugin-error": "^1.0.1",

0 commit comments

Comments
 (0)