Skip to content

Commit 744f4b5

Browse files
build(deps): bump axios from 1.5.0 to 1.6.0 (#928)
Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea09b04 commit 744f4b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@tailwindcss/forms": "^0.5.3",
1414
"autoprefixer": "^10.4.13",
15-
"axios": "^1.1.3",
15+
"axios": "^1.6.0",
1616
"browser-sync": "^2.27.11",
1717
"browser-sync-webpack-plugin": "^2.3.0",
1818
"clipboard": "^2.0.11",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,10 +1681,10 @@ [email protected]:
16811681
dependencies:
16821682
follow-redirects "^1.14.0"
16831683

1684-
axios@^1.1.3:
1685-
version "1.5.0"
1686-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
1687-
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
1684+
axios@^1.6.0:
1685+
version "1.6.0"
1686+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
1687+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
16881688
dependencies:
16891689
follow-redirects "^1.15.0"
16901690
form-data "^4.0.0"

0 commit comments

Comments
 (0)