From b8c047c8cba8163bba78dd3af2e1a2df2bc13010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:10:48 +0000 Subject: [PATCH] build(deps): bump markdown-to-jsx from 7.5.0 to 7.7.1 in /frontend Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.5.0 to 7.7.1. - [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.5.0...v7.7.1) --- updated-dependencies: - dependency-name: markdown-to-jsx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 9 ++++----- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b9f2a321..7d38c424 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -26,7 +26,7 @@ "formik-wizard-form": "2.1.0", "i18next": "24.0.2", "lodash": "4.17.21", - "markdown-to-jsx": "7.5.0", + "markdown-to-jsx": "7.7.1", "next": "15.0.3", "next-i18next": "15.3.1", "next-seo": "6.6.0", @@ -11061,10 +11061,9 @@ "dev": true }, "node_modules/markdown-to-jsx": { - "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==", - "license": "MIT", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.7.1.tgz", + "integrity": "sha512-BjLkHb+fWCAH9gp7ndbgPrY+zeZlGFtCiQNTWk+PD+GKfLg9YsUPNonSsYXGw6nQ7eZqeR+i71X59PpWXlxc/w==", "engines": { "node": ">= 10" }, diff --git a/frontend/package.json b/frontend/package.json index 164afb9a..845034cf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -33,7 +33,7 @@ "formik-wizard-form": "2.1.0", "i18next": "24.0.2", "lodash": "4.17.21", - "markdown-to-jsx": "7.5.0", + "markdown-to-jsx": "7.7.1", "next": "15.0.3", "next-i18next": "15.3.1", "next-seo": "6.6.0",