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:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-08-13 07:14:27 +0300
committerGitHub <noreply@github.com>2020-08-13 07:14:27 +0300
commit9fcf6789d3e37e0b9c9fdb585cd5f4983577428b (patch)
tree4def1297b147d00d3746aedfd4b019a0e0f0eb1e
parentaa8f4f99823bace286ee64b5fb15777592524d1b (diff)
parentce5a539bf56c7b1b8636698489050aca6eadeda4 (diff)
Merge pull request #258 from nextcloud/dependabot/npm_and_yarn/elliptic-6.5.3v20.0.0beta3v20.0.0beta2v20.0.0beta1
Bump elliptic from 6.5.2 to 6.5.3
-rw-r--r--package-lock.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 3c3779e..4146acb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3978,9 +3978,9 @@
"dev": true
},
"elliptic": {
- "version": "6.5.2",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.2.tgz",
- "integrity": "sha512-f4x70okzZbIQl/NSRLkI/+tteV/9WqL98zx+SQ69KbXxmVrmjwsNUPn/gYJJ0sHvEak24cZgHIPegRePAtA/xw==",
+ "version": "6.5.3",
+ "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
+ "integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
"dev": true,
"requires": {
"bn.js": "^4.4.0",