Skip to content

Commit b7b0032

Browse files
Bump axios from 1.16.0 to 1.18.0 in /client
Bumps [axios](https://github.com/axios/axios) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b09555c commit b7b0032

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

client/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.3.2",
88
"@testing-library/user-event": "^7.1.2",
9-
"axios": "^1.16.0",
9+
"axios": "^1.18.0",
1010
"bootstrap": "^5.0.0",
1111
"react": "^16.13.1",
1212
"react-dom": "^16.13.1",

client/yarn.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3325,13 +3325,14 @@ axe-core@^4.4.3:
33253325
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.5.2.tgz#823fdf491ff717ac3c58a52631d4206930c1d9f7"
33263326
integrity sha512-u2MVsXfew5HBvjsczCv+xlwdNnB1oQR9HlAcsejZttNjKKSkeDNVwB1vMThIUIFI9GoT57Vtk8iQLwqOfAkboA==
33273327

3328-
axios@^1.16.0:
3329-
version "1.16.0"
3330-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7"
3331-
integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w==
3328+
axios@^1.18.0:
3329+
version "1.18.0"
3330+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.0.tgz#8a7f8854af280fcaae063272df2ed9f3837d2398"
3331+
integrity sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==
33323332
dependencies:
33333333
follow-redirects "^1.16.0"
33343334
form-data "^4.0.5"
3335+
https-proxy-agent "^5.0.1"
33353336
proxy-from-env "^2.1.0"
33363337

33373338
axobject-query@^2.2.0:
@@ -5805,7 +5806,7 @@ http-proxy@^1.18.1:
58055806
follow-redirects "^1.0.0"
58065807
requires-port "^1.0.0"
58075808

5808-
https-proxy-agent@^5.0.0:
5809+
https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
58095810
version "5.0.1"
58105811
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
58115812
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==

0 commit comments

Comments
 (0)