From 0f38dfe547d4ad81615966da2181db0bf2b27452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 08:15:27 +0000 Subject: [PATCH] chore(deps): bump the major-production-dependencies group with 1 update Bumps the major-production-dependencies group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 11.1.1 to 12.0.0 - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v11.1.1...v12.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 84dd59e3..432b804a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "cypress-axe": "^1.5.0", "cypress-each": "^1.13.3", "isomorphic-dompurify": "^2.3.0", - "marked": "^11.1.1", + "marked": "^12.0.0", "next": "^14.1.0", "react": "18.2.0", "react-dom": "18.2.0" @@ -8976,9 +8976,9 @@ "dev": true }, "node_modules/marked": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", - "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", + "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 44cd51f2..bebb81b6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cypress-axe": "^1.5.0", "cypress-each": "^1.13.3", "isomorphic-dompurify": "^2.3.0", - "marked": "^11.1.1", + "marked": "^12.0.0", "next": "^14.1.0", "react": "18.2.0", "react-dom": "18.2.0"