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

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeromewu <jeromewus@gmail.com>2020-10-14 05:13:29 +0300
committerGitHub <noreply@github.com>2020-10-14 05:13:29 +0300
commit066c59d1f94ee54afe376df4f3f86c674aa7be3f (patch)
treeea420af5a5de214ee66c3b6eec55d3c42c5e7494
parent2bbd1e896c9ba984a2ede1252dc7a579f7e2b5f7 (diff)
parent8435f4c6e249cff6f4e49c4250350976c0b62feb (diff)
Merge pull request #473 from naptha/dependabot/npm_and_yarn/elliptic-6.5.3
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 07d978f..18ff29b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2770,9 +2770,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",