From 5156741d4f4d478a19d57c0eb943be91ba60f9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:28:04 +0000 Subject: [PATCH] Bump marked from 18.0.5 to 18.0.7 in the prod group Bumps the prod group with 1 update: [marked](https://github.com/markedjs/marked). Updates `marked` from 18.0.5 to 18.0.7 - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v18.0.5...v18.0.7) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/survey/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index de9a7fc..e184aa3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12221,9 +12221,9 @@ } }, "node_modules/marked": { - "version": "18.0.5", - "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.5.tgz", - "integrity": "sha512-S6GcvALHg6K4ohtu4E7x0a1AqhAjp6cV8KhLSyN9qVapnzJkusVBxZRcIU9AeYsbe6P1hKDusSbEOzGyyuce6w==", + "version": "18.0.7", + "resolved": "https://registry.npmjs.org/marked/-/marked-18.0.7.tgz", + "integrity": "sha512-iDVQ5ldaiKXn6b2JroX5kgRfmwgqolW7NpaEzTl1k/2Zh1njIEN9yniyLV/mOvWwtsE8OGgkjsCYvijuPk1dtA==", "license": "MIT", "bin": { "marked": "bin/marked.js" @@ -17899,7 +17899,7 @@ "dependencies": { "@dnd-kit/svelte": "^0.5.0", "lodash-es": "^4.18.1", - "marked": "^18.0.5", + "marked": "^18.0.7", "yaml": "^2.9.0" }, "devDependencies": { diff --git a/packages/survey/package.json b/packages/survey/package.json index 7408fb2..9e0cf6c 100644 --- a/packages/survey/package.json +++ b/packages/survey/package.json @@ -34,7 +34,7 @@ "dependencies": { "@dnd-kit/svelte": "^0.5.0", "lodash-es": "^4.18.1", - "marked": "^18.0.5", + "marked": "^18.0.7", "yaml": "^2.9.0" } }