From 99f28207155eb806c43d1c4ebd047898e6c25b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 06:00:45 +0000 Subject: [PATCH] chore(deps): bump the production-dependencies group with 1 update Bumps the production-dependencies group with 1 update: [marked](https://github.com/markedjs/marked). - [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.0.0...v11.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 160e7c5..753ca55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "airtable": "^0.12.2", "dotenv": "^16.3.1", "isomorphic-dompurify": "^1.11.0", - "marked": "^11.0.0", + "marked": "^11.0.1", "sass": "^1.69.5" }, "devDependencies": { @@ -4116,9 +4116,9 @@ } }, "node_modules/marked": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.0.tgz", - "integrity": "sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==", + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-11.0.1.tgz", + "integrity": "sha512-P4kDhFEMlvLePBPRwOcMOv6+lYUbhfbSxJFs3Jb4Qx7v6K7l+k8Dxh9CEGfRvK71tL+qIFz5y7Pe4uzt4+/A3A==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index f92f8e3..05dfdbe 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "airtable": "^0.12.2", "dotenv": "^16.3.1", "isomorphic-dompurify": "^1.11.0", - "marked": "^11.0.0", + "marked": "^11.0.1", "sass": "^1.69.5" } }