You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by da...@apache.org on 2020/09/10 09:23:44 UTC

[logging-log4net] branch master updated: :arrow_up: upgrade zarro, should resolve npm warnings about old yargs dependencies

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

davydm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git


The following commit(s) were added to refs/heads/master by this push:
     new acda688  :arrow_up: upgrade zarro, should resolve npm warnings about old yargs dependencies
acda688 is described below

commit acda6883586d56d6788c4bd97aa65148d79f16a1
Author: Davyd McColl <da...@gmail.com>
AuthorDate: Thu Sep 10 11:23:28 2020 +0200

    :arrow_up: upgrade zarro, should resolve npm warnings about old yargs dependencies
---
 package-lock.json | 28 ++++++++++++++++++++--------
 package.json      |  2 +-
 2 files changed, 21 insertions(+), 9 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 15bcb21..68573e0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1459,9 +1459,9 @@
       }
     },
     "dot-prop": {
-      "version": "5.2.0",
-      "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.2.0.tgz",
-      "integrity": "sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==",
+      "version": "5.3.0",
+      "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-5.3.0.tgz",
+      "integrity": "sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==",
       "dev": true,
       "requires": {
         "is-obj": "^2.0.0"
@@ -6204,9 +6204,9 @@
       }
     },
     "zarro": {
-      "version": "1.77.0",
-      "resolved": "https://registry.npmjs.org/zarro/-/zarro-1.77.0.tgz",
-      "integrity": "sha512-qTKIHiZU0okuM7k/qRB13gA7j+9FTQq86qY/PulIgnSC8/QntxlIqzGxFjr/AJFT4JNqMS6LLzYyuMZS9knv1Q==",
+      "version": "1.78.0",
+      "resolved": "https://registry.npmjs.org/zarro/-/zarro-1.78.0.tgz",
+      "integrity": "sha512-lDpbakbZYnh9TtunnkQqANSaY0v7anNSb3MJyYSAC4HlR/ZpG8NdxzrVdPkLEproM110EkLAdilip4tgtQ72Ww==",
       "dev": true,
       "requires": {
         "ansi-colors": "^4.1.1",
@@ -6223,7 +6223,7 @@
         "gulp-filter": "^6.0.0",
         "gulp-msbuild": "^0.8.0",
         "mkdirp": "^1.0.4",
-        "nodemon": "^2.0.3",
+        "nodemon": "^2.0.4",
         "npm-run-all": "^4.1.5",
         "plugin-error": "^1.0.1",
         "readline": "^1.3.0",
@@ -6235,11 +6235,23 @@
         "sax": "^1.2.4",
         "simple-git": "^1.132.0",
         "temp": "^0.9.1",
-        "through2": "^3.0.1",
+        "through2": "^3.0.2",
         "undertaker-forward-reference": "^1.0.2",
         "vinyl": "^2.2.0",
         "which": "^2.0.2",
         "xml2js": "^0.4.23"
+      },
+      "dependencies": {
+        "through2": {
+          "version": "3.0.2",
+          "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.2.tgz",
+          "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==",
+          "dev": true,
+          "requires": {
+            "inherits": "^2.0.4",
+            "readable-stream": "2 || 3"
+          }
+        }
       }
     }
   }
diff --git a/package.json b/package.json
index 7b41e90..b4999d8 100644
--- a/package.json
+++ b/package.json
@@ -31,6 +31,6 @@
     "rimraf": "^3.0.2",
     "which": "^2.0.2",
     "yafs": "^1.5.0",
-    "zarro": "^1.77.0"
+    "zarro": "^1.78.0"
   }
 }