Dependencies security updates

This commit is contained in:
zeldaroot 2021-10-01 01:02:42 +03:00
parent 1e98bd46f1
commit d7aea73ca6
6 changed files with 9 additions and 9 deletions

View File

@ -243,7 +243,7 @@ module.exports = {
"data-cinemaplayer-select-episode=\"[episode]\""
],
"iframe": 0,
"protected": 1,
"protected": 0,
"js": "https://CinemaPlayer.github.io/cinemaplayer.js"
},
"cinemaplayer": {

View File

@ -243,7 +243,7 @@ module.exports = {
"data-cinemaplayer-select-episode=\"[episode]\""
],
"iframe": 0,
"protected": 1,
"protected": 0,
"js": "https://CinemaPlayer.github.io/cinemaplayer.js"
},
"cinemaplayer": {

View File

@ -7,7 +7,7 @@
// @description:zh CinemaPress电影信息自动完成按钮。
// @author CinemaPress
// @homepageURL https://github.com/CinemaPress
// @supportURL https://enota.club/
// @supportURL https://github.com/CinemaPress/CinemaPress/issues
// @icon https://avatars3.githubusercontent.com/u/16612433?s=200
// @license MIT
// @version 2021.01

View File

@ -48,7 +48,7 @@
"nodemailer": "6.6.1",
"lru-cache": "6.0.0",
"adop": "2.3.0",
"object-path": "0.11.5",
"object-path": "0.11.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"avataaars": "1.2.1",
@ -56,7 +56,7 @@
"@dicebear/avatars-avataaars-sprites": "4.4.1",
"node-telegram-bot-api": "0.53.0",
"diskusage": "1.1.3",
"axios": "0.21.1",
"axios": "0.21.4",
"mnemonist": "0.38.3",
"xml-js": "1.6.11",
"htmlparser2": "6.1.0",

View File

@ -133,8 +133,8 @@ router.get('/:tab', function(req, res) {
: '';
var ip =
typeof req.query.ip !== 'undefined' &&
('' + req.query.ip).replace(/[^0-9.:]/g, '')
? ('' + req.query.ip).replace(/[^0-9.:]/g, '')
decodeURIComponent('' + req.query.ip).replace(/[^0-9.:]/g, '')
? decodeURIComponent('' + req.query.ip).replace(/[^0-9.:]/g, '')
: '';
var hash =
typeof req.query.hash !== 'undefined' &&

View File

@ -4,7 +4,7 @@
<div class="sidebar-module">
<div class="btn-group-justified change-lang">
<a href="https://enota.club/forums/help-and-support-<% if (typeof language !== 'undefined') { %><%- language %><% } else { %>en<% } %>/" class="btn btn-default" target="_blank"><i
<a href="https://github.com/CinemaPress/CinemaPress/issues" class="btn btn-default" target="_blank"><i
class="fa fa-language"
style="float: left; font-size: 18px;opacity: .5;"></i> <%= __('Ошибки в переводе?') %></a>
</div>
@ -14,7 +14,7 @@
<div class="row">
<div class="col-md-8 col-md-offset-2">
<a href="https://enota.club/forums/help-and-support-<% if (typeof language !== 'undefined') { %><%- language %><% } else { %>en<% } %>/" target="_blank" class="btn btn-block btn-default"
<a href="https://github.com/CinemaPress/CinemaPress/issues" target="_blank" class="btn btn-block btn-default"
style="text-align: center; display: inline-table; margin: 150px auto; padding: 20px">
<span class="fa fa-question-circle" style="font-size: 28px; width: 100%"></span>
<p style="font-size: 11px;"><%= __('Есть вопросы?') %></p>