Skip to content

Commit

Permalink
Bump shelljs and jshint (#81)
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 [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together.


Removes `shelljs`

Updates `jshint` from 2.11.0 to 2.13.6
- [Release notes](https://github.com/jshint/jshint/releases)
- [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md)
- [Commits](jshint/jshint@2.11.0...2.13.6)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
- dependency-name: jshint
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2023
1 parent 3e362f5 commit fb95626
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 28 deletions.
36 changes: 9 additions & 27 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 @@ -31,7 +31,7 @@
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"highlight.js": "^10.4.1",
"jshint": "^2.11.0",
"jshint": "^2.13.6",
"transfob": "^1.0.0"
},
"repository": {
Expand Down

0 comments on commit fb95626

Please sign in to comment.