From d08223a68d19ea71cb3d88db765f20181166446c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 05:13:06 +0000 Subject: [PATCH] build(deps): bump @contentful/live-preview from 4.5.2 to 4.5.4 (#295) Bumps [@contentful/live-preview](https://github.com/contentful/live-preview) from 4.5.2 to 4.5.4. - [Release notes](https://github.com/contentful/live-preview/releases) - [Commits](https://github.com/contentful/live-preview/compare/@contentful/live-preview@4.5.2...@contentful/live-preview@4.5.4) --- updated-dependencies: - dependency-name: "@contentful/live-preview" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 83a06a9..ad32354 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "license": "MIT", "dependencies": { - "@contentful/live-preview": "^4.5.2", + "@contentful/live-preview": "^4.5.4", "@contentful/rich-text-react-renderer": "^15.12.1", "@contentful/rich-text-types": "^15.12.1", "@emotion/react": "^11.10.4", diff --git a/yarn.lock b/yarn.lock index 3a203ed..e57a272 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1172,20 +1172,20 @@ resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== -"@contentful/content-source-maps@^0.11.0": - version "0.11.0" - resolved "https://registry.yarnpkg.com/@contentful/content-source-maps/-/content-source-maps-0.11.0.tgz#8a3eedeb7e3959358dcfec2ad27330840ed8f9e8" - integrity sha512-eS/Bm1hzv5C3SyTpP08+sYVQ7fFcNUdANrLsotUWk+uC7WpponQIIY26R9QZhX7tE3r5Nq80Z+aR7uo5u31ksg== +"@contentful/content-source-maps@^0.11.1": + version "0.11.1" + resolved "https://registry.yarnpkg.com/@contentful/content-source-maps/-/content-source-maps-0.11.1.tgz#108a623ec76f9dd396f5ac0d6acb774ff223ca9d" + integrity sha512-dLNhz5NVxhnq2K+O+VfOiGB+JR53qRTD/TmSZxLsYJm+kQObSSziI4lVUlqEm7OBFmRnOW4hgR6woGylrfYuyA== dependencies: "@vercel/stega" "^0.1.2" json-pointer "^0.6.2" -"@contentful/live-preview@^4.5.2": - version "4.5.2" - resolved "https://registry.yarnpkg.com/@contentful/live-preview/-/live-preview-4.5.2.tgz#e7fb3aae44bfa18066b557fe5690da3a8900fbc0" - integrity sha512-xn8zxc5bnE+D3nw7DqeEshtIlM1K240Nv5EsgLkgMxvtdtygzT8G6GqvBapV6fF3J82hnF5PT8tGRLgTAPWSxQ== +"@contentful/live-preview@^4.5.4": + version "4.5.4" + resolved "https://registry.yarnpkg.com/@contentful/live-preview/-/live-preview-4.5.4.tgz#2975da0e60cdf3814b42758aceb4987805628788" + integrity sha512-NZRDDLXT2kdtjqQ+Jl/4YdGoP13Jl1sy4671Dk2NWDYT8JFu1INN1nvuSEJQRVehI0g9kgwtyXGAEjOXmX59hg== dependencies: - "@contentful/content-source-maps" "^0.11.0" + "@contentful/content-source-maps" "^0.11.1" "@contentful/rich-text-types" "^16.2.0" flatted "^3.2.9" graphql-tag "^2.12.6"