From 9c55e889097a4291c4072b56cd4cb6b2c0260886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 03:54:56 +0000 Subject: [PATCH] fix(deps): Bump @contentful/rich-text-html-renderer in /apps/surfer Bumps [@contentful/rich-text-html-renderer](https://github.com/contentful/rich-text) from 16.6.10 to 17.0.0. - [Release notes](https://github.com/contentful/rich-text/releases) - [Changelog](https://github.com/contentful/rich-text/blob/master/CHANGELOG.md) - [Commits](https://github.com/contentful/rich-text/compare/@contentful/rich-text-html-renderer@16.6.10...@contentful/rich-text-html-renderer@17.0.0) --- updated-dependencies: - dependency-name: "@contentful/rich-text-html-renderer" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/surfer/package-lock.json | 32 +++++++++++++++++++++++++++----- apps/surfer/package.json | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/apps/surfer/package-lock.json b/apps/surfer/package-lock.json index 8e6019296..46c624e2e 100644 --- a/apps/surfer/package-lock.json +++ b/apps/surfer/package-lock.json @@ -14,7 +14,7 @@ "@contentful/f36-multiselect": "^4.24.0", "@contentful/f36-tokens": "^4.0.5", "@contentful/react-apps-toolkit": "1.2.16", - "@contentful/rich-text-html-renderer": "^16.6.10", + "@contentful/rich-text-html-renderer": "^17.0.0", "@emotion/css": "^11.13.4", "contentful-management": "11.36.0", "react": "18.3.1", @@ -1193,17 +1193,28 @@ } }, "node_modules/@contentful/rich-text-html-renderer": { - "version": "16.6.10", - "resolved": "https://registry.npmjs.org/@contentful/rich-text-html-renderer/-/rich-text-html-renderer-16.6.10.tgz", - "integrity": "sha512-8PuC8l873cycCru2wCzkblb8li6pp+yWMBbgDq3XuokKOlgC+VqGluiB0lLRuAlC+ALA8TSbB92RJnQXv4blsg==", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@contentful/rich-text-html-renderer/-/rich-text-html-renderer-17.0.0.tgz", + "integrity": "sha512-mJXZALvCbc9T4vVUN288xdWraio1n4dPZEkFbRjef3yXbVZBDALL/Ld3WY3saaNmn9AR9XOhnt4sOU8UxXy1AQ==", "dependencies": { - "@contentful/rich-text-types": "^16.8.5", + "@contentful/rich-text-types": "^17.0.0", "escape-html": "^1.0.3" }, "engines": { "node": ">=6.0.0" } }, + "node_modules/@contentful/rich-text-html-renderer/node_modules/@contentful/rich-text-types": { + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/@contentful/rich-text-types/-/rich-text-types-17.0.0.tgz", + "integrity": "sha512-x50t6sILzFHBdFpAo0foJRnH8fHWyidheWhAv3uwt9aOnNqTh893gxyoc3Q0RVEZxXfHpTi+O9gmakHcdlRdTA==", + "dependencies": { + "is-plain-obj": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@contentful/rich-text-types": { "version": "16.8.5", "resolved": "https://registry.npmjs.org/@contentful/rich-text-types/-/rich-text-types-16.8.5.tgz", @@ -4492,6 +4503,17 @@ "node": ">=0.12.0" } }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/is-potential-custom-element-name": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", diff --git a/apps/surfer/package.json b/apps/surfer/package.json index 0e239fba8..73fc17c4c 100644 --- a/apps/surfer/package.json +++ b/apps/surfer/package.json @@ -9,7 +9,7 @@ "@contentful/f36-multiselect": "^4.24.0", "@contentful/f36-tokens": "^4.0.5", "@contentful/react-apps-toolkit": "1.2.16", - "@contentful/rich-text-html-renderer": "^16.6.10", + "@contentful/rich-text-html-renderer": "^17.0.0", "@emotion/css": "^11.13.4", "contentful-management": "11.36.0", "react": "18.3.1",