aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-02 01:25:51 +0100
committerGitHub <noreply@github.com>2024-01-02 01:25:51 +0100
commit13b67c821171dd8cf396cebb16c8cc7242548d4f (patch)
tree7f69cc242ac5140a668b1c9a869ebcbfee621d81
parentb029663eebe21f291a269b3841117502193dbdff (diff)
downloadFlightCore-13b67c821171dd8cf396cebb16c8cc7242548d4f.tar.gz
FlightCore-13b67c821171dd8cf396cebb16c8cc7242548d4f.zip
chore: bump marked from 11.1.0 to 11.1.1 in /src-vue (#729)
Bumps [marked](https://github.com/markedjs/marked) from 11.1.0 to 11.1.1. - [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.1.0...v11.1.1) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... 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 dfca970c..7a410fc1 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.4.4",
- "marked": "^11.1.0",
+ "marked": "^11.1.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.8",
"vue-i18n": "^9.8.0",
@@ -989,9 +989,9 @@
}
},
"node_modules/marked": {
- "version": "11.1.0",
- "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.0.tgz",
- "integrity": "sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==",
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-11.1.1.tgz",
+ "integrity": "sha512-EgxRjgK9axsQuUa/oKMx5DEY8oXpKJfk61rT5iY3aRlgU6QJtUcxU5OAymdhCvWvhYcd9FKmO5eQoX8m9VGJXg==",
"bin": {
"marked": "bin/marked.js"
},
diff --git a/src-vue/package.json b/src-vue/package.json
index 29e49841..3c8f6ed8 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.4.4",
- "marked": "^11.1.0",
+ "marked": "^11.1.1",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.3.8",
"vue-i18n": "^9.8.0",