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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2020-09-04 11:22:51 +0300
committerGitHub <noreply@github.com>2020-09-04 11:22:51 +0300
commitf1f49dff9a2ce730035634158214d5e41b5eb619 (patch)
treec0f1c0d8b8c1a88fa3f8f8c195945f606d568ea2
parent66477711cddb4121e660bcf3f15e59b3b940da8e (diff)
parent531318b8d87bc639b5a8a78a0b08d2b350a07061 (diff)
Merge pull request #732 from nextcloud/dependabot/npm_and_yarn/stable19/elliptic-6.5.3v19.0.3RC1v19.0.3
[Security] Bump elliptic from 6.4.1 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 fc5b2dc..2cd7722 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3101,9 +3101,9 @@
"integrity": "sha512-/rG5G7Opcw68/Yrb4qYkz07h3bESVRJjUl4X/FrKLXzoUJleKm6D7K7rTTz8V5LUWnd+BbTOyxJX2XprRqHD8A=="
},
"elliptic": {
- "version": "6.4.1",
- "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz",
- "integrity": "sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==",
+ "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",