From f3abe9f6ae0e8b3ae3d6deadd4c1b77fdf54cafe Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Sat, 31 Dec 2016 00:17:23 +0100 Subject: [PATCH] Update dependencies --- index.js | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.js b/index.js index b1d7fba..d6851aa 100644 --- a/index.js +++ b/index.js @@ -599,7 +599,7 @@ HtmlWebpackPlugin.prototype.getFullTemplatePath = function (template, context) { } // Resolve template path return template.replace( - /([!])([^\/\\][^!\?]+|[^\/\\!?])($|\?.+$)/, + /([!])([^/\\][^!?]+|[^/\\!?])($|\?.+$)/, function (match, prefix, filepath, postfix) { return prefix + path.resolve(filepath) + postfix; }); diff --git a/package.json b/package.json index 76f3cea..8f1a118 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ }, "devDependencies": { "appcache-webpack-plugin": "^1.3.0", - "css-loader": "^0.25.0", - "dir-compare": "1.2.0", + "css-loader": "^0.26.1", + "dir-compare": "1.3.0", "es6-promise": "^4.0.5", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.9.0", @@ -47,18 +47,18 @@ "jade-loader": "^0.8.0", "jasmine": "^2.5.2", "rimraf": "^2.5.4", - "semistandard": "8.0.0", + "semistandard": "9.2.1", "style-loader": "^0.13.1", "underscore-template-loader": "^0.7.3", "url-loader": "^0.5.7", - "webpack": "^1.13.2", + "webpack": "^1.14.0", "webpack-recompilation-simulator": "^1.3.0" }, "dependencies": { - "bluebird": "^3.4.6", - "html-minifier": "^3.1.0", + "bluebird": "^3.4.7", + "html-minifier": "^3.2.3", "loader-utils": "^0.2.16", - "lodash": "^4.16.4", + "lodash": "^4.17.3", "pretty-error": "^2.0.2", "toposort": "^1.0.0" },