diff --git a/client/package-lock.json b/client/package-lock.json index cb7334013..2f2bee47b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1704,11 +1704,11 @@ } }, "@lumieducation/h5p-react": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@lumieducation/h5p-react/-/h5p-react-8.0.1.tgz", - "integrity": "sha512-kq5fQSfMy3SNzJG6fPXsl2jlODcZtLAM1oPEEBJ0N/KV4pcgDsF8HSxzYJcish2lGkdowGUT9B/uIm6HoxKvbA==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/@lumieducation/h5p-react/-/h5p-react-8.1.0.tgz", + "integrity": "sha512-vpyRxtzSSDk4nZqyfMewFn5mdg/2htlnEvrO1t6BVvNrOmDnk/Cv+5YtkoFEcPxFNrD9jZRJ7ZzjdsudyHhkiQ==", "requires": { - "@lumieducation/h5p-webcomponents": "^8.0.1", + "@lumieducation/h5p-webcomponents": "^8.1.0", "react": "17.0.2" } }, @@ -1741,9 +1741,9 @@ } }, "@lumieducation/h5p-webcomponents": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@lumieducation/h5p-webcomponents/-/h5p-webcomponents-8.0.1.tgz", - "integrity": "sha512-BPPvCkjEV1xEN7qltCBVRS/YjMfuLgolpjuqSjGMLvnzLrjwvrV05BiXjFv8nOC0fIq14+2+tID3fehJRHI6zw==", + "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==", "requires": { "await-lock": "^2.1.0", "deepmerge": "^4.2.2" diff --git a/client/package.json b/client/package.json index 316357229..7b059c90f 100644 --- a/client/package.json +++ b/client/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "dependencies": { - "@lumieducation/h5p-react": "8.0.1", + "@lumieducation/h5p-react": "8.1.0", "@lumieducation/h5p-server": "8.0.1", "@material-ui/core": "4.11.4", "@material-ui/icons": "4.11.2",