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 02:46:54 +0300
committerGitHub <noreply@github.com>2020-12-22 02:46:54 +0300
commitf58067d18b46d41b4dbfa9174c3c5d1a6354a68d (patch)
treeb426670c88c0612c2e24cb0e9e1d86adc665564e
parent76aa3f51da09cc8e161ba1e9b9ea844b32c774cf (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 f018dd097..9c4c34bcc 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15186,9 +15186,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"
}