From 5aae6b01687709695443008799eef41e49f7d43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:29:33 +0000 Subject: [PATCH] build(deps): bump @contentful/rich-text-from-markdown Bumps [@contentful/rich-text-from-markdown](https://github.com/contentful/rich-text) from 15.16.13 to 15.17.2. - [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-from-markdown@15.16.13...@contentful/rich-text-from-markdown@15.17.2) --- updated-dependencies: - dependency-name: "@contentful/rich-text-from-markdown" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index cec79c4..8802803 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.17.2", + "@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", @@ -1990,11 +1990,11 @@ } }, "node_modules/@contentful/rich-text-from-markdown": { - "version": "15.16.13", - "resolved": "https://registry.npmjs.org/@contentful/rich-text-from-markdown/-/rich-text-from-markdown-15.16.13.tgz", - "integrity": "sha512-i6FAlG0A2HLFAcT6YVXOaWag9IXQFQIjkiFgJ3VvW30lvpIleGJzZsXHob9ZC5OJOM/ekVujzzZbIBeQ0iSayg==", + "version": "15.17.2", + "resolved": "https://registry.npmjs.org/@contentful/rich-text-from-markdown/-/rich-text-from-markdown-15.17.2.tgz", + "integrity": "sha512-OqPstUaKyXnyRoDn/iCVWskvL+pRo8eAw1N7pDPlYLnoejRnXKJn83YB9FUldsHAcL2QQ2zLNJkdX/A543mwaw==", "dependencies": { - "@contentful/rich-text-types": "^16.3.4", + "@contentful/rich-text-types": "^16.5.1", "lodash": "^4.17.11", "remark-gfm": "^1.0.0", "remark-parse": "^9.0.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..36addd5 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@apollo/client": "^3.9.5", - "@contentful/rich-text-from-markdown": "^15.16.13", + "@contentful/rich-text-from-markdown": "^15.17.2", "@contentful/rich-text-react-renderer": "^15.19.4", "@remix-run/node": "^1.19.1", "@remix-run/react": "^1.19.1",