aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-06 16:06:34 +0100
committerGitHub <noreply@github.com>2024-02-06 16:06:34 +0100
commit1f327ac27fc43c6472badb0f15d4c3a4360dfff1 (patch)
tree77b49e4e5f0aa48fe087c9689824ae01bb4a569a
parenta074ecb2513803fa4fa91199d1f4ec2101bb34b2 (diff)
downloadFlightCore-1f327ac27fc43c6472badb0f15d4c3a4360dfff1.tar.gz
FlightCore-1f327ac27fc43c6472badb0f15d4c3a4360dfff1.zip
chore: bump marked from 11.2.0 to 12.0.0 in /src-vue (#783)
Bumps [marked](https://github.com/markedjs/marked) from 11.2.0 to 12.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/v11.2.0...v12.0.0) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--src-vue/package-lock.json8
-rw-r--r--src-vue/package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index fc44a34e..f98c362c 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.5.3",
- "marked": "^11.2.0",
+ "marked": "^12.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",
@@ -990,9 +990,9 @@
}
},
"node_modules/marked": {
- "version": "11.2.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-11.2.0.tgz",
- "integrity": "sha512-HR0m3bvu0jAPYiIvLUUQtdg1g6D247//lvcekpHO1WMvbwDlwSkZAX9Lw4F4YHE1T0HaaNve0tuAWuV1UJ6vtw==",
+ "version": "12.0.0",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-12.0.0.tgz",
+ "integrity": "sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==",
"bin": {
"marked": "bin/marked.js"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index 263aabef..82764fd7 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.5.3",
- "marked": "^11.2.0",
+ "marked": "^12.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.4.15",
"vue-i18n": "^9.9.0",