Skip to content

Commit

Permalink
Bump shelljs and grunt-contrib-jshint
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 14, 2023
1 parent 1513adf commit 6b4bf60
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 50 deletions.
134 changes: 85 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "2.1.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-qunit": "3.1.0",
"grunt-contrib-uglify": "4.0.1",
"grunt-gh-pages": "^4.0.0",
Expand Down

0 comments on commit 6b4bf60

Please sign in to comment.