Skip to content

Commit ccfa75a

Browse files
Bump shelljs and grunt-contrib-jshint
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]>
1 parent e2f479c commit ccfa75a

File tree

2 files changed

+68
-67
lines changed

2 files changed

+68
-67
lines changed

package-lock.json

Lines changed: 67 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"grunt-contrib-compress": "^1.6.0",
2020
"grunt-contrib-concat": "^1.0.1",
2121
"grunt-contrib-copy": "^1.0.0",
22-
"grunt-contrib-jshint": "^2.1.0",
22+
"grunt-contrib-jshint": "^3.2.0",
2323
"grunt-contrib-less": "^2.0.0",
2424
"grunt-contrib-uglify": "^3.4.0",
2525
"grunt-contrib-watch": "^1.1.0",

0 commit comments

Comments
 (0)