diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-09 14:20:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 14:20:09 +0200 |
commit | dd9bf56734a87d70f1772af46b618b4c53fb0b42 (patch) | |
tree | 67e31fac9a9065322297431975fad0d85dea344a /src-vue/package.json | |
parent | 264872e0b1d6aa5572fc2f9504d73845505ce973 (diff) | |
download | FlightCore-dd9bf56734a87d70f1772af46b618b4c53fb0b42.tar.gz FlightCore-dd9bf56734a87d70f1772af46b618b4c53fb0b42.zip |
chore: bump @types/marked from 4.3.1 to 5.0.1 in /src-vue (#502)
Bumps [@types/marked](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/marked) from 4.3.1 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/marked)
---
updated-dependencies:
- dependency-name: "@types/marked"
dependency-type: direct:development
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>
Diffstat (limited to 'src-vue/package.json')
-rw-r--r-- | src-vue/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-vue/package.json b/src-vue/package.json index b6871578..091efe50 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -19,7 +19,7 @@ "vuex": "^4.0.2" }, "devDependencies": { - "@types/marked": "^4.0.7", + "@types/marked": "^5.0.1", "@vitejs/plugin-vue": "^3.1.0", "typescript": "^4.6.4", "vite": "^3.1.0", |