Fix security hints (npm deps)

This commit is contained in:
Jan Stabenow 2023-03-21 14:12:57 +01:00
parent 42f918baf2
commit 7afd632544
No known key found for this signature in database
GPG Key ID: 9C22DD65A9AAF133
3 changed files with 1219 additions and 1307 deletions

View File

@ -1,12 +1,12 @@
# Restreamer-UI
## v1.7.0 > v1.x.x
- Add Add stream key field and protocol detection to RTMP publication service
- Fix proxy error on the playersite ([#525](https://github.com/datarhei/restreamer/issues/525))
- Fix saving RTMP advanced options ([#518](https://github.com/datarhei/restreamer/issues/518))
- Fix help buttons for other languages than English and German ([#24](https://github.com/datarhei/restreamer-ui/issues/24))
- Fix internal player skin (volume bar)
- Fix security hints (npm dep.)
## v1.6.0 > v1.7.0

View File

@ -1,6 +1,6 @@
{
"name": "restreamer-ui",
"version": "1.7.0",
"version": "1.8.0",
"bundle": "restreamer-v2.5.0",
"private": false,
"license": "Apache-2.0",
@ -16,20 +16,20 @@
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@lingui/core": "^3.17.1",
"@lingui/macro": "^3.17.1",
"@lingui/react": "^3.17.1",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "^5.0.0-alpha.120",
"@mui/material": "^5.11.10",
"@mui/styles": "^5.11.9",
"@testing-library/dom": "^9.0.0",
"@lingui/core": "^3.17.2",
"@lingui/macro": "^3.17.2",
"@lingui/react": "^3.17.2",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@mui/styles": "^5.11.13",
"@testing-library/dom": "^9.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react": "^18.0.28",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.34.0",
"eslint": "^8.36.0",
"handlebars": "^4.7.7",
"jwt-decode": "^3.1.2",
"make-plural": "^7.2.0",
@ -37,14 +37,14 @@
"react-colorful": "^5.6.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-markdown": "^8.0.6",
"react-router-dom": "^6.9.0",
"react-scripts": "5.0.1",
"semver": "^7.3.8",
"typescript": "^4.9.5",
"typescript": "^5.0.2",
"url-parse": "^1.5.10",
"uuid": "^9.0.0",
"video.js": "^8.0.4",
"video.js": "8.2.1",
"videojs-overlay": "^3.0.0"
},
"scripts": {
@ -83,11 +83,11 @@
]
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@lingui/cli": "^3.17.1",
"@babel/core": "^7.21.3",
"@lingui/cli": "^3.17.2",
"babel-core": "^7.0.0-bridge.0",
"eslint-config-react-app": "^7.0.1",
"prettier": "^2.8.4",
"prettier": "^2.8.5",
"react-error-overlay": "^6.0.11"
},
"resolutions": {}

2490
yarn.lock

File diff suppressed because it is too large Load Diff