From 44d4812615c6fd392169cf98e6d801a9514671db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 22:56: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). - [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/v10.0.0...v11.1.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 d2bc636b..0dc832f6 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": "^1.12.0", - "marked": "^10.0.0", + "marked": "^11.1.0", "next": "^14.0.4", "react": "18.2.0", "react-dom": "18.2.0" @@ -8788,9 +8788,9 @@ "dev": true }, "node_modules/marked": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-10.0.0.tgz", - "integrity": "sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz", + "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index ec6f923d..0b799016 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cypress-axe": "^1.5.0", "cypress-each": "^1.13.3", "isomorphic-dompurify": "^1.12.0", - "marked": "^10.0.0", + "marked": "^11.1.0", "next": "^14.0.4", "react": "18.2.0", "react-dom": "18.2.0"