From 8cfa67668aeaadaa2dda1725011b5ca8a504f8f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 05:24:53 +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/v9.1.3...v9.1.5) --- 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 c315361..d20d514 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "airtable": "^0.12.2", "dotenv": "^16.3.1", "isomorphic-dompurify": "^1.9.0", - "marked": "^9.1.3", + "marked": "^9.1.5", "sass": "^1.69.5" }, "devDependencies": { @@ -4093,9 +4093,9 @@ } }, "node_modules/marked": { - "version": "9.1.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.3.tgz", - "integrity": "sha512-XPU/J7GzU/n4voCSw1VYggtr3W5C2OeGkwEbe5PIQdA8thaie2Qw+fig6iNidKNDokTNcyR4OE9fMK14P6rqPg==", + "version": "9.1.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.1.5.tgz", + "integrity": "sha512-14QG3shv8Kg/xc0Yh6TNkMj90wXH9mmldi5941I2OevfJ/FQAFLEwtwU2/FfgSAOMlWHrEukWSGQf8MiVYNG2A==", "bin": { "marked": "bin/marked.js" }, diff --git a/package.json b/package.json index 229cad2..1622617 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "airtable": "^0.12.2", "dotenv": "^16.3.1", "isomorphic-dompurify": "^1.9.0", - "marked": "^9.1.3", + "marked": "^9.1.5", "sass": "^1.69.5" } }