fix: bigbluebutton-html5/package.json & bigbluebutton-html5/package-lock.json to reduce vulnerabilities (#19395)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6144788

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Anton Georgiev 2024-01-05 15:12:48 -05:00 committed by GitHub
parent e64ab86dd7
commit b8c2f3f774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -2416,11 +2416,11 @@
"dev": true "dev": true
}, },
"axios": { "axios": {
"version": "1.6.3", "version": "1.6.4",
"resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.4.tgz",
"integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", "integrity": "sha512-heJnIs6N4aa1eSthhN9M5ioILu8Wi8vmQW9iHQ9NUvfkJb0lEEDUiIdQNAuBtfUt3FxReaKdpQA5DbmMOqzF/A==",
"requires": { "requires": {
"follow-redirects": "^1.15.0", "follow-redirects": "^1.15.4",
"form-data": "^4.0.0", "form-data": "^4.0.0",
"proxy-from-env": "^1.1.0" "proxy-from-env": "^1.1.0"
} }
@ -3839,9 +3839,9 @@
} }
}, },
"follow-redirects": { "follow-redirects": {
"version": "1.15.3", "version": "1.15.4",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz",
"integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==" "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw=="
}, },
"form-data": { "form-data": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -41,7 +41,7 @@
"@mui/system": "^5.12.3", "@mui/system": "^5.12.3",
"@tldraw/tldraw": "^1.27.0", "@tldraw/tldraw": "^1.27.0",
"autoprefixer": "^10.4.4", "autoprefixer": "^10.4.4",
"axios": "^1.6.3", "axios": "^1.6.4",
"babel-runtime": "~6.26.0", "babel-runtime": "~6.26.0",
"bowser": "^2.11.0", "bowser": "^2.11.0",
"browser-bunyan": "^1.8.0", "browser-bunyan": "^1.8.0",