From 372e5bfcf800fa53e491d421ffb9c271e0cdd69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 23:24:36 +0000 Subject: [PATCH] Bump marked from 12.0.0 to 12.0.1 in /functions Bumps [marked](https://github.com/markedjs/marked) from 12.0.0 to 12.0.1. - [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/v12.0.0...v12.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- functions/package-lock.json | 14 +++++++------- functions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/functions/package-lock.json b/functions/package-lock.json index ad3b9dea7..ad30397d0 100644 --- a/functions/package-lock.json +++ b/functions/package-lock.json @@ -9,7 +9,7 @@ "dependencies": { "firebase-admin": "^12.0.0", "firebase-functions": "^4.7.0", - "marked": "^12.0.0" + "marked": "^12.0.1" }, "devDependencies": { "eslint": "^8.57.0", @@ -6724,9 +6724,9 @@ } }, "node_modules/marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", + "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==", "bin": { "marked": "bin/marked.js" }, @@ -13592,9 +13592,9 @@ "requires": {} }, "marked": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz", - "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==" + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.1.tgz", + "integrity": "sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==" }, "mdurl": { "version": "1.0.1", diff --git a/functions/package.json b/functions/package.json index ed9ea838d..c8fdc5681 100644 --- a/functions/package.json +++ b/functions/package.json @@ -13,7 +13,7 @@ "dependencies": { "firebase-admin": "^12.0.0", "firebase-functions": "^4.7.0", - "marked": "^12.0.0" + "marked": "^12.0.1" }, "devDependencies": { "eslint": "^8.57.0",