From e0eb0f0b01df9c77e7c83886768a62581bc85c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:52:59 +0200 Subject: chore: bump marked from 9.0.0 to 9.0.2 in /src-vue (#574) Bumps [marked](https://github.com/markedjs/marked) from 9.0.0 to 9.0.2. - [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/v9.0.0...v9.0.2) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src-vue/package-lock.json | 8 ++++---- src-vue/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src-vue') diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index dcaa1602..814674b0 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.9", "element-plus": "^2.3.14", - "marked": "^9.0.0", + "marked": "^9.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-i18n": "^9.4.1", @@ -989,9 +989,9 @@ } }, "node_modules/marked": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.0.tgz", - "integrity": "sha512-37yoTpjU+TSXb9OBYY5n78z/CqXh76KiQj9xsKxEdztzU9fRLmbWO5YqKxgCVGKlNdexppnbKTkwB3RipVri8w==", + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/marked/-/marked-9.0.2.tgz", + "integrity": "sha512-VRTR4AamWVw+wNl0PfT9zJpCHWIQZ4QLyiXVmpgrempuXeue883HH/97oVuY6uk7SSOJE6F73i62JrAIBAdc0Q==", "bin": { "marked": "bin/marked.js" }, diff --git a/src-vue/package.json b/src-vue/package.json index 4abb983c..45510d65 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -11,7 +11,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.0.9", "element-plus": "^2.3.14", - "marked": "^9.0.0", + "marked": "^9.0.2", "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014", "vue": "^3.2.37", "vue-i18n": "^9.4.1", -- cgit v1.2.3