Bump npm-groovy-lint from 9.5.0 to 10.1.0 in /dependencies (#3246)

Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 9.5.0 to 10.1.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/v9.5.0...v10.1.0)

---
updated-dependencies:
- dependency-name: npm-groovy-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot] 2022-08-15 09:51:47 -05:00 committed by GitHub
parent f5193dd525
commit ef72ff0f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 41 additions and 8 deletions

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

@ -35,7 +35,7 @@
"lodash": "^4.17.21",
"markdownlint-cli": "^0.32.1",
"node-fetch": "^3.2.6",
"npm-groovy-lint": "^9.5.0",
"npm-groovy-lint": "^10.1.0",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"prettyjson": "^1.2.5",
@ -7730,15 +7730,16 @@
}
},
"node_modules/npm-groovy-lint": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.5.0.tgz",
"integrity": "sha512-4SbYTIVLckokLQ50INjGVoByNx8mH1WlnCg+KkFba3NzyKswJNKATn9F2mcYhf+8Ywz+wFMvtkyCe5jeN+dzCQ==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-10.1.0.tgz",
"integrity": "sha512-PvIrPj5O6hM0uq5cwZ/Jjh1sJHNeAUkxh+ck2vu6pSV6v8GKtmdOE62JycnJfLR7EsYEj/0aeORDtt5Kgyqhhw==",
"dependencies": {
"amplitude": "^5.1.6",
"ansi-colors": "^4.1.1",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"commondir": "^1.0.1",
"debug": "^4.1.1",
"decode-html": "^2.0.0",
"find-java-home": "^1.1.0",
@ -7748,6 +7749,7 @@
"import-fresh": "^3.2.1",
"ip": "^1.1.5",
"java-caller": "^2.2.4",
"js-yaml": "^4.1.0",
"node-sarif-builder": "^2.0.1",
"optionator": "^0.8.3",
"semver": "^7.1.3",
@ -7761,6 +7763,11 @@
"node": ">=12.0.0"
}
},
"node_modules/npm-groovy-lint/node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
},
"node_modules/npm-groovy-lint/node_modules/axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
@ -7769,6 +7776,17 @@
"follow-redirects": "^1.14.0"
}
},
"node_modules/npm-groovy-lint/node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"dependencies": {
"argparse": "^2.0.1"
},
"bin": {
"js-yaml": "bin/js-yaml.js"
}
},
"node_modules/npm-groovy-lint/node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
@ -17224,15 +17242,16 @@
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
},
"npm-groovy-lint": {
"version": "9.5.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-9.5.0.tgz",
"integrity": "sha512-4SbYTIVLckokLQ50INjGVoByNx8mH1WlnCg+KkFba3NzyKswJNKATn9F2mcYhf+8Ywz+wFMvtkyCe5jeN+dzCQ==",
"version": "10.1.0",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-10.1.0.tgz",
"integrity": "sha512-PvIrPj5O6hM0uq5cwZ/Jjh1sJHNeAUkxh+ck2vu6pSV6v8GKtmdOE62JycnJfLR7EsYEj/0aeORDtt5Kgyqhhw==",
"requires": {
"amplitude": "^5.1.6",
"ansi-colors": "^4.1.1",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"commondir": "^1.0.1",
"debug": "^4.1.1",
"decode-html": "^2.0.0",
"find-java-home": "^1.1.0",
@ -17242,6 +17261,7 @@
"import-fresh": "^3.2.1",
"ip": "^1.1.5",
"java-caller": "^2.2.4",
"js-yaml": "^4.1.0",
"node-sarif-builder": "^2.0.1",
"optionator": "^0.8.3",
"semver": "^7.1.3",
@ -17249,6 +17269,11 @@
"uuid": "^8.2.0"
},
"dependencies": {
"argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
},
"axios": {
"version": "0.21.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
@ -17257,6 +17282,14 @@
"follow-redirects": "^1.14.0"
}
},
"js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"requires": {
"argparse": "^2.0.1"
}
},
"uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",

View file

@ -30,7 +30,7 @@
"lodash": "^4.17.21",
"markdownlint-cli": "^0.32.1",
"node-fetch": "^3.2.6",
"npm-groovy-lint": "^9.5.0",
"npm-groovy-lint": "^10.1.0",
"prettier": "^2.7.1",
"prettyjson": "^1.2.5",
"pug": "^3.0.2",