From 411cd62ca966a0c9824c098587d15337c2da6c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:28:55 +0000 Subject: [PATCH] build(deps-dev): bump @contentful/rich-text-types from 16.3.4 to 16.5.1 Bumps [@contentful/rich-text-types](https://github.com/contentful/rich-text) from 16.3.4 to 16.5.1. - [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-types@16.3.4...@contentful/rich-text-types@16.5.1) --- updated-dependencies: - dependency-name: "@contentful/rich-text-types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index cec79c4..b2a9ad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,9 +6,9 @@ "": { "name": "contentful-remix-starter-blog", "dependencies": { - "@apollo/client": "^3.8.5", - "@contentful/rich-text-from-markdown": "^15.16.8", - "@contentful/rich-text-react-renderer": "^15.18.0", + "@apollo/client": "^3.9.5", + "@contentful/rich-text-from-markdown": "^15.16.13", + "@contentful/rich-text-react-renderer": "^15.19.4", "@remix-run/node": "^1.19.1", "@remix-run/react": "^1.19.1", "@remix-run/serve": "^1.18.1", @@ -18,7 +18,7 @@ "reading-time": "^1.5.0" }, "devDependencies": { - "@contentful/rich-text-types": "^16.2.0", + "@contentful/rich-text-types": "^16.5.1", "@remix-run/dev": "^1.19.1", "@remix-run/vercel": "^1.19.1", "@types/graphql": "^14.5.0", @@ -2017,9 +2017,9 @@ } }, "node_modules/@contentful/rich-text-types": { - "version": "16.3.4", - "resolved": "https://registry.npmjs.org/@contentful/rich-text-types/-/rich-text-types-16.3.4.tgz", - "integrity": "sha512-PyVSrQa5j1hO4grgA0Ivo/taiOvW0uFN79JB5JkTG8U7DnWGI7Ap2As6zN6/E6YvDqb7w2cYRMSGSQ3qfxu8HQ==", + "version": "16.5.1", + "resolved": "https://registry.npmjs.org/@contentful/rich-text-types/-/rich-text-types-16.5.1.tgz", + "integrity": "sha512-NxD01Cuv5It8idQH5jEi0Otqoj651IiUqVTmybX158HebM0uKxYRck8gmoXig1zAKfkUnP0DeqSTGPjQ85lreQ==", "engines": { "node": ">=6.0.0" } diff --git a/package.json b/package.json index 7e14661..a1cd402 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "reading-time": "^1.5.0" }, "devDependencies": { - "@contentful/rich-text-types": "^16.2.0", + "@contentful/rich-text-types": "^16.5.1", "@remix-run/dev": "^1.19.1", "@remix-run/vercel": "^1.19.1", "@types/graphql": "^14.5.0",