From 7aaeaa5ac9e3b044a574539399b1675f6c3790ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:00:34 +0000 Subject: [PATCH] chore(deps): Bump marked from 5.0.4 to 5.1.0 Bumps [marked](https://github.com/markedjs/marked) from 5.0.4 to 5.1.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/v5.0.4...v5.1.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 ad8f605141f15..40acde45c7861 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54,7 +54,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.26", "lodash": "^4.17.21", - "marked": "^5.0.4", + "marked": "^5.1.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2", @@ -16210,9 +16210,9 @@ "license": "Python-2.0" }, "node_modules/marked": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz", - "integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.0.tgz", + "integrity": "sha512-z3/nBe7aTI8JDszlYLk7dDVNpngjw0o1ZJtrA9kIfkkHcIF+xH7mO23aISl4WxP83elU+MFROgahqdpd05lMEQ==", "bin": { "marked": "bin/marked.js" }, @@ -34962,9 +34962,9 @@ "requires": {} }, "marked": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-5.0.4.tgz", - "integrity": "sha512-r0W8/DK56fAkV0qfUCO9cEt/VlFWUzoJOqEigvijmsVkTuPOHckh7ZutNJepRO1AxHhK96/9txonHg4bWd/aLA==" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-5.1.0.tgz", + "integrity": "sha512-z3/nBe7aTI8JDszlYLk7dDVNpngjw0o1ZJtrA9kIfkkHcIF+xH7mO23aISl4WxP83elU+MFROgahqdpd05lMEQ==" }, "material-colors": { "version": "1.2.6" diff --git a/package.json b/package.json index 6f771a0f097b0..8969bf3ba5985 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jquery-ui-dist": "^1.13.2", "libphonenumber-js": "^1.10.26", "lodash": "^4.17.21", - "marked": "^5.0.4", + "marked": "^5.1.0", "moment": "^2.29.4", "moment-timezone": "^0.5.43", "natural-orderby": "^3.0.2",