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

jihoonson pushed a commit to branch 0.20.1
in repository https://gitbox.apache.org/repos/asf/druid.git

commit 36687868b0f63b8bcd950a1836d3d88f1242f06e
Author: Jonathan Wei <[email protected]>
AuthorDate: Thu Jan 7 22:31:44 2021 -0600

    Update deps for CVE-2020-28168 and CVE-2020-28052 (#10733)
    
    * Update deps for CVE-2020-28168 and CVE-2020-28052
    
    * Make BC runtime scope
---
 licenses.yaml                 |  2 +-
 web-console/package-lock.json | 16 +++++++++++-----
 web-console/package.json      |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/licenses.yaml b/licenses.yaml
index 2fe0c14..b603e3f 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -4562,7 +4562,7 @@ license_category: binary
 module: web-console
 license_name: MIT License
 copyright: Matt Zabriskie
-version: 0.19.0
+version: 0.21.1
 license_file_path: licenses/bin/axios.MIT
 
 ---
diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index 6de90c3..4c66f63 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -2395,12 +2395,18 @@
       "dev": true
     },
     "axios": {
-      "version": "0.19.0",
-      "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.0.tgz";,
-      "integrity": 
"sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==",
+      "version": "0.21.1",
+      "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz";,
+      "integrity": 
"sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
       "requires": {
-        "follow-redirects": "1.5.10",
-        "is-buffer": "^2.0.2"
+        "follow-redirects": "^1.10.0"
+      },
+      "dependencies": {
+        "follow-redirects": {
+          "version": "1.13.1",
+          "resolved": 
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz";,
+          "integrity": 
"sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
+        }
       }
     },
     "babel-jest": {
diff --git a/web-console/package.json b/web-console/package.json
index 256c2bf..6e1d84c 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -59,7 +59,7 @@
     "@blueprintjs/core": "^3.19.1",
     "@blueprintjs/datetime": "^3.11.0",
     "@blueprintjs/icons": "^3.11.0",
-    "axios": "^0.19.0",
+    "axios": "^0.21.1",
     "brace": "^0.11.1",
     "classnames": "^2.2.6",
     "copy-to-clipboard": "^3.2.0",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to