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 | |
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>
-rw-r--r-- | package-lock.json | 18 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json index 2c87a12..a06f76c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,19 +1,19 @@ { "name": "viper", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "viper", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0-or-later", "dependencies": { "copy-dir": "^1.3.0", "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" }, @@ -2158,9 +2158,9 @@ } }, "node_modules/marked": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.9.tgz", - "integrity": "sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==", "bin": { "marked": "bin/marked.js" }, @@ -4872,9 +4872,9 @@ } }, "marked": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.9.tgz", - "integrity": "sha512-HmoFvQwFLxNESeGupeOC+6CLb5WzcCWQmqvVetsErmrI3vrZ6gBumty5IP0ynLPR0zYSoVY7ITC1GffsYIGkog==" + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.0.10.tgz", + "integrity": "sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==" }, "marked-man": { "version": "0.7.0", 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" }, |