From 574c8e84464c41f7b7403be955253d941db12491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:29:08 +0000 Subject: [PATCH] chore(deps): bump marked from 9.0.3 to 13.0.1 Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 13.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/v9.0.3...v13.0.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d558c78..aa16b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "jsdom": "^24.0.0", "leaflet": "^1.9.4", "maplibre-gl": "^3.6.2", - "marked": "^9.0.3", + "marked": "^13.0.1", "photoswipe": "^5.4.2", "vitest": "^0.34.6" }, @@ -5268,14 +5268,14 @@ } }, "node_modules/marked": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.3.tgz", - "integrity": "sha512-pI/k4nzBG1PEq1J3XFEHxVvjicfjl8rgaMaqclouGSMPhk7Q3Ejb2ZRxx/ZQOcQ1909HzVoWCFYq6oLgtL4BpQ==", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/marked/-/marked-13.0.1.tgz", + "integrity": "sha512-7kBohS6GrZKvCsNXZyVVXSW7/hGBHe49ng99YPkDCckSUrrG7MSFLCexsRxptzOmyW2eT5dySh4Md1V6my52fA==", "bin": { "marked": "bin/marked.js" }, "engines": { - "node": ">= 16" + "node": ">= 18" } }, "node_modules/mdn-data": { diff --git a/package.json b/package.json index 16de6ac..f0cd145 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jsdom": "^24.0.0", "leaflet": "^1.9.4", "maplibre-gl": "^3.6.2", - "marked": "^9.0.3", + "marked": "^13.0.1", "photoswipe": "^5.4.2", "vitest": "^0.34.6" }