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

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 560d2a56..89010804 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.1.0",
"@nextcloud/vue-dashboard": "^2.0.1",
- "diff": "^5.0.0",
+ "diff": "^5.1.0",
"easymde": "^2.16.1",
"markdown-it": "^13.0.0",
"markdown-it-task-checkbox": "^1.0.6",
@@ -4758,9 +4758,9 @@
"peer": true
},
"node_modules/diff": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
- "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==",
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
+ "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==",
"engines": {
"node": ">=0.3.1"
}
@@ -15844,9 +15844,9 @@
"peer": true
},
"diff": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
- "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w=="
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz",
+ "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw=="
},
"diffie-hellman": {
"version": "5.0.3",
diff --git a/package.json b/package.json
index b178be6a..0d4e28e4 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
"@nextcloud/router": "^2.0.0",
"@nextcloud/vue": "^5.1.0",
"@nextcloud/vue-dashboard": "^2.0.1",
- "diff": "^5.0.0",
+ "diff": "^5.1.0",
"easymde": "^2.16.1",
"markdown-it": "^13.0.0",
"markdown-it-task-checkbox": "^1.0.6",