Website: update package.json overrides, update package-lock (#49852)

Changes:
- Added an override for `body-parser@1.20.6` to the websites
package.json
- Updated thhe website's package-lock.json to include updated versions
of `body-parser` and `brace-expansion`
- Removed extraneous sails-hook-grunt dependencies from the website's
package-lock by running `npm update sails-hook-grunt`

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
* Updated a package version override to improve dependency consistency
and reliability.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Eric
2026-07-27 13:41:22 -05:00
committed by GitHub
parent 4c36caa453
commit 766408d93b
2 changed files with 11 additions and 919 deletions
Generated Vendored
+9 -918
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -38,7 +38,8 @@
"request": {
"form-data": "2.5.6"
},
"websocket-driver": "0.7.5"
"websocket-driver": "0.7.5",
"body-parser": "1.20.6"
},
"scripts": {
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",