Skip to content

Commit 8ef3eeb

Browse files
authored
Web console: upgrade axios and follow-redirects (apache#16087)
* upgrade axios * upgrade jest
1 parent 85ee775 commit 8ef3eeb

File tree

48 files changed

+11190
-13769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+11190
-13769
lines changed

licenses.yaml

+74-4
Original file line numberDiff line numberDiff line change
@@ -4963,7 +4963,7 @@ license_category: binary
49634963
module: web-console
49644964
license_name: MIT License
49654965
copyright: The Babel Team
4966-
version: 7.22.5
4966+
version: 7.22.15
49674967
license_file_path: licenses/bin/@babel-helper-module-imports.MIT
49684968

49694969
---
@@ -5013,7 +5013,7 @@ license_category: binary
50135013
module: web-console
50145014
license_name: MIT License
50155015
copyright: The Babel Team
5016-
version: 7.23.5
5016+
version: 7.24.0
50175017
license_file_path: licenses/bin/@babel-types.MIT
50185018

50195019
---
@@ -5297,12 +5297,22 @@ license_file_path: licenses/bin/ansi-styles.MIT
52975297

52985298
---
52995299

5300+
name: "asynckit"
5301+
license_category: binary
5302+
module: web-console
5303+
license_name: MIT License
5304+
copyright: Alex Indigo
5305+
version: 0.4.0
5306+
license_file_path: licenses/bin/asynckit.MIT
5307+
5308+
---
5309+
53005310
name: "axios"
53015311
license_category: binary
53025312
module: web-console
53035313
license_name: MIT License
53045314
copyright: Matt Zabriskie
5305-
version: 0.26.1
5315+
version: 1.6.7
53065316
license_file_path: licenses/bin/axios.MIT
53075317

53085318
---
@@ -5436,6 +5446,16 @@ license_file_path: licenses/bin/color-name.MIT
54365446

54375447
---
54385448

5449+
name: "combined-stream"
5450+
license_category: binary
5451+
module: web-console
5452+
license_name: MIT License
5453+
copyright: Felix Geisendörfer
5454+
version: 1.0.8
5455+
license_file_path: licenses/bin/combined-stream.MIT
5456+
5457+
---
5458+
54395459
name: "commander"
54405460
license_category: binary
54415461
module: web-console
@@ -5656,6 +5676,16 @@ license_file_path: licenses/bin/define-properties.MIT
56565676

56575677
---
56585678

5679+
name: "delayed-stream"
5680+
license_category: binary
5681+
module: web-console
5682+
license_name: MIT License
5683+
copyright: Felix Geisendörfer
5684+
version: 1.0.0
5685+
license_file_path: licenses/bin/delayed-stream.MIT
5686+
5687+
---
5688+
56595689
name: "diff-match-patch"
56605690
license_category: binary
56615691
module: web-console
@@ -5769,7 +5799,7 @@ license_category: binary
57695799
module: web-console
57705800
license_name: MIT License
57715801
copyright: Ruben Verborgh
5772-
version: 1.15.1
5802+
version: 1.15.5
57735803
license_file_path: licenses/bin/follow-redirects.MIT
57745804

57755805
---
@@ -5784,6 +5814,16 @@ license_file_path: licenses/bin/fontsource-open-sans.MIT
57845814

57855815
---
57865816

5817+
name: "form-data"
5818+
license_category: binary
5819+
module: web-console
5820+
license_name: MIT License
5821+
copyright: Felix Geisendörfer
5822+
version: 4.0.0
5823+
license_file_path: licenses/bin/form-data.MIT
5824+
5825+
---
5826+
57875827
name: "function-bind"
57885828
license_category: binary
57895829
module: web-console
@@ -6143,6 +6183,26 @@ license_file_path: licenses/bin/memoize-one.MIT
61436183

61446184
---
61456185

6186+
name: "mime-db"
6187+
license_category: binary
6188+
module: web-console
6189+
license_name: MIT License
6190+
copyright: Jonathan Ong <me@jongleberry.com>
6191+
version: 1.52.0
6192+
license_file_path: licenses/bin/mime-db.MIT
6193+
6194+
---
6195+
6196+
name: "mime-types"
6197+
license_category: binary
6198+
module: web-console
6199+
license_name: MIT License
6200+
copyright: Jonathan Ong <me@jongleberry.com>
6201+
version: 2.1.35
6202+
license_file_path: licenses/bin/mime-types.MIT
6203+
6204+
---
6205+
61466206
name: "moment-timezone"
61476207
license_category: binary
61486208
module: web-console
@@ -6332,6 +6392,16 @@ license_file_path: licenses/bin/prop-types.MIT
63326392

63336393
---
63346394

6395+
name: "proxy-from-env"
6396+
license_category: binary
6397+
module: web-console
6398+
license_name: MIT License
6399+
copyright: Rob Wu
6400+
version: 1.1.0
6401+
license_file_path: licenses/bin/proxy-from-env.MIT
6402+
6403+
---
6404+
63356405
name: "react-ace"
63366406
license_category: binary
63376407
module: web-console

licenses/bin/asynckit.MIT

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2016 Alex Indigo
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

licenses/bin/axios.MIT

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
Copyright (c) 2014-present Matt Zabriskie
1+
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
22

3-
Permission is hereby granted, free of charge, to any person obtaining a copy
4-
of this software and associated documentation files (the "Software"), to deal
5-
in the Software without restriction, including without limitation the rights
6-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7-
copies of the Software, and to permit persons to whom the Software is
8-
furnished to do so, subject to the following conditions:
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
94

10-
The above copyright notice and this permission notice shall be included in
11-
all copies or substantial portions of the Software.
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
126

13-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19-
THE SOFTWARE.
7+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

licenses/bin/combined-stream.MIT

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

licenses/bin/delayed-stream.MIT

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

licenses/bin/form-data.MIT

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.

licenses/bin/mime-db.MIT

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4+
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
5+
6+
Permission is hereby granted, free of charge, to any person obtaining
7+
a copy of this software and associated documentation files (the
8+
'Software'), to deal in the Software without restriction, including
9+
without limitation the rights to use, copy, modify, merge, publish,
10+
distribute, sublicense, and/or sell copies of the Software, and to
11+
permit persons to whom the Software is furnished to do so, subject to
12+
the following conditions:
13+
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

licenses/bin/mime-types.MIT

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
(The MIT License)
2+
3+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
4+
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
5+
6+
Permission is hereby granted, free of charge, to any person obtaining
7+
a copy of this software and associated documentation files (the
8+
'Software'), to deal in the Software without restriction, including
9+
without limitation the rights to use, copy, modify, merge, publish,
10+
distribute, sublicense, and/or sell copies of the Software, and to
11+
permit persons to whom the Software is furnished to do so, subject to
12+
the following conditions:
13+
14+
The above copyright notice and this permission notice shall be
15+
included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
18+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
19+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
20+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
21+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
22+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
23+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

licenses/bin/proxy-from-env.MIT

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
The MIT License
2+
3+
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9+
of the Software, and to permit persons to whom the Software is furnished to do
10+
so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

web-console/babel.config.js

-29
This file was deleted.

0 commit comments

Comments
 (0)