From 55dd5180778fbc1d83bb4ed3022f2fe29929bd03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:48:55 -0700 Subject: [PATCH] chore(deps): bump the major-production-dependencies group with 1 update (#304) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 d16c90f7..2d5c04e8 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 875b87b4..49b7cd5e 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"