Skip to content

Commit

Permalink
chore: update spectral dependencies, addresses CVE-2024-21534
Browse files Browse the repository at this point in the history
Signed-off-by: Jacques Germishuys <[email protected]>
  • Loading branch information
jacquesg authored and dpopp07 committed Nov 12, 2024
1 parent 6adbc4c commit e3fa095
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 52 deletions.
101 changes: 57 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"overrides": {
"proxy-agent": "^6.3.0",
"micromatch": "^4.0.8",
"rollup": "2.79.2",
"jsonpath-plus": "^10.1.0"
"rollup": "2.79.2"
}
}
8 changes: 4 additions & 4 deletions packages/ruleset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {
"@ibm-cloud/openapi-ruleset-utilities": "1.4.0",
"@stoplight/spectral-formats": "^1.7.0",
"@stoplight/spectral-functions": "^1.9.0",
"@stoplight/spectral-rulesets": "^1.20.2",
"@stoplight/spectral-formats": "^1.8.1",
"@stoplight/spectral-functions": "^1.9.1",
"@stoplight/spectral-rulesets": "^1.21.1",
"chalk": "^4.1.2",
"lodash": "^4.17.21",
"loglevel": "^1.9.2",
Expand All @@ -33,7 +33,7 @@
"validator": "^13.11.0"
},
"devDependencies": {
"@stoplight/spectral-core": "^1.19.1",
"@stoplight/spectral-core": "^1.19.2",
"jest": "^27.4.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pkg": "echo no executables to build in this package"
},
"devDependencies": {
"@stoplight/spectral-core": "^1.19.1",
"@stoplight/spectral-core": "^1.19.2",
"jest": "^27.4.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@ibm-cloud/openapi-ruleset": "1.25.0",
"@ibm-cloud/openapi-ruleset-utilities": "1.4.0",
"@stoplight/spectral-cli": "^6.13.1",
"@stoplight/spectral-core": "^1.19.1",
"@stoplight/spectral-core": "^1.19.2",
"@stoplight/spectral-parsers": "^1.0.4",
"@stoplight/spectral-ref-resolver": "^1.0.4",
"ajv": "^8.17.1",
Expand Down

0 comments on commit e3fa095

Please sign in to comment.