From 2e7bb627a6fc8df021f31730460fd18691f52d9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Sep 2022 02:45:24 +0000 Subject: [PATCH] Bump marked from 4.0.14 to 4.1.0 Bumps [marked](https://github.com/markedjs/marked) from 4.0.14 to 4.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/v4.0.14...v4.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 8d47cc3419094..3570162c128b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.1.0", "moment": "^2.29.2", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0", @@ -22269,9 +22269,9 @@ "dev": true }, "node_modules/marked": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz", - "integrity": "sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz", + "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==", "bin": { "marked": "bin/marked.js" }, @@ -49513,9 +49513,9 @@ "requires": {} }, "marked": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.14.tgz", - "integrity": "sha512-HL5sSPE/LP6U9qKgngIIPTthuxC0jrfxpYMZ3LdGDD3vTnLs59m2Z7r6+LNDR3ToqEQdkKd6YaaEfJhodJmijQ==" + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.1.0.tgz", + "integrity": "sha512-+Z6KDjSPa6/723PQYyc1axYZpYYpDnECDaU6hkaf5gqBieBkMKYReL5hteF2QizhlMbgbo8umXl/clZ67+GlsA==" }, "material-colors": { "version": "1.2.6", diff --git a/package.json b/package.json index c0e700613fc79..c034461be4205 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "jstimezonedetect": "^1.0.7", "libphonenumber-js": "^1.10.13", "lodash": "^4.17.21", - "marked": "^4.0.14", + "marked": "^4.1.0", "moment": "^2.29.2", "moment-timezone": "^0.5.34", "nextcloud-vue-collections": "^0.9.0",