npm-groovy-lint 11.1.2-beta202311021635.0 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -31,7 +31,7 @@ You can also use this package in :
31
31
  - [Mega-Linter](https://nvuillam.github.io/mega-linter/) (can be used as GitHub Action, and lints all other languages and formats)
32
32
  - [Docker Image](#other)
33
33
 
34
- ![image](https://github.com/nvuillam/npm-groovy-lint/raw/master/docs/assets/images/npm-groovy-lint-results.png)
34
+ ![image](https://github.com/nvuillam/npm-groovy-lint/raw/main/docs/assets/images/npm-groovy-lint-results.png)
35
35
 
36
36
  See [CHANGELOG](https://github.com/nvuillam/npm-groovy-lint/blob/master/CHANGELOG.md)
37
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-groovy-lint",
3
- "version": "11.1.2-beta202311021635.0",
3
+ "version": "12.0.0",
4
4
  "description": "Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "amplitude": "^5.1.6",
50
50
  "ansi-colors": "^4.1.1",
51
- "axios": "^0.21.1",
51
+ "axios": "^0.21.4",
52
52
  "chalk": "^4.1.2",
53
53
  "cli-progress": "^3.12.0",
54
54
  "commondir": "^1.0.1",