mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Bump npm-groovy-lint from 9.3.0 to 9.3.2 in /dependencies (#2316)
Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 9.3.0 to 9.3.2. - [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/v9.3.0...v9.3.2) --- updated-dependencies: - dependency-name: npm-groovy-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a892211503
commit
972040e279
2 changed files with 16 additions and 18 deletions
32
dependencies/package-lock.json
generated
vendored
32
dependencies/package-lock.json
generated
vendored
|
@ -32,7 +32,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"markdownlint-cli": "^0.30.0",
|
||||
"node-fetch": "^3.1.0",
|
||||
"npm-groovy-lint": "^9.3.0",
|
||||
"npm-groovy-lint": "^9.3.2",
|
||||
"prettier": "^2.5.1",
|
||||
"prettyjson": "^1.2.1",
|
||||
"pug": "^3.0.2",
|
||||
|
@ -2544,11 +2544,10 @@
|
|||
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
|
||||
},
|
||||
"node_modules/cli-progress": {
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.8.2.tgz",
|
||||
"integrity": "sha512-qRwBxLldMSfxB+YGFgNRaj5vyyHe1yMpVeDL79c+7puGujdKJHQHydgqXDcrkvQgJ5U/d3lpf6vffSoVVUftVQ==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz",
|
||||
"integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==",
|
||||
"dependencies": {
|
||||
"colors": "^1.1.2",
|
||||
"string-width": "^4.2.0"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -6908,15 +6907,15 @@
|
|||
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
|
||||
},
|
||||
"node_modules/npm-groovy-lint": {
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.3.0.tgz",
|
||||
"integrity": "sha512-ckvHHcHZUP6eQG8o9THXLJxJu2wxU6bryCzbHOCcYbxAh7uxFBtjXZIQA21p/ZsHn4Usao4MJjgiVCFGAy5MtQ==",
|
||||
"version": "9.3.2",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.3.2.tgz",
|
||||
"integrity": "sha512-eLdsvQ3o8tfJftTmb4FANT9eWGjpRy8MwgJ/RK9H0yaOYu7T/AeaV/KSkZ0FyMCGbac7GjyfRA6NPB6vR9A+jw==",
|
||||
"dependencies": {
|
||||
"amplitude": "^5.1.6",
|
||||
"ansi-colors": "^4.1.1",
|
||||
"axios": "^0.21.1",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-progress": "^3.6.0",
|
||||
"cli-progress": "^3.10.0",
|
||||
"debug": "^4.1.1",
|
||||
"decode-html": "^2.0.0",
|
||||
"find-java-home": "^1.1.0",
|
||||
|
@ -12821,11 +12820,10 @@
|
|||
"integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg=="
|
||||
},
|
||||
"cli-progress": {
|
||||
"version": "3.8.2",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.8.2.tgz",
|
||||
"integrity": "sha512-qRwBxLldMSfxB+YGFgNRaj5vyyHe1yMpVeDL79c+7puGujdKJHQHydgqXDcrkvQgJ5U/d3lpf6vffSoVVUftVQ==",
|
||||
"version": "3.10.0",
|
||||
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz",
|
||||
"integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==",
|
||||
"requires": {
|
||||
"colors": "^1.1.2",
|
||||
"string-width": "^4.2.0"
|
||||
}
|
||||
},
|
||||
|
@ -16032,15 +16030,15 @@
|
|||
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
|
||||
},
|
||||
"npm-groovy-lint": {
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.3.0.tgz",
|
||||
"integrity": "sha512-ckvHHcHZUP6eQG8o9THXLJxJu2wxU6bryCzbHOCcYbxAh7uxFBtjXZIQA21p/ZsHn4Usao4MJjgiVCFGAy5MtQ==",
|
||||
"version": "9.3.2",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.3.2.tgz",
|
||||
"integrity": "sha512-eLdsvQ3o8tfJftTmb4FANT9eWGjpRy8MwgJ/RK9H0yaOYu7T/AeaV/KSkZ0FyMCGbac7GjyfRA6NPB6vR9A+jw==",
|
||||
"requires": {
|
||||
"amplitude": "^5.1.6",
|
||||
"ansi-colors": "^4.1.1",
|
||||
"axios": "^0.21.1",
|
||||
"chalk": "^4.1.2",
|
||||
"cli-progress": "^3.6.0",
|
||||
"cli-progress": "^3.10.0",
|
||||
"debug": "^4.1.1",
|
||||
"decode-html": "^2.0.0",
|
||||
"find-java-home": "^1.1.0",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -27,7 +27,7 @@
|
|||
"lodash": "^4.17.21",
|
||||
"markdownlint-cli": "^0.30.0",
|
||||
"node-fetch": "^3.1.0",
|
||||
"npm-groovy-lint": "^9.3.0",
|
||||
"npm-groovy-lint": "^9.3.2",
|
||||
"prettier": "^2.5.1",
|
||||
"prettyjson": "^1.2.1",
|
||||
"pug": "^3.0.2",
|
||||
|
|
Loading…
Reference in a new issue