diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 76b62d17e..6271500ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2230,8 +2230,8 @@ importers: specifier: 1.8.5 version: 1.8.5(react@17.0.2) react-player: - specifier: 2.13.0 - version: 2.13.0(react@17.0.2) + specifier: 2.14.0 + version: 2.14.0(react@17.0.2) react-twitter-widgets: specifier: ^1.10.0 version: 1.11.0(react@17.0.2) @@ -26022,8 +26022,8 @@ packages: resolution: {integrity: sha512-alTKsjEL0dKH/ru1Iyn7vliS2QRcBp9zZPGoWxUOvRGWPUYgjo+V01is7p04It6KhgrzhJGnIj9GgX8W4bZoCQ==} dev: true - /react-player@2.13.0(react@17.0.2): - resolution: {integrity: sha512-gkY7ZdbVFztlKFFhCPcnDrFQm+L399b8fhWsKatZ+b2wpKJwfUHBXQFMRxqYQGT0ic1/wQ7D7EZEWy7ZBqk2pw==} + /react-player@2.14.0(react@17.0.2): + resolution: {integrity: sha512-tUyv6oVD+B+ccJD81GuQQUVU++q3wsMUoDeDsZ0wAivRsmkq0RjERLT79Bi/JDcMwQm3wCwBEzXYbLnCW7c2nQ==} peerDependencies: react: '>=16.6.0' dependencies: diff --git a/website/package.json b/website/package.json index dea102ccb..b4b5c2e57 100644 --- a/website/package.json +++ b/website/package.json @@ -52,7 +52,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-iframe": "1.8.5", - "react-player": "2.13.0", + "react-player": "2.14.0", "react-twitter-widgets": "^1.10.0", "typedoc": "0.23.25", "typedoc-github-wiki-theme": "^1.0.1",