From c892d7d87765413f851a5e69a674b901f0a0187e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 22:55:22 -0400 Subject: [PATCH] Bump markdown-to-jsx from 7.4.7 to 7.5.0 (#586) Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.4.7 to 7.5.0. - [Release notes](https://github.com/quantizor/markdown-to-jsx/releases) - [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/CHANGELOG.md) - [Commits](https://github.com/quantizor/markdown-to-jsx/compare/v7.4.7...v7.5.0) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 6f207fa83..d8704b003 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/react-fontawesome": "0.2.2", "dayjs": "^1.11.12", - "markdown-to-jsx": "^7.4.7", + "markdown-to-jsx": "^7.5.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-burger-menu": "^3.0.9", @@ -12373,9 +12373,9 @@ } }, "node_modules/markdown-to-jsx": { - "version": "7.4.7", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz", - "integrity": "sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.5.0.tgz", + "integrity": "sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==", "engines": { "node": ">= 10" }, @@ -27576,9 +27576,9 @@ } }, "markdown-to-jsx": { - "version": "7.4.7", - "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz", - "integrity": "sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.5.0.tgz", + "integrity": "sha512-RrBNcMHiFPcz/iqIj0n3wclzHXjwS7mzjBNWecKKVhNTIxQepIix6Il/wZCn2Cg5Y1ow2Qi84+eJrryFRWBEWw==", "requires": {} }, "mdn-data": { diff --git a/package.json b/package.json index 5189a36b5..a615b3175 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@fortawesome/free-regular-svg-icons": "^6.6.0", "@fortawesome/react-fontawesome": "0.2.2", "dayjs": "^1.11.12", - "markdown-to-jsx": "^7.4.7", + "markdown-to-jsx": "^7.5.0", "prop-types": "^15.8.1", "react": "^18.3.1", "react-burger-menu": "^3.0.9",