From eeb5eb766b7e6d06fe51b54dc20f3320d03cad92 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 2 Oct 2023 17:11:33 +0200 Subject: [PATCH] trying to fix npm gulp-better-rollup issue --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 108d857..cc6f0be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2935,11 +2935,11 @@ } }, "node_modules/plyr": { - "version": "3.7.0", - "resolved": "git+ssh://git@github.com/sampotts/plyr.git#d434c9af16e641400aaee93188594208d88f2658", - "license": "MIT", + "version": "3.7.8", + "resolved": "https://registry.npmjs.org/plyr/-/plyr-3.7.8.tgz", + "integrity": "sha512-yG/EHDobwbB/uP+4Bm6eUpJ93f8xxHjjk2dYcD1Oqpe1EcuQl5tzzw9Oq+uVAzd2lkM11qZfydSiyIpiB8pgdA==", "dependencies": { - "core-js": "^3.22.0", + "core-js": "^3.26.1", "custom-event-polyfill": "^1.0.7", "loadjs": "^4.2.0", "rangetouch": "^2.0.1", diff --git a/package.json b/package.json index 36606c0..fd74763 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ }, "overrides": { "vue-plyr": { - "plyr": "^3.7.0" + "plyr": "^3.7.8" } } }