diff --git a/frontend/package-lock.json b/frontend/package-lock.json index fd79452cf..03a97ea10 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,10 +26,10 @@ "i18next-browser-languagedetector": "^8.0.0", "lucide-react": "^0.439.0", "paella-basic-plugins": "1.44.10", - "paella-core": "1.49.6", + "paella-core": "1.50.2", "paella-mp4multiquality-plugin": "1.47.1", - "paella-skins": "1.48.0", - "paella-slide-plugins": "1.48.1", + "paella-skins": "1.48.1", + "paella-slide-plugins": "1.50.1", "paella-user-tracking": "1.42.5", "paella-zoom-plugin": "1.41.3", "qrcode.react": "^4.0.1", @@ -7918,9 +7918,9 @@ } }, "node_modules/paella-core": { - "version": "1.49.6", - "resolved": "https://registry.npmjs.org/paella-core/-/paella-core-1.49.6.tgz", - "integrity": "sha512-90tZ+0AuAukCrTMykvCx4FbVhzSsS96nEgGvGr6DHp/hf7fW87ncye0GzntaAaB+ndmAs+FQl8oHRiZtUuYgbw==", + "version": "1.50.2", + "resolved": "https://registry.npmjs.org/paella-core/-/paella-core-1.50.2.tgz", + "integrity": "sha512-uh6WvxgyKkoIQ4vwe0TIlvaG7zVFyZhYVLmTG+8+qLd2eiWPoobH7N+t9Om41i2apbuqq6jGAv8UH+ZIUzZ5Rg==", "dependencies": { "core-js": "^3.8.2", "hls.js": "^1.0.4" @@ -7935,16 +7935,18 @@ } }, "node_modules/paella-skins": { - "version": "1.48.0", - "resolved": "https://registry.npmjs.org/paella-skins/-/paella-skins-1.48.0.tgz", - "integrity": "sha512-ABnRvt95adrg20TBmWNoUlSVCJEzGOnKJqrmNabxilF2/dulWs4STdrShBE8EsdxHDonQqC/fGei5lg9IarCxQ==" + "version": "1.48.1", + "resolved": "https://registry.npmjs.org/paella-skins/-/paella-skins-1.48.1.tgz", + "integrity": "sha512-Fttg9g2zF2mH+ao6Nigs0l3BcEt2pZTv70uJBXSpqb2e+/j9x0N/s3oVtQBxhXucdn5I1SUPxp40UYSO/oiFMA==", + "license": "ECL-2.0" }, "node_modules/paella-slide-plugins": { - "version": "1.48.1", - "resolved": "https://registry.npmjs.org/paella-slide-plugins/-/paella-slide-plugins-1.48.1.tgz", - "integrity": "sha512-R92Y7+++Kq7PFaJMrWYc1bzUyo882TmGPJsh2g3UNiHS7O+9NOzWgeO/jZl/izWj9rNjdt/+GIHiVWBz62FqNA==", + "version": "1.50.1", + "resolved": "https://registry.npmjs.org/paella-slide-plugins/-/paella-slide-plugins-1.50.1.tgz", + "integrity": "sha512-HJcQCTIIUL9Hc+ibwJH+ElOqu1xHNvAjJ7OsiLk8gGKbpUzFe4/DzqjbomHa/wQr39a+LwY6dODi7guM/XRbSA==", + "license": "SEE LICENSE IN license.txt", "dependencies": { - "paella-core": "^1.48.2" + "paella-core": "^1.50.2" } }, "node_modules/paella-user-tracking": { diff --git a/frontend/package.json b/frontend/package.json index 6a521e0fe..b1555061b 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,10 +42,10 @@ "i18next-browser-languagedetector": "^8.0.0", "lucide-react": "^0.439.0", "paella-basic-plugins": "1.44.10", - "paella-core": "1.49.6", + "paella-core": "1.50.2", "paella-mp4multiquality-plugin": "1.47.1", - "paella-skins": "1.48.0", - "paella-slide-plugins": "1.48.1", + "paella-skins": "1.48.1", + "paella-slide-plugins": "1.50.1", "paella-user-tracking": "1.42.5", "paella-zoom-plugin": "1.41.3", "qrcode.react": "^4.0.1",