diff --git a/client/package-lock.json b/client/package-lock.json index 3ab104907..2f2458c29 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1729,11 +1729,11 @@ } }, "@lumieducation/h5p-react": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@lumieducation/h5p-react/-/h5p-react-8.1.0.tgz", - "integrity": "sha512-vpyRxtzSSDk4nZqyfMewFn5mdg/2htlnEvrO1t6BVvNrOmDnk/Cv+5YtkoFEcPxFNrD9jZRJ7ZzjdsudyHhkiQ==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@lumieducation/h5p-react/-/h5p-react-8.1.1.tgz", + "integrity": "sha512-HKzSJNDtDMX2YdjMcMQT4csyCc3T4sYuYbMUxnpq3XREkyT0lqoyAYw59RAAUZeyzOf4qhlXcmVcG0QsLe66+g==", "requires": { - "@lumieducation/h5p-webcomponents": "^8.1.0", + "@lumieducation/h5p-webcomponents": "^8.1.1", "react": "17.0.2" } }, @@ -1767,9 +1767,9 @@ } }, "@lumieducation/h5p-webcomponents": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@lumieducation/h5p-webcomponents/-/h5p-webcomponents-8.1.0.tgz", - "integrity": "sha512-LPc90E5kP61fEwYNaJa4BVjr+dmNUgdsn0etn/YES5aZmojx846+b308mqu9X7/Uv3jL5uhys7xvs9QMhzJAcA==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/@lumieducation/h5p-webcomponents/-/h5p-webcomponents-8.1.1.tgz", + "integrity": "sha512-Rz32glM9BdqSypMs7CccaBsurfBeSMnbfPAyqJqMz214M1HoXNyVpoqyMAqSGpuNMY9pu7kchM4QGaXsRYS84Q==", "requires": { "await-lock": "^2.1.0", "deepmerge": "^4.2.2" diff --git a/client/package.json b/client/package.json index 23bdeb187..434a4f478 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@lumieducation/h5p-react": "8.1.0", + "@lumieducation/h5p-react": "8.1.1", "@lumieducation/h5p-server": "8.1.0", "@material-ui/core": "4.12.1", "@material-ui/icons": "4.11.2",