aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package-lock.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-08-10 21:57:58 +0200
committerGitHub <noreply@github.com>2023-08-10 21:57:58 +0200
commit3ddbb7372808a5d3d8fdccf0c38981a1dfce3c74 (patch)
treea1eee9d3195f4f4c8657b669a49c93e051d6dec3 /src-vue/package-lock.json
parent1882a1427974dbedda4476c0e6f450936a9de1ab (diff)
downloadFlightCore-3ddbb7372808a5d3d8fdccf0c38981a1dfce3c74.tar.gz
FlightCore-3ddbb7372808a5d3d8fdccf0c38981a1dfce3c74.zip
chore: bump marked from 7.0.1 to 7.0.2 in /src-vue (#504)
Bumps [marked](https://github.com/markedjs/marked) from 7.0.1 to 7.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/v7.0.1...v7.0.2) --- 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>
Diffstat (limited to 'src-vue/package-lock.json')
-rw-r--r--src-vue/package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index e3fe5d7f..4bf08d26 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.2.17",
- "marked": "^7.0.1",
+ "marked": "^7.0.2",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993aa67766596638bbfd91e79a1bf8f632014",
"vue": "^3.2.37",
"vue-i18n": "^9.2.2",
@@ -1005,9 +1005,9 @@
}
},
"node_modules/marked": {
- "version": "7.0.1",
- "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.1.tgz",
- "integrity": "sha512-m8Aze620Ts62yaciz2DghZGUkUfdgvSNRicS2/XtQkStMNoce3NWjOD2b/jWF32+XXK6udM6pRhv2dKNlneAFA==",
+ "version": "7.0.2",
+ "resolved": "https://registry.npmjs.org/marked/-/marked-7.0.2.tgz",
+ "integrity": "sha512-ADEBjnCHOrsLoV7JPvUNWtELZ0b4SeIALhrfxuA9uhS3hw2PCezROoFduIqMOjeagBPto732+YC5tZHBMQRdqg==",
"bin": {
"marked": "bin/marked.js"
},