From f168f4e7e011cf458916703d70fa88806d1e191f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 03:14:28 +0000 Subject: [PATCH] build(deps-dev): bump marked from 17.0.4 to 17.0.5 Bumps [marked](https://github.com/markedjs/marked) from 17.0.4 to 17.0.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v17.0.4...v17.0.5) --- updated-dependencies: - dependency-name: marked dependency-version: 17.0.5 dependency-type: direct:development update-type: version-update:semver-patch ... 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 8466852d..41ab47f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "eslint-plugin-react": "^7.37.5", "expressive-code": "^0.41.7", "jsdom": "^29.0.1", - "marked": "^17.0.4", + "marked": "^17.0.5", "openapi-types": "^12.1.3", "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", @@ -12852,9 +12852,9 @@ } }, "node_modules/marked": { - "version": "17.0.4", - "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz", - "integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==", + "version": "17.0.5", + "resolved": "https://registry.npmjs.org/marked/-/marked-17.0.5.tgz", + "integrity": "sha512-6hLvc0/JEbRjRgzI6wnT2P1XuM1/RrrDEX0kPt0N7jGm1133g6X7DlxFasUIx+72aKAr904GTxhSLDrd5DIlZg==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 17e05d28..b036a24e 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "eslint-plugin-react": "^7.37.5", "expressive-code": "^0.41.7", "jsdom": "^29.0.1", - "marked": "^17.0.4", + "marked": "^17.0.5", "openapi-types": "^12.1.3", "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1",