Skip to content

Commit 6805360

Browse files
Bump shelljs and grunt-contrib-jshint
Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint). These dependencies need to be updated together. Removes `shelljs` Updates `grunt-contrib-jshint` from 1.1.0 to 3.2.0 - [Release notes](https://github.com/gruntjs/grunt-contrib-jshint/releases) - [Changelog](https://github.com/gruntjs/grunt-contrib-jshint/blob/main/CHANGELOG) - [Commits](gruntjs/grunt-contrib-jshint@v1.1.0...v3.2.0) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect - dependency-name: grunt-contrib-jshint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd37e7f commit 6805360

2 files changed

Lines changed: 51 additions & 38 deletions

File tree

package-lock.json

Lines changed: 50 additions & 37 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
@@ -26,7 +26,7 @@
2626
"grunt-contrib-concat": "^1.0.1",
2727
"grunt-contrib-copy": "^1.0.0",
2828
"grunt-contrib-cssmin": "^4.0.0",
29-
"grunt-contrib-jshint": "^1.0.0",
29+
"grunt-contrib-jshint": "^3.2.0",
3030
"grunt-contrib-nodeunit": "^2.1.0",
3131
"grunt-contrib-qunit": "^4.0.0",
3232
"grunt-contrib-uglify": "^1.0.1",

0 commit comments

Comments
 (0)