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:
+9
-918
File diff suppressed because it is too large
Load Diff
Vendored
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user