From 221d77ed20d984e656b95f6c75b8950a8a283fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:28:23 +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.16.15. - [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.16.15) --- updated-dependencies: - dependency-name: "@contentful/rich-text-from-markdown" dependency-type: direct:production update-type: version-update:semver-patch ... 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..cb96ea4 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.15", + "@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.16.15", + "resolved": "https://registry.npmjs.org/@contentful/rich-text-from-markdown/-/rich-text-from-markdown-15.16.15.tgz", + "integrity": "sha512-dB57meaBORb5fm2YNvPuZakcd5hFMrVz3C9Z6bs8a3zq0iq1WBFznZyvGktv/V408q0F+twdBuzkQasTBsVnNQ==", "dependencies": { - "@contentful/rich-text-types": "^16.3.4", + "@contentful/rich-text-types": "^16.3.5", "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.3.5", + "resolved": "https://registry.npmjs.org/@contentful/rich-text-types/-/rich-text-types-16.3.5.tgz", + "integrity": "sha512-ZLq6p5uyQXg+i1XGDFu4tAc2VYS12S1KA/jIOyyZjNgC1DvDajsi1JzuiBuOuMEhi1sKEUy6Ry3Yr9jsQtOKuQ==", "engines": { "node": ">=6.0.0" } diff --git a/package.json b/package.json index 7e14661..7a7863f 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.16.15", "@contentful/rich-text-react-renderer": "^15.19.4", "@remix-run/node": "^1.19.1", "@remix-run/react": "^1.19.1",