Skip to content

Commit

Permalink
Resolve CVE-2024-21538 (#576)
Browse files Browse the repository at this point in the history
* Resolve CVE-2024-21538

* Resolve CVE-2024-21538
  • Loading branch information
rocketstack-matt authored Nov 10, 2024
1 parent 2d40b9e commit 2819ce7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions cli/package-lock.json

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

3 changes: 2 additions & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"jsonpath-plus": "^10.0.0",
"path-to-regexp": "3.3.0",
"rollup": "4.24.4",
"glob": "^11.0.0"
"glob": "^11.0.0",
"cross-spawn": "^7.0.5"
}
}
6 changes: 3 additions & 3 deletions docs/package-lock.json

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

3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"overrides": {
"serve-handler": {
"path-to-regexp": "3.3.0"
}
},
"cross-spawn": "^7.0.5"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.0",
Expand Down

0 comments on commit 2819ce7

Please sign in to comment.