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[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-05 09:29:40 +0300
committerGitHub <noreply@github.com>2022-11-05 09:29:40 +0300
commit72ad99d01a171950947d1d7d79d8c377a81dc7e2 (patch)
tree3c61a792089f01664294e1acb846c0fe6ce52e93 /package.json
parent1cdedad4fe0edabfe436f8a69019c830aac567de (diff)
parent815ed837dc5737c52e45e7927a0f0c53b338ffcb (diff)
Merge pull request #627 from nextcloud/dependabot/npm_and_yarn/marked-4.2.2
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 85a127b..86c74f2 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,6 @@
"dependencies": {
"@nextcloud/router": "^2.0.0",
"brace": "^0.11.1",
- "marked": "^4.1.1"
+ "marked": "^4.2.2"
}
}