Skip to content

Commit

Permalink
Merge pull request #2 from balassy/update-devdependencies
Browse files Browse the repository at this point in the history
Fixed lodash CVE-2019-10744
  • Loading branch information
balassy committed Jul 31, 2019
2 parents 24e4ab4 + 07ddf3b commit d1b687e
Show file tree
Hide file tree
Showing 4 changed files with 2,939 additions and 174 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project is documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.2]

UPDATED: All devDependencies are updated to the latest version. This update does not affect the functionality of the module.

## [2.0.1]

UPDATED: All devDependencies are updated to the latest version.
Expand Down
6 changes: 1 addition & 5 deletions Gruntfile.js
Expand Up @@ -57,15 +57,11 @@ module.exports = function (grunt) {
},
src: ['README.md', 'CHANGELOG.md', 'LICENSE.txt']
}
},
yamllint: {
all: ['.travis.yml']
}
});
grunt.loadNpmTasks('grunt-eslint');
grunt.loadNpmTasks('grunt-stylelint');
grunt.loadNpmTasks('grunt-jsonlint');
grunt.loadNpmTasks('grunt-yamllint');
grunt.loadNpmTasks('grunt-markdownlint');
grunt.registerTask('default', ['eslint', 'stylelint', 'jsonlint', 'markdownlint', 'yamllint']);
grunt.registerTask('default', ['eslint', 'stylelint', 'jsonlint', 'markdownlint']);
};

0 comments on commit d1b687e

Please sign in to comment.