Skip to content

Commit

Permalink
Fix: resolve critical security issue with jsonpath-plus (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdalton-va authored Feb 13, 2025
1 parent 87c85ac commit 29e79e4
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 36 deletions.
72 changes: 38 additions & 34 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 @@ -9,7 +9,7 @@
"dependencies": {
"@oclif/core": "^2.8.7",
"@oclif/plugin-help": "^5.2.10",
"@stoplight/spectral-core": "^1.18.3",
"@stoplight/spectral-core": "^1.19.4",
"@stoplight/spectral-ruleset-bundler": "^1.5.2",
"content-type": "^1.0.5",
"js-yaml": "^4.1.0",
Expand Down Expand Up @@ -46,7 +46,6 @@
"overrides": {
"axios": ">=1.7.4",
"rollup": ">=3.29.5",
"jsonpath-plus": ">=10.0.0",
"cross-spawn": "^7.0.3"
},
"engines": {
Expand Down

0 comments on commit 29e79e4

Please sign in to comment.