Skip to content

Commit 0a7b5dd

Browse files
authoredDec 11, 2022
Bump shelljs and grunt-contrib-jshint (#1025)
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 2.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@v2.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6078ad6 commit 0a7b5dd

File tree

2 files changed

+202
-80
lines changed

2 files changed

+202
-80
lines changed
 

‎package-lock.json

+201-79
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
@@ -33,7 +33,7 @@
3333
"devDependencies": {
3434
"grunt": "^1.5.3",
3535
"grunt-contrib-clean": "^2.0.0",
36-
"grunt-contrib-jshint": "^2.1.0",
36+
"grunt-contrib-jshint": "^3.2.0",
3737
"grunt-contrib-nodeunit": "^4.0.0",
3838
"grunt-contrib-uglify": "^4.0.1",
3939
"grunt-exec": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.