From 55bc8740d617e3609aa2b2e381b8bd35682d59ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:20:13 +0000 Subject: [PATCH] Bump marked from 12.0.0 to 12.0.1 in /app 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] --- app/package-lock.json | 12 ++++++------ app/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 6b6cb44..0277e85 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,16 +1,16 @@ { "name": "website", - "version": "4.4.0", + "version": "4.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "website", - "version": "4.4.0", + "version": "4.5.0", "dependencies": { "@types/dompurify": "^3.0.2", "dompurify": "^3.0.9", - "marked": "^12.0.0" + "marked": "^12.0.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^2.0.0", @@ -791,9 +791,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" }, diff --git a/app/package.json b/app/package.json index 0bf87df..9e38e99 100644 --- a/app/package.json +++ b/app/package.json @@ -17,6 +17,6 @@ "dependencies": { "@types/dompurify": "^3.0.2", "dompurify": "^3.0.9", - "marked": "^12.0.0" + "marked": "^12.0.1" } }