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

github.com/nextcloud/text.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>2020-12-22 01:55:41 +0300
committerGitHub <noreply@github.com>2020-12-22 01:55:41 +0300
commit9a368858b5fae45c08d825a10a1e13cb0949ce39 (patch)
tree56ab9ffe9a48af221bfcc61cac2567f6eb6fa30d
parentc748b7f2f2ac63938252a0793eea1e19bf8894f2 (diff)
Bump prosemirror-model from 1.12.0 to 1.13.1
Bumps [prosemirror-model](https://github.com/prosemirror/prosemirror-model) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/prosemirror/prosemirror-model/releases) - [Changelog](https://github.com/ProseMirror/prosemirror-model/blob/master/CHANGELOG.md) - [Commits](https://github.com/prosemirror/prosemirror-model/compare/1.12.0...1.13.1) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 4481fc9a7..ebd18344a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17379,9 +17379,9 @@
}
},
"prosemirror-model": {
- "version": "1.12.0",
- "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.12.0.tgz",
- "integrity": "sha512-B5syrXluQwEPfih8PqZcVg2VWRUf8Rj97K/VNSkQtjUPL1BCoTUgdLERIlxdWHkwqvujFsT3Pw5ubc4/ofF1jQ==",
+ "version": "1.13.1",
+ "resolved": "https://registry.npmjs.org/prosemirror-model/-/prosemirror-model-1.13.1.tgz",
+ "integrity": "sha512-PNH+b5bilAJi1B5yJ8QzoNY3ZV+nlD0jKG3XCBk7PmE/YUTJomBkFBS005vfU+3M9yeVR8/6spAEDsfVFUhNeQ==",
"requires": {
"orderedmap": "^1.1.0"
}