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

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


The following commit(s) were added to refs/heads/master by this push:
     new adb2237  Fix CVE-2021-3749 reported in security vulnerabilities job 
(#11786)
adb2237 is described below

commit adb223762867915b8c73a689c45ac70aae154bec
Author: andreacyc <[email protected]>
AuthorDate: Sat Oct 9 02:02:58 2021 -0400

    Fix CVE-2021-3749 reported in security vulnerabilities job (#11786)
    
    * Fix CVE-2021-3749 reported in security vulnerabilities job
    
    * test why test fail
    
    * update axios
    
    * remove console log for testing
---
 web-console/README.md         |  4 ++--
 web-console/package-lock.json | 18 +++++++++++++-----
 web-console/package.json      |  2 +-
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/web-console/README.md b/web-console/README.md
index a929083..918f7ef 100644
--- a/web-console/README.md
+++ b/web-console/README.md
@@ -119,8 +119,8 @@ Like so: `DRUID_E2E_TEST_UNIFIED_CONSOLE_PORT=18081 npm run 
test-e2e`
 
 #### Running and debugging a single e2e test using Jest and Playwright
 
-- Run - `jest --config jest.e2e.config.js e2e-tests/tutorial-batch.spec.ts`.
-- Debug - `PWDEBUG=console jest --config jest.e2e.config.js 
e2e-tests/tutorial-batch.spec.ts`.
+- Run - `jest --config jest.e2e.config.js e2e-tests/tutorial-batch.spec.ts`
+- Debug - `PWDEBUG=console jest --config jest.e2e.config.js 
e2e-tests/tutorial-batch.spec.ts`
 
 ## Description of the directory structure
 
diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index f98437d..c3d2557 100644
--- a/web-console/package-lock.json
+++ b/web-console/package-lock.json
@@ -6178,11 +6178,18 @@
       "dev": true
     },
     "axios": {
-      "version": "0.21.1",
-      "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz";,
-      "integrity": 
"sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
+      "version": "0.21.4",
+      "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz";,
+      "integrity": 
"sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
       "requires": {
-        "follow-redirects": "^1.10.0"
+        "follow-redirects": "^1.14.0"
+      },
+      "dependencies": {
+        "follow-redirects": {
+          "version": "1.14.4",
+          "resolved": 
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz";,
+          "integrity": 
"sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g=="
+        }
       }
     },
     "babel-jest": {
@@ -10030,7 +10037,8 @@
     "follow-redirects": {
       "version": "1.13.3",
       "resolved": 
"https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.3.tgz";,
-      "integrity": 
"sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA=="
+      "integrity": 
"sha512-DUgl6+HDzB0iEptNQEXLx/KhTmDb8tZUHSeLqpnjpknR70H0nC2t9N73BK6fN4hOvJ84pKlIQVQ4k5FFlBedKA==",
+      "dev": true
     },
     "fontsource-open-sans": {
       "version": "3.0.9",
diff --git a/web-console/package.json b/web-console/package.json
index 5f232f6..e0fb6d7 100644
--- a/web-console/package.json
+++ b/web-console/package.json
@@ -70,7 +70,7 @@
     "@blueprintjs/datetime": "^3.23.4",
     "@blueprintjs/icons": "^3.26.1",
     "@blueprintjs/popover2": "^0.10.1",
-    "axios": "^0.21.1",
+    "axios": "^0.21.4",
     "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