Skip to content

Commit 79c1e6c

Browse files
Bump axios from 1.15.2 to 1.18.0
Bumps [axios](https://github.com/axios/axios) from 1.15.2 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.15.2...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 1794ffa commit 79c1e6c

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@tensorflow/tfjs-node": "^4.21.0",
4747
"@vector-im/matrix-bot-sdk": "^0.8.0-element.2",
4848
"await-lock": "^2.2.2",
49-
"axios": "^1.15.2",
49+
"axios": "^1.18.0",
5050
"config": "^3.3.8",
5151
"express": "^4.20",
5252
"html-to-text": "^8.0.0",

yarn.lock

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -779,13 +779,14 @@ aws4@^1.8.0:
779779
resolved "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz"
780780
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
781781

782-
axios@^1.15.2:
783-
version "1.15.2"
784-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
785-
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
782+
axios@^1.18.0:
783+
version "1.18.0"
784+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.0.tgz#8a7f8854af280fcaae063272df2ed9f3837d2398"
785+
integrity sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==
786786
dependencies:
787-
follow-redirects "^1.15.11"
787+
follow-redirects "^1.16.0"
788788
form-data "^4.0.5"
789+
https-proxy-agent "^5.0.1"
789790
proxy-from-env "^2.1.0"
790791

791792
balanced-match@^1.0.0:
@@ -1775,7 +1776,7 @@ flatted@^3.1.0:
17751776
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
17761777
integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
17771778

1778-
follow-redirects@^1.15.11:
1779+
follow-redirects@^1.16.0:
17791780
version "1.16.0"
17801781
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
17811782
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
@@ -2184,10 +2185,10 @@ https-proxy-agent@^2.2.1:
21842185
agent-base "^4.3.0"
21852186
debug "^3.1.0"
21862187

2187-
https-proxy-agent@^5.0.0:
2188-
version "5.0.0"
2189-
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz"
2190-
integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
2188+
https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1:
2189+
version "5.0.1"
2190+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
2191+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
21912192
dependencies:
21922193
agent-base "6"
21932194
debug "4"

0 commit comments

Comments
 (0)