@quobix/vacuum 0.30.3 → 0.30.5

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
@@ -87,7 +87,7 @@ To do that, replace `dshanley/vacuum` with `ghcr.io/daveshanley/vacuum` in the a
87
87
 
88
88
  ## Run with Go
89
89
 
90
- If you have Go 1.25 or newer installed, you can use `go run` to build and run it:
90
+ If you have Go 1.26 or newer installed, you can use `go run` to build and run it:
91
91
 
92
92
  ```
93
93
  go run github.com/daveshanley/vacuum@latest lint <your-openapi-spec.yaml>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quobix/vacuum",
3
- "version": "0.30.3",
3
+ "version": "0.30.5",
4
4
  "description": "The world's fastest, most scalable and complete OpenAPI parser",
5
5
  "type": "module",
6
6
  "author": "Dave Shanley",
@@ -24,7 +24,7 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "https-proxy-agent": "^9.0.0",
27
- "tar": "^7.5.16"
27
+ "tar": "^7.5.21"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@sourcemeta/jsonschema": "^15.6.3"