trying to fix npm gulp-better-rollup issue

This commit is contained in:
Bachir Soussi Chiadmi 2023-10-02 17:11:33 +02:00
parent fc5ed6cb86
commit eeb5eb766b
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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",

View File

@ -47,7 +47,7 @@
},
"overrides": {
"vue-plyr": {
"plyr": "^3.7.0"
"plyr": "^3.7.8"
}
}
}