This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch 0.22.1
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/0.22.1 by this push:
new e1bb1f2 Fix CVE-2021-3749 reported in security vulnerabilities job
(#11786)
e1bb1f2 is described below
commit e1bb1f2d82cae418e594dc84e021eb0d28da2553
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/package-lock.json | 18 +++++++++++++-----
web-console/package.json | 2 +-
2 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/web-console/package-lock.json b/web-console/package-lock.json
index 9f24067..b379b4e 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 3eaf1bb..8b7edcb 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]