Update dependency plyr to v3.6.12 (stable)
This commit is contained in:
parent
b8f0811332
commit
df022ef2a3
|
@ -71,7 +71,7 @@
|
|||
"webpack-bundle-size-analyzer": "~3.0.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"vue-plyr/plyr": "3.6.2"
|
||||
"vue-plyr/plyr": "3.6.12"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
|
@ -3136,7 +3136,7 @@ core-js-compat@^3.20.2, core-js-compat@^3.21.0, core-js-compat@^3.6.5:
|
|||
browserslist "^4.19.1"
|
||||
semver "7.0.0"
|
||||
|
||||
core-js@3.21.1, core-js@^3.6.5:
|
||||
core-js@3.21.1, core-js@^3.20.0, core-js@^3.6.5:
|
||||
version "3.21.1"
|
||||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.1.tgz#f2e0ddc1fc43da6f904706e8e955bc19d06a0d94"
|
||||
integrity sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==
|
||||
|
@ -7450,16 +7450,16 @@ pkg-dir@^4.1.0:
|
|||
dependencies:
|
||||
find-up "^4.0.0"
|
||||
|
||||
plyr@3.6.2, plyr@^3.5.2:
|
||||
version "3.6.2"
|
||||
resolved "https://registry.yarnpkg.com/plyr/-/plyr-3.6.2.tgz#5a55b608acd161262de1cc75ca843aa64355a051"
|
||||
integrity sha512-CjAhRDtzyGqMRte9Phj4FsZFegS9VxW60boOhQsAnZHuiFG3yVBRcodWsGZ79GuXHHelc4DxMHO+z0QggY+9qQ==
|
||||
plyr@3.6.12, plyr@^3.5.2:
|
||||
version "3.6.12"
|
||||
resolved "https://registry.yarnpkg.com/plyr/-/plyr-3.6.12.tgz#e64481f163f9188d783447aedbf424fefd2ee92f"
|
||||
integrity sha512-42WhYpMS/FEyX2unSEvhYtj1RvJgWvOsjZQFDongOQHA4eVzsyr7b06bzVpinMAOVC9e5H7RCbK+6CCAFIl2VQ==
|
||||
dependencies:
|
||||
core-js "^3.6.5"
|
||||
core-js "^3.20.0"
|
||||
custom-event-polyfill "^1.0.7"
|
||||
loadjs "^4.2.0"
|
||||
rangetouch "^2.0.1"
|
||||
url-polyfill "^1.1.8"
|
||||
url-polyfill "^1.1.12"
|
||||
|
||||
pn@^1.1.0:
|
||||
version "1.1.0"
|
||||
|
@ -9789,7 +9789,7 @@ url-parse@^1.4.3, url-parse@^1.5.10:
|
|||
querystringify "^2.1.1"
|
||||
requires-port "^1.0.0"
|
||||
|
||||
url-polyfill@^1.1.8:
|
||||
url-polyfill@^1.1.12:
|
||||
version "1.1.12"
|
||||
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
|
||||
integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
|
||||
|
|
Loading…
Reference in New Issue