You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ra...@apache.org on 2019/05/09 10:04:41 UTC

[incubator-annotator] 02/02: Upgrade validator dependencies

This is an automated email from the ASF dual-hosted git repository.

randall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 6e65da1ec69cbc42fb4a6aa3c2dbf91b164120e0
Author: Randall Leeds <ra...@apache.org>
AuthorDate: Thu May 9 03:03:37 2019 -0700

    Upgrade validator dependencies
    
    Upgrade ajv, node-fetch, and resolve
---
 package.json |  6 +++---
 yarn.lock    | 13 +++++++------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json
index 81d8e3c..e2cb51d 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
     "@babel/plugin-transform-runtime": "^7.4.0",
     "@babel/preset-env": "^7.4.0",
     "@babel/register": "^7.4.0",
-    "ajv": "^6.5.0",
+    "ajv": "^6.10.0",
     "babel-eslint": "^10.0.1",
     "babel-loader": "^8.0.5",
     "babel-plugin-istanbul": "^5.1.1",
@@ -49,10 +49,10 @@
     "mocha": "^6.1.4",
     "mocha-loader": "^2.0.1",
     "multi-entry-loader": "^1.1.2",
-    "node-fetch": "^2.2.0",
+    "node-fetch": "^2.5.0",
     "nyc": "^14.1.0",
     "prettier": "^1.16.4",
-    "resolve": "^1.8.1",
+    "resolve": "^1.10.1",
     "rimraf": "^2.6.3",
     "web-annotation-tests": "https://github.com/w3c/web-annotation-tests",
     "webpack": "^4.31.0",
diff --git a/yarn.lock b/yarn.lock
index 59d6c02..59d3465 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1670,7 +1670,7 @@ ajv-keywords@^3.1.0:
   version "3.2.0"
   resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.2.0.tgz#e86b819c602cf8821ad637413698f1dec021847a"
 
-ajv@^6.1.0, ajv@^6.5.0:
+ajv@^6.1.0:
   version "6.5.0"
   resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.0.tgz#4c8affdf80887d8f132c9c52ab8a2dc4d0b7b24c"
   dependencies:
@@ -1679,7 +1679,7 @@ ajv@^6.1.0, ajv@^6.5.0:
     json-schema-traverse "^0.3.0"
     uri-js "^4.2.1"
 
-ajv@^6.5.5, ajv@^6.9.1:
+ajv@^6.10.0, ajv@^6.5.5, ajv@^6.9.1:
   version "6.10.0"
   resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
   integrity sha512-nffhOpkymDECQyR0mnsUtoCE8RlX38G0rYP+wgLWFyZuUyuuojSSvi/+euOiQBIn63whYwYVIIH1TvE3tu4OEg==
@@ -6115,15 +6115,16 @@ node-fetch-npm@^2.0.2:
     json-parse-better-errors "^1.0.0"
     safe-buffer "^5.1.1"
 
-node-fetch@^2.2.0:
-  version "2.2.0"
-  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.2.0.tgz#4ee79bde909262f9775f731e3656d0db55ced5b5"
-
 node-fetch@^2.3.0:
   version "2.3.0"
   resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.3.0.tgz#1a1d940bbfb916a1d3e0219f037e89e71f8c5fa5"
   integrity sha512-MOd8pV3fxENbryESLgVIeaGKrdl+uaYhCSSVkjeOb/31/njTpcis5aWfdqgNlHIrKOLRbMnfPINPOML2CIFeXA==
 
+node-fetch@^2.5.0:
+  version "2.5.0"
+  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.5.0.tgz#8028c49fc1191bba56a07adc6e2a954644a48501"
+  integrity sha512-YuZKluhWGJwCcUu4RlZstdAxr8bFfOVHakc1mplwHkk8J+tqM1Y5yraYvIUpeX8aY7+crCwiELJq7Vl0o0LWXw==
+
 node-forge@0.7.5:
   version "0.7.5"
   resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df"