diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-15 00:41:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-15 00:41:06 +0100 |
commit | 3c924bcd594557a6ac7bb0a1a2b8df80b6baddcd (patch) | |
tree | 3e1bb761f4b60e9ba73f825136518b2d2e418e03 /package.json | |
parent | 17d20e4b462971f484a6e51ad5ba55e84b96363f (diff) | |
download | Viper-3c924bcd594557a6ac7bb0a1a2b8df80b6baddcd.tar.gz Viper-3c924bcd594557a6ac7bb0a1a2b8df80b6baddcd.zip |
Bump marked from 4.0.9 to 4.0.10 (#39)
Bumps [marked](https://github.com/markedjs/marked) from 4.0.9 to 4.0.10.
- [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/v4.0.9...v4.0.10)
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4798a16..48a1372 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "electron-updater": "^4.6.1", "follow-redirects": "^1.14.6", "fs-extra": "^10.0.0", - "marked": "^4.0.9", + "marked": "^4.0.10", "marked-man": "^0.7.0", "unzipper": "^0.10.11" }, |