Skip to content

Commit

Permalink
build(deps): bump shelljs and grunt-contrib-jshint in /html/js/spectrum
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 May 1, 2023
1 parent c7816d5 commit 9309610
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 53 deletions.
134 changes: 82 additions & 52 deletions html/js/spectrum/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 html/js/spectrum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"grunt": "~1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-qunit": "~1.3.0",
"grunt-contrib-uglify": "~4.0.1"
}
Expand Down

0 comments on commit 9309610

Please sign in to comment.