From d6527db3e4536940d39be344091c0455b95a3a5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 04:23:10 +0000 Subject: [PATCH] chore(deps): bump marked from 17.0.1 to 17.0.4 in /landing Bumps [marked](https://github.com/markedjs/marked) from 17.0.1 to 17.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.1...v17.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- landing/package-lock.json | 9 +++++---- landing/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/landing/package-lock.json b/landing/package-lock.json index 14addd2..b475e6e 100644 --- a/landing/package-lock.json +++ b/landing/package-lock.json @@ -7,8 +7,9 @@ "": { "name": "landing", "version": "0.0.0", + "license": "MIT", "dependencies": { - "marked": "^17.0.1", + "marked": "^17.0.4", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.13.0" @@ -3070,9 +3071,9 @@ } }, "node_modules/marked": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.1.tgz", - "integrity": "sha512-boeBdiS0ghpWcSwoNm/jJBwdpFaMnZWRzjA6SkUMYb40SVaN1x7mmfGKp0jvexGcx+7y2La5zRZsYFZI6Qpypg==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", + "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", "license": "MIT", "bin": { "marked": "bin/marked.js" diff --git a/landing/package.json b/landing/package.json index 277927b..e3d5bfd 100644 --- a/landing/package.json +++ b/landing/package.json @@ -22,7 +22,7 @@ "setup-deploy": "node scripts/deploy-setup.js" }, "dependencies": { - "marked": "^17.0.1", + "marked": "^17.0.4", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.13.0"