mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
Bump npm-groovy-lint from 7.5.4 to 7.6.1 in /dependencies
Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 7.5.4 to 7.6.1. - [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases) - [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/master/CHANGELOG.md) - [Commits](https://github.com/nvuillam/npm-groovy-lint/compare/v7.5.4...v7.6.1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a171005856
commit
901645f649
2 changed files with 8 additions and 8 deletions
14
dependencies/package-lock.json
generated
vendored
14
dependencies/package-lock.json
generated
vendored
|
@ -3376,9 +3376,9 @@
|
|||
"integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo="
|
||||
},
|
||||
"java-caller": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/java-caller/-/java-caller-2.2.2.tgz",
|
||||
"integrity": "sha512-rK9ghUptfHflb3KDFOMBj/mCai2fp2Y/ebdNPoseQkSG0GySoy+sX8gn3S4tR1H6y0wRLNvRHjWtdjra4i0CGg==",
|
||||
"version": "2.2.3",
|
||||
"resolved": "https://registry.npmjs.org/java-caller/-/java-caller-2.2.3.tgz",
|
||||
"integrity": "sha512-NHOO3UVafHZaMK8QPgOM5Ge5VGa/7kNVv2OLJefXovcf3dNAo6eZLWa+Eu2lthp5TOYf+s2olzoK67qTgupmaA==",
|
||||
"requires": {
|
||||
"debug": "^4.1.1",
|
||||
"fs-extra": "^9.0.1",
|
||||
|
@ -4054,9 +4054,9 @@
|
|||
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
|
||||
},
|
||||
"npm-groovy-lint": {
|
||||
"version": "7.5.4",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-7.5.4.tgz",
|
||||
"integrity": "sha512-ShDRyW0s4z3OXrz2jSfLqiI7n8Iqvh8XtpBUS2vlX4CgL65IBk5rIt2swQOUL/UWUt3BTUg509ACzhD2g3arJA==",
|
||||
"version": "7.6.1",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-7.6.1.tgz",
|
||||
"integrity": "sha512-JPbBejvEjH08QlyLGOU+IMcUS8HuIAk8Z/6onL9u3ToTSWzZTlVPYrPpAxem2cpsh6MvwUwgK4QowB3icxkuew==",
|
||||
"requires": {
|
||||
"amplitude": "^5.1.2",
|
||||
"ansi-colors": "^4.1.1",
|
||||
|
@ -4070,7 +4070,7 @@
|
|||
"glob": "^7.1.6",
|
||||
"import-fresh": "^3.2.1",
|
||||
"ip": "^1.1.5",
|
||||
"java-caller": "^2.2.2",
|
||||
"java-caller": "^2.2.3",
|
||||
"optionator": "^0.8.3",
|
||||
"semver": "^7.1.3",
|
||||
"strip-json-comments": "^3.0.1",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -16,7 +16,7 @@
|
|||
"htmlhint": "^0.14.1",
|
||||
"jsonlint": "^1.6.3",
|
||||
"markdownlint-cli": "^0.23.2",
|
||||
"npm-groovy-lint": "^7.5.4",
|
||||
"npm-groovy-lint": "^7.6.1",
|
||||
"prettier": "^2.1.1",
|
||||
"prettyjson": "^1.2.1",
|
||||
"sql-lint": "0.0.15",
|
||||
|
|
Loading…
Reference in a new issue