Bump npm-groovy-lint from 11.1.1 to 12.0.1 in /dependencies (#4844)

Bumps [npm-groovy-lint](https://github.com/nvuillam/npm-groovy-lint) from 11.1.1 to 12.0.1.
- [Release notes](https://github.com/nvuillam/npm-groovy-lint/releases)
- [Changelog](https://github.com/nvuillam/npm-groovy-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nvuillam/npm-groovy-lint/compare/v11.1.1...v12.0.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
dependabot[bot] 2023-11-15 06:56:51 +00:00 committed by GitHub
parent c0e24e678f
commit 6aab94c2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

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

@ -39,7 +39,7 @@
"next": "^14.0.2",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^11.1.1",
"npm-groovy-lint": "^12.0.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettyjson": "^1.2.5",
@ -6867,9 +6867,9 @@
}
},
"node_modules/@types/sarif": {
"version": "2.1.4",
"resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.4.tgz",
"integrity": "sha512-4xKHMdg3foh3Va1fxTzY1qt8QVqmaJpGWsVvtjQrJBn+/bkig2pWFKJ4FPI2yLI4PAj0SUKiPO4Vd7ggYIMZjQ=="
"version": "2.1.6",
"resolved": "https://registry.npmjs.org/@types/sarif/-/sarif-2.1.6.tgz",
"integrity": "sha512-x+68l19JJnfXX9oq85k6KZwsPuOa2BKESkYqbRbA09zLSZXIDNyDo1illgDB/P0ZdpIa4EII3pHJ6DQq3xo3Qw=="
},
"node_modules/@types/scheduler": {
"version": "0.16.3",
@ -9082,9 +9082,9 @@
}
},
"node_modules/cli-progress": {
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.1.tgz",
"integrity": "sha512-TTMA2LHrYaZeNMcgZGO10oYqj9hvd03pltNtVbu4ddeyDTHlYV7gWxsFiuvaQlgwMBFCv1TukcjiODWFlb16tQ==",
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.12.0.tgz",
"integrity": "sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==",
"dependencies": {
"string-width": "^4.2.3"
},
@ -16384,9 +16384,9 @@
"integrity": "sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ=="
},
"node_modules/node-sarif-builder": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-2.0.2.tgz",
"integrity": "sha512-SkNE1BnGyO5FdHscmGQ0cQ/9S1nHt+vi+UHr5AGbzVaeeTzZBHnpDoi5XIB3Cj7KtzI3kxocKkI6HLdTBcRNLA==",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/node-sarif-builder/-/node-sarif-builder-2.0.3.tgz",
"integrity": "sha512-Pzr3rol8fvhG/oJjIq2NTVB0vmdNNlz22FENhhPojYRZ4/ee08CfK4YuKmuL54V9MLhI1kpzxfOJ/63LzmZzDg==",
"dependencies": {
"@types/sarif": "^2.1.4",
"fs-extra": "^10.0.0"
@ -16457,15 +16457,15 @@
}
},
"node_modules/npm-groovy-lint": {
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-11.1.1.tgz",
"integrity": "sha512-yLbrUDYC+XBoIV3S9JNZGaHx2iPnlJfc0DLeLiyRJQfRttipPUZkSQl+duRwyof7pA7YVJsumAbCbO5/KeeKLw==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/npm-groovy-lint/-/npm-groovy-lint-12.0.1.tgz",
"integrity": "sha512-ZOw8hLHu6GWAf024dSYsyBLp9r3oFMhnn52V4buuKipSUAurRlTPe/mZh8xLdO+RUjijuWlsdL9Ae1S3U1E3Vg==",
"dependencies": {
"amplitude": "^5.1.6",
"ansi-colors": "^4.1.1",
"axios": "^0.21.1",
"axios": "^0.21.4",
"chalk": "^4.1.2",
"cli-progress": "^3.10.0",
"cli-progress": "^3.12.0",
"commondir": "^1.0.1",
"debug": "^4.1.1",
"decode-html": "^2.0.0",
@ -16477,7 +16477,7 @@
"ip": "^1.1.5",
"java-caller": "^2.2.4",
"js-yaml": "^4.1.0",
"node-sarif-builder": "^2.0.1",
"node-sarif-builder": "^2.0.3",
"optionator": "^0.8.3",
"semver": "^7.1.3",
"strip-json-comments": "^3.0.1",
@ -16487,7 +16487,7 @@
"npm-groovy-lint": "lib/index.js"
},
"engines": {
"node": ">=12.0.0"
"node": ">=18.0.0"
}
},
"node_modules/npm-groovy-lint/node_modules/axios": {

View file

@ -34,7 +34,7 @@
"next": "^14.0.2",
"next-pwa": "^5.6.0",
"node-fetch": "^3.3.2",
"npm-groovy-lint": "^11.1.1",
"npm-groovy-lint": "^12.0.1",
"postcss-less": "^6.0.0",
"prettier": "^3.0.3",
"prettyjson": "^1.2.5",