From a53d45f18220f0a74616300efd24437eba8ccead Mon Sep 17 00:00:00 2001 From: Ole Wieners Date: Fri, 13 Sep 2024 11:58:35 +0200 Subject: [PATCH] Update paella-core to `1.49.6` This fixes an issue where the popup menu in paella wasn't sticking to its trigger button correctly. --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 99fa76534..ee33ba37a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "i18next-browser-languagedetector": "^7.2.0", "lucide-react": "^0.439.0", "paella-basic-plugins": "1.44.10", - "paella-core": "1.49.3", + "paella-core": "1.49.6", "paella-mp4multiquality-plugin": "1.47.1", "paella-skins": "1.48.0", "paella-slide-plugins": "1.48.1", @@ -7690,9 +7690,10 @@ } }, "node_modules/paella-core": { - "version": "1.49.3", - "resolved": "https://registry.npmjs.org/paella-core/-/paella-core-1.49.3.tgz", - "integrity": "sha512-h558NyjOM7WcdxCZQUxUw12GjDJr4wADKGDMQK7dJ0w2QENxdFvaNaeUmopzzUDOBwWSYrZ2QKy+4zcfonk81A==", + "version": "1.49.6", + "resolved": "https://registry.npmjs.org/paella-core/-/paella-core-1.49.6.tgz", + "integrity": "sha512-90tZ+0AuAukCrTMykvCx4FbVhzSsS96nEgGvGr6DHp/hf7fW87ncye0GzntaAaB+ndmAs+FQl8oHRiZtUuYgbw==", + "license": "ECL-2.0", "dependencies": { "core-js": "^3.8.2", "hls.js": "^1.0.4" diff --git a/frontend/package.json b/frontend/package.json index cb2c82c63..172fa468a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -42,7 +42,7 @@ "i18next-browser-languagedetector": "^7.2.0", "lucide-react": "^0.439.0", "paella-basic-plugins": "1.44.10", - "paella-core": "1.49.3", + "paella-core": "1.49.6", "paella-mp4multiquality-plugin": "1.47.1", "paella-skins": "1.48.0", "paella-slide-plugins": "1.48.1",