From 0f052ad1cd86b6cff821f40c789945dcdf48145d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:43:58 +0000 Subject: [PATCH] build(deps-dev): bump marked from 12.0.1 to 15.0.3 Bumps [marked](https://github.com/markedjs/marked) from 12.0.1 to 15.0.3. - [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/v12.0.1...v15.0.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c593ef6..2acfb46 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-jsdoc": "^48.2.3", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^22.1.0", - "marked": "^12.0.0", + "marked": "^15.0.3", "prettier": "^3.0.3", "typescript": "^5.4.5", "vitest": "^0.32.2" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 877bc6d..21bda99 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -60,8 +60,8 @@ importers: specifier: ^22.1.0 version: 22.1.0 marked: - specifier: ^12.0.0 - version: 12.0.1 + specifier: ^15.0.3 + version: 15.0.3 prettier: specifier: ^3.0.3 version: 3.2.5 @@ -3641,8 +3641,8 @@ packages: resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==} dev: false - /marked@12.0.1: - resolution: {integrity: sha512-Y1/V2yafOcOdWQCX0XpAKXzDakPOpn6U0YLxTJs3cww6VxOzZV1BTOOYWLvH3gX38cq+iLwljHHTnMtlDfg01Q==} + /marked@15.0.3: + resolution: {integrity: sha512-Ai0cepvl2NHnTcO9jYDtcOEtVBNVYR31XnEA3BndO7f5As1wzpcOceSUM8FDkNLJNIODcLpDTWay/qQhqbuMvg==} engines: {node: '>= 18'} hasBin: true dev: true