diff --git a/package-lock.json b/package-lock.json index c1e630f19..b7ce198cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5341,17 +5341,17 @@ "integrity": "sha512-yT3No1gIWKLV2BhQIeSgG94EzXxmEqXJLulO+pFpziqWNUbmmEKeE+nRvW5wtoIK4SLy+v0bLd0b6HBH3KFfWw==" }, "@stremio/stremio-core-web": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.25.0.tgz", - "integrity": "sha512-Q+osRCijNoP4/Edyov1jSY7EelXtfUL0yDQSgYRtXvEEK+4cQPtpgK/b9HhvZD1QDOg4+LsuFZnEXDoD7Q46yw==", + "version": "0.26.0", + "resolved": "https://registry.npmjs.org/@stremio/stremio-core-web/-/stremio-core-web-0.26.0.tgz", + "integrity": "sha512-qmwqSELPUyIkChy9hT1Fgxdj1MupD3wNvJT4EO9mDcqEz6LF83b7LOK5bSlvZOqkPADpW5GDyjdMSwjFur4//A==", "requires": { - "@babel/runtime": "7.10.0" + "@babel/runtime": "7.15.4" }, "dependencies": { "@babel/runtime": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.0.tgz", - "integrity": "sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==", + "version": "7.15.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz", + "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 273555413..57526ceb6 100755 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@babel/runtime": "7.12.5", "@sentry/browser": "5.11.1", "@stremio/stremio-colors": "4.0.1", - "@stremio/stremio-core-web": "0.25.0", + "@stremio/stremio-core-web": "0.26.0", "@stremio/stremio-icons": "3.0.5", "@stremio/stremio-video": "0.0.14", "a-color-picker": "1.2.1",