Skip to content

Commit b77aea8

Browse files
Bump axios from 1.6.0 to 1.7.4 in /azure-function-client (#73)
Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.6.0...v1.7.4) --- 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 69057eb commit b77aea8

2 files changed

Lines changed: 7 additions & 7 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.6.0",
18+
"axios": "^1.7.4",
1919
"react": "^17.0.2",
2020
"react-dom": "^17.0.2",
2121
"react-scripts": "5.0.0",

azure-function-client/yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,12 +2656,12 @@ axe-core@^4.3.5:
26562656
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
26572657
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==
26582658

2659-
axios@^1.6.0:
2660-
version "1.6.0"
2661-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
2662-
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
2659+
axios@^1.7.4:
2660+
version "1.7.4"
2661+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
2662+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
26632663
dependencies:
2664-
follow-redirects "^1.15.0"
2664+
follow-redirects "^1.15.6"
26652665
form-data "^4.0.0"
26662666
proxy-from-env "^1.1.0"
26672667

@@ -4499,7 +4499,7 @@ flatted@^3.1.0:
44994499
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.4.tgz#28d9969ea90661b5134259f312ab6aa7929ac5e2"
45004500
integrity sha512-8/sOawo8tJ4QOBX8YlQBMxL8+RLZfxMQOif9o0KUKTNTjMYElWPE0r/m5VNFxTRd0NSw8qSy8dajrwX4RYI1Hw==
45014501

4502-
follow-redirects@^1.0.0, follow-redirects@^1.15.0:
4502+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
45034503
version "1.15.6"
45044504
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
45054505
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==

0 commit comments

Comments
 (0)