Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cli and grunt-contrib-jshint #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump cli and grunt-contrib-jshint
Bumps [cli](https://github.com/node-js-libs/cli) to 1.0.1 and updates ancestor dependency [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint). These dependencies need to be updated together.


Updates `cli` from 0.4.5 to 1.0.1
- [Commits](node-js-libs/cli@0.4.5...1.0.1)

Updates `grunt-contrib-jshint` from 0.7.2 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: cli
  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 Jul 28, 2023
commit 6f6b2d10d582c9b48df93a7e4befa8685985956e
221 changes: 175 additions & 46 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 @@ -22,7 +22,7 @@
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-jshint": "~3.2.0",
"grunt-exec": "^1.0.1",
"grunt-gh-pages": "0.9.1",
"time-grunt": "^2.0.0"
Expand Down