Skip to content

Commit f10171c

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 3.0.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](https://github.com/gruntjs/grunt-contrib-jshint/commits/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] <[email protected]>
1 parent f81819b commit f10171c

File tree

2 files changed

+54
-74
lines changed

2 files changed

+54
-74
lines changed

package-lock.json

+53-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"grunt-bump": "^0.8.0",
2222
"grunt-cli": "1.3.2",
2323
"grunt-contrib-jasmine": "2.2.0",
24-
"grunt-contrib-jshint": "3.0.0",
24+
"grunt-contrib-jshint": "3.2.0",
2525
"grunt-jsdoc": "2.4.1",
2626
"jasmine": "3.6.4",
2727
"jasmine-core": "3.6.0",

0 commit comments

Comments
 (0)