diff --git a/package-lock.json b/package-lock.json index 984089f..c7fe43a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@remotion/cli": "4.0.17", - "@remotion/google-fonts": "4.0.17", + "@remotion/google-fonts": "4.0.43", "@remotion/media-utils": "4.0.17", "clsx": "2.0.0", "react": "18.2.0", @@ -1699,11 +1699,20 @@ } }, "node_modules/@remotion/google-fonts": { - "version": "4.0.17", - "resolved": "https://registry.npmjs.org/@remotion/google-fonts/-/google-fonts-4.0.17.tgz", - "integrity": "sha512-qQlLTbtgXj95sUB/yCShuCoTDzP7ax2RvKrHR+00zDTNv6uzcFu3KQiz/G/Ss7akucyUIO0gCRjDn5pMYrnBdQ==", + "version": "4.0.43", + "resolved": "https://registry.npmjs.org/@remotion/google-fonts/-/google-fonts-4.0.43.tgz", + "integrity": "sha512-seIIjoyFeS3C1hP1ogpQsey/AWJ2F+lVFCPWoF2cUF4TD9Jyf4yBYg3/Ax6SXCG5dAdi55Ul4VeBejjYYUVQYA==", "dependencies": { - "remotion": "4.0.17" + "remotion": "4.0.43" + } + }, + "node_modules/@remotion/google-fonts/node_modules/remotion": { + "version": "4.0.43", + "resolved": "https://registry.npmjs.org/remotion/-/remotion-4.0.43.tgz", + "integrity": "sha512-WKBzZWL37AgeAMlnpg4uce7lcEUqiaQNsPVBPUV3NZgnYCoEzpusYBr8ubcwndZovjLKJQchPzT4hoBEW71/Lg==", + "peerDependencies": { + "react": ">=16.8.0", + "react-dom": ">=16.8.0" } }, "node_modules/@remotion/media-utils": { diff --git a/package.json b/package.json index 004235a..0e81c57 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@remotion/cli": "4.0.17", - "@remotion/google-fonts": "4.0.17", + "@remotion/google-fonts": "4.0.43", "@remotion/media-utils": "4.0.17", "clsx": "2.0.0", "react": "18.2.0",