mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Bump npm-groovy-lint from 8.0.0 to 8.0.1 in /dependencies (#1012)
Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 8.0.0 to 8.0.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/v8.0.0...v8.0.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
parent
cf19607c3c
commit
7d54559e11
2 changed files with 11 additions and 11 deletions
20
dependencies/package-lock.json
generated
vendored
20
dependencies/package-lock.json
generated
vendored
|
@ -1168,17 +1168,17 @@
|
|||
}
|
||||
},
|
||||
"amplitude": {
|
||||
"version": "5.1.3",
|
||||
"resolved": "https://registry.npmjs.org/amplitude/-/amplitude-5.1.3.tgz",
|
||||
"integrity": "sha512-WXtFWl4lpAMJFWNca4b97qUkWKQIvzVCTfNMTq7MZgT949ic6fVYwfwV+gqFEHqeJY1Voa6zODuZ3OVOBG3/Gw==",
|
||||
"version": "5.1.4",
|
||||
"resolved": "https://registry.npmjs.org/amplitude/-/amplitude-5.1.4.tgz",
|
||||
"integrity": "sha512-YwNrbPlY2DJDTYTL5AeAv+4NDw/e2Z+H/24iLN2ZpAsV3rI458T3IGJxfNDKuBAP6jjXjfDuktHh8HvX0Y2BOA==",
|
||||
"requires": {
|
||||
"axios": "^0.20.0"
|
||||
"axios": "^0.21.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": {
|
||||
"version": "0.20.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.20.0.tgz",
|
||||
"integrity": "sha512-ANA4rr2BDcmmAQLOKft2fufrtuvlqR+cXNNinUmvfeSNCOF98PZL+7M/v1zIdGo7OLjEA9J2gXJL+j4zGsl0bA==",
|
||||
"version": "0.21.0",
|
||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.0.tgz",
|
||||
"integrity": "sha512-fmkJBknJKoZwem3/IKSSLpkdNXZeBu5Q7GA/aRsr2btgrptmSCxi2oFjZHqGdK9DoTil9PIHlPIZw2EcRJXRvw==",
|
||||
"requires": {
|
||||
"follow-redirects": "^1.10.0"
|
||||
}
|
||||
|
@ -4634,9 +4634,9 @@
|
|||
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
|
||||
},
|
||||
"npm-groovy-lint": {
|
||||
"version": "8.0.0",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.0.0.tgz",
|
||||
"integrity": "sha512-27T+b8JtCr+qDu2WSXYw+/e4HxnOSkKxTLy7IA/JdfFOtTASrq9Y3GYdO5Y8ZfN0sI3OMBAzbnuOyKBdMEXNkQ==",
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.0.1.tgz",
|
||||
"integrity": "sha512-1iU8YVBwyOa0Wz/IFIcoyGWzVKGeyl6yvtJDn4u5VrIO3bgrlKvL+AdiRiUqqulNc4OTKRwEqu1G9zL+btMfPA==",
|
||||
"requires": {
|
||||
"amplitude": "^5.1.2",
|
||||
"ansi-colors": "^4.1.1",
|
||||
|
|
2
dependencies/package.json
vendored
2
dependencies/package.json
vendored
|
@ -17,7 +17,7 @@
|
|||
"htmlhint": "^0.14.2",
|
||||
"jsonlint": "^1.6.3",
|
||||
"markdownlint-cli": "^0.25.0",
|
||||
"npm-groovy-lint": "^8.0.0",
|
||||
"npm-groovy-lint": "^8.0.1",
|
||||
"prettier": "^2.1.2",
|
||||
"prettyjson": "^1.2.1",
|
||||
"sql-lint": "0.0.15",
|
||||
|
|
Loading…
Reference in a new issue