Bump npm-groovy-lint from 7.6.4 to 8.0.0 in /dependencies (#999)

Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 7.6.4 to 8.0.0.
- [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.6.4...v8.0.0)

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:
dependabot[bot] 2020-11-16 09:53:57 -06:00 committed by GitHub
parent 2a524ad1b0
commit 3743dcf475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 8 deletions

21
dependencies/package-lock.json generated vendored
View file

@ -3526,12 +3526,19 @@
} }
}, },
"jsonfile": { "jsonfile": {
"version": "6.0.1", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.0.1.tgz", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
"integrity": "sha512-jR2b5v7d2vIOust+w3wtFKZIfpC2pnRmFAhAC/BuweZFQR8qZzxH1OyrQ10HmdVYiXWkYUqPVsz91cG7EL2FBg==", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
"requires": { "requires": {
"graceful-fs": "^4.1.6", "graceful-fs": "^4.1.6",
"universalify": "^1.0.0" "universalify": "^2.0.0"
},
"dependencies": {
"universalify": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
}
} }
}, },
"universalify": { "universalify": {
@ -4197,9 +4204,9 @@
"integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=" "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM="
}, },
"npm-groovy-lint": { "npm-groovy-lint": {
"version": "7.6.4", "version": "8.0.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-7.6.4.tgz", "resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-8.0.0.tgz",
"integrity": "sha512-XyZ7dmDQOW/NJIfYD2iq04BDFwblXJrlNyigOdKLsgtxWyUbTn+QK28QJrP0h3+HRz0TCQ3ecczLfcQiYkRB2g==", "integrity": "sha512-27T+b8JtCr+qDu2WSXYw+/e4HxnOSkKxTLy7IA/JdfFOtTASrq9Y3GYdO5Y8ZfN0sI3OMBAzbnuOyKBdMEXNkQ==",
"requires": { "requires": {
"amplitude": "^5.1.2", "amplitude": "^5.1.2",
"ansi-colors": "^4.1.1", "ansi-colors": "^4.1.1",

View file

@ -16,7 +16,7 @@
"htmlhint": "^0.14.2", "htmlhint": "^0.14.2",
"jsonlint": "^1.6.3", "jsonlint": "^1.6.3",
"markdownlint-cli": "^0.24.0", "markdownlint-cli": "^0.24.0",
"npm-groovy-lint": "^7.6.4", "npm-groovy-lint": "^8.0.0",
"prettier": "^2.1.2", "prettier": "^2.1.2",
"prettyjson": "^1.2.1", "prettyjson": "^1.2.1",
"sql-lint": "0.0.15", "sql-lint": "0.0.15",