From 8234cdda296d3d51a6c38e5d643414acfa15b1d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:32:57 +0000 Subject: [PATCH] chore(deps): bump marked from 11.1.1 to 11.2.0 Bumps [marked](https://github.com/markedjs/marked) from 11.1.1 to 11.2.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...v11.2.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 b45b38412..2a11c7788 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "dotenv": "^16.3.1", "isomorphic-dompurify": "^2.0.0", "json-stable-stringify": "^1.0.2", - "marked": "^11.1.1", + "marked": "^11.2.0", "ng2-charts": "^4.1.1", "ngx-json-viewer": "^3.2.1", "rxjs": "7.8.1", @@ -9172,9 +9172,9 @@ } }, "node_modules/marked": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", - "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==", + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", + "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==", "bin": { "marked": "bin/marked.js" }, @@ -20863,9 +20863,9 @@ } }, "marked": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz", - "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==" + "version": "11.2.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz", + "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==" }, "media-typer": { "version": "0.3.0", diff --git a/package.json b/package.json index ff0c3335a..06fec84ce 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dotenv": "^16.3.1", "isomorphic-dompurify": "^2.0.0", "json-stable-stringify": "^1.0.2", - "marked": "^11.1.1", + "marked": "^11.2.0", "ng2-charts": "^4.1.1", "ngx-json-viewer": "^3.2.1", "rxjs": "7.8.1",