diff --git a/package-lock.json b/package-lock.json index a454da37a6..3f2e9ecb51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4425,25 +4425,27 @@ "resolved": "packages/components/workbench", "link": true }, - "node_modules/@contentful/rich-text-react-renderer": { - "version": "15.11.1", + "node_modules/@contentful/rich-text-types": { + "version": "17.0.0", + "resolved": "https://npm.pkg.github.com/download/@contentful/rich-text-types/17.0.0/f58badfe01fa10860e065c02fd584f428a70ecc6", + "integrity": "sha512-x50t6sILzFHBdFpAo0foJRnH8fHWyidheWhAv3uwt9aOnNqTh893gxyoc3Q0RVEZxXfHpTi+O9gmakHcdlRdTA==", "license": "MIT", "dependencies": { - "@contentful/rich-text-types": "^15.11.1" + "is-plain-obj": "^3.0.0" }, "engines": { "node": ">=6.0.0" - }, - "peerDependencies": { - "react": "^16.8.6 || ^17.0.0", - "react-dom": "^16.8.6 || ^17.0.0" } }, - "node_modules/@contentful/rich-text-types": { - "version": "15.11.1", - "license": "MIT", + "node_modules/@contentful/rich-text-types/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": ">=6.0.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/@cspotcode/source-map-support": { @@ -47245,7 +47247,7 @@ "@contentful/f36-progress-stepper": "4.0.0-alpha.2", "@contentful/f36-tokens": "^4.1.0", "@contentful/f36-utils": "^4.24.3", - "@contentful/rich-text-react-renderer": "^15.11.1", + "@contentful/rich-text-react-renderer": "^16.0.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", @@ -47282,7 +47284,7 @@ "use-debounce": "^10.0.3" }, "devDependencies": { - "@contentful/rich-text-types": "^15.11.1", + "@contentful/rich-text-types": "^17.0.0", "@emotion/babel-preset-css-prop": "^10.2.1", "@next/eslint-plugin-next": "^13.1.6", "babel-plugin-emotion": "10.2.2", @@ -47293,6 +47295,21 @@ "wait-on": "^6.0.0" } }, + "packages/website/node_modules/@contentful/rich-text-react-renderer": { + "version": "16.0.0", + "resolved": "https://npm.pkg.github.com/download/@contentful/rich-text-react-renderer/16.0.0/6d3f7d594bb9149acf88f9c1b2190475603b0967", + "integrity": "sha512-0jVuTe9f+DvQjNfhta7zYYUwtRBPz01nS2kS1CzGSi/EjAy9CFFQ+M0G1OHAzNNvFyAtDs5/4rndHuVzsedV5g==", + "dependencies": { + "@contentful/rich-text-types": "^17.0.0" + }, + "engines": { + "node": ">=6.0.0" + }, + "peerDependencies": { + "react": "^16.8.6 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.6 || ^17.0.0 || ^18.0.0" + } + }, "packages/website/node_modules/@mdx-js/loader": { "version": "2.1.5", "license": "MIT", @@ -54002,8 +54019,8 @@ "@contentful/f36-progress-stepper": "4.0.0-alpha.2", "@contentful/f36-tokens": "^4.1.0", "@contentful/f36-utils": "^4.24.3", - "@contentful/rich-text-react-renderer": "^15.11.1", - "@contentful/rich-text-types": "^15.11.1", + "@contentful/rich-text-react-renderer": "^16.0.0", + "@contentful/rich-text-types": "^17.0.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", @@ -54048,6 +54065,14 @@ "wait-on": "^6.0.0" }, "dependencies": { + "@contentful/rich-text-react-renderer": { + "version": "16.0.0", + "resolved": "https://npm.pkg.github.com/download/@contentful/rich-text-react-renderer/16.0.0/6d3f7d594bb9149acf88f9c1b2190475603b0967", + "integrity": "sha512-0jVuTe9f+DvQjNfhta7zYYUwtRBPz01nS2kS1CzGSi/EjAy9CFFQ+M0G1OHAzNNvFyAtDs5/4rndHuVzsedV5g==", + "requires": { + "@contentful/rich-text-types": "^17.0.0" + } + }, "@mdx-js/loader": { "version": "2.1.5", "requires": { @@ -54228,15 +54253,21 @@ "emotion": "^10.0.17" } }, - "@contentful/rich-text-react-renderer": { - "version": "15.11.1", + "@contentful/rich-text-types": { + "version": "17.0.0", + "resolved": "https://npm.pkg.github.com/download/@contentful/rich-text-types/17.0.0/f58badfe01fa10860e065c02fd584f428a70ecc6", + "integrity": "sha512-x50t6sILzFHBdFpAo0foJRnH8fHWyidheWhAv3uwt9aOnNqTh893gxyoc3Q0RVEZxXfHpTi+O9gmakHcdlRdTA==", "requires": { - "@contentful/rich-text-types": "^15.11.1" + "is-plain-obj": "^3.0.0" + }, + "dependencies": { + "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==" + } } }, - "@contentful/rich-text-types": { - "version": "15.11.1" - }, "@cspotcode/source-map-support": { "version": "0.8.1", "dev": true, diff --git a/packages/website/package.json b/packages/website/package.json index 06d3a6735d..478c5f72a8 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -24,7 +24,7 @@ "@contentful/f36-progress-stepper": "4.0.0-alpha.2", "@contentful/f36-tokens": "^4.1.0", "@contentful/f36-utils": "^4.24.3", - "@contentful/rich-text-react-renderer": "^15.11.1", + "@contentful/rich-text-react-renderer": "^16.0.0", "@dnd-kit/core": "^6.0.8", "@dnd-kit/sortable": "^7.0.2", "@dnd-kit/utilities": "^3.2.1", @@ -61,7 +61,7 @@ "use-debounce": "^10.0.3" }, "devDependencies": { - "@contentful/rich-text-types": "^15.11.1", + "@contentful/rich-text-types": "^17.0.0", "@emotion/babel-preset-css-prop": "^10.2.1", "@next/eslint-plugin-next": "^13.1.6", "babel-plugin-emotion": "10.2.2",