Skip to content

Commit 6622150

Browse files
Bump axios from 1.7.4 to 1.8.2 in /azure-function-client (#82)
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1c2aba commit 6622150

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

azure-function-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/node": "^16.7.13",
1616
"@types/react": "^17.0.20",
1717
"@types/react-dom": "^17.0.9",
18-
"axios": "^1.7.4",
18+
"axios": "^1.8.2",
1919
"react": "^17.0.2",
2020
"react-dom": "^17.0.2",
2121
"react-scripts": "5.0.0",

azure-function-client/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,10 +2675,10 @@ axe-core@^4.3.5:
26752675
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
26762676
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
26772677

2678-
axios@^1.7.4:
2679-
version "1.7.4"
2680-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2681-
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
2678+
axios@^1.8.2:
2679+
version "1.8.2"
2680+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
2681+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
26822682
dependencies:
26832683
follow-redirects "^1.15.6"
26842684
form-data "^4.0.0"

0 commit comments

Comments
 (0)