Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-09 11:52:31 +0300
committerGitHub <noreply@github.com>2019-07-09 11:52:31 +0300
commitdf7fe49bc33871d1de9a010b613ea2d741d69e48 (patch)
tree6a44692b7c11b6e97c0471f2746c661990bb2929 /package.json
parentd4ff7d392be9d2e4f7ac2938d1df1f159c3587ea (diff)
Bump marked from 0.6.2 to 0.7.0
Bumps [marked](https://github.com/markedjs/marked) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.2...v0.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index ac881c2..13a17dc 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,6 @@
},
"dependencies": {
"brace": "^0.11.1",
- "marked": "^0.6.2"
+ "marked": "^0.7.0"
}
}