From d604eaa4efe40c77fae68f7d3b3c635b6f30c380 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 19:41:59 +0000 Subject: [PATCH] chore(deps): bump marked from 10.0.0 to 11.0.0 Bumps [marked](https://github.com/markedjs/marked) from 10.0.0 to 11.0.0. - [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/v10.0.0...v11.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production 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 a833561..45112ba 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "insane": "^2.6.2", - "marked": "^10.0.0", + "marked": "^11.0.0", "pinia": "^2.1.7", "vue": "^3.3.9", "vue-router": "^4.2.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2ac357c..2c3a662 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ dependencies: specifier: ^2.6.2 version: 2.6.2 marked: - specifier: ^10.0.0 - version: 10.0.0 + specifier: ^11.0.0 + version: 11.0.0 pinia: specifier: ^2.1.7 version: 2.1.7(typescript@5.2.2)(vue@3.3.9) @@ -3796,8 +3796,8 @@ packages: semver: 7.5.4 dev: true - /marked@10.0.0: - resolution: {integrity: sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==} + /marked@11.0.0: + resolution: {integrity: sha512-2GsW34uXaFEGTQ/+3rCnNC6vUYTAgFuDLGl70v/aWinA5mIJtTrrFAmfbLOfVvgPyxXuDVL9He/7reCK+6j3Sw==} engines: {node: '>= 18'} hasBin: true dev: false