diff --git a/README.md b/README.md index d90acbb..c71f626 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ grunt.initConfig({ In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/). ## Release History +- _1.3.1_ : Updates dependencies (chalk). - _1.3.0_ : Updates dependencies (node-minify, chalk). - _1.2.4_ : Updates dependencies (google-closure-compiler-js, node-minify). - _1.2.3_ : Updates dependencies (google-closure-compiler-js). diff --git a/package-lock.json b/package-lock.json index 29071ef..9382702 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "grunt-node-minify", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -487,9 +487,9 @@ } }, "chalk": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.2.0.tgz", - "integrity": "sha512-0BMM/2hG3ZaoPfR6F+h/oWpZtsh3b/s62TjSM6MGCJWEbJDN1acqCXvyhhZsDSVFklpebUoQ5O1kKC7lOzrn9g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.3.0.tgz", + "integrity": "sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==", "requires": { "ansi-styles": "3.2.0", "escape-string-regexp": "1.0.5", diff --git a/package.json b/package.json index 90ad258..179ddfa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-node-minify", "description": "Grunt plugin for node-minify", - "version": "1.3.0", + "version": "1.3.1", "author": { "name": "Doug Simmons", "email": "doug@mach6.net", @@ -22,7 +22,7 @@ "test": "grunt default" }, "dependencies": { - "chalk": "^2.2.0", + "chalk": "^2.3.0", "google-closure-compiler-js": "^20170910.0.1", "node-minify": "^2.4.0" },