npm-groovy-lint 9.3.1 → 9.3.2

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/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## UNRELEASED
4
4
 
5
+ ## [9.3.2] 2022-01-09
6
+
7
+ - Upgrade cli-progress to avoid [colors lib boring but harmless hack](https://github.com/Marak/colors.js/issues/285)
8
+
5
9
  ## [9.3.1] 2022-01-06
6
10
 
7
11
  - Fix issue when used as module and with file containing spaces ([VsCodeGroovyLint #137](https://github.com/nvuillam/vscode-groovy-lint/issues/137))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-groovy-lint",
3
- "version": "9.3.1",
3
+ "version": "9.3.2",
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
  "ansi-colors": "^4.1.1",
49
49
  "axios": "^0.21.1",
50
50
  "chalk": "^4.1.2",
51
- "cli-progress": "^3.6.0",
51
+ "cli-progress": "^3.10.0",
52
52
  "debug": "^4.1.1",
53
53
  "decode-html": "^2.0.0",
54
54
  "find-java-home": "^1.1.0",