Skip to content

Commit d4f1e68

Browse files
fix(deps): update dependency axios to v1.6.0 [security]
1 parent 04bb54c commit d4f1e68

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
@@ -50,7 +50,7 @@
5050
"@txnlab/use-wallet": "^2.1.1",
5151
"@walletconnect/modal-sign-html": "^2.5.5",
5252
"algosdk": "^2.5.0",
53-
"axios": "1.4.0",
53+
"axios": "1.6.0",
5454
"next": "13.4.19",
5555
"next-pwa": "5.6.0",
5656
"nextjs-google-analytics": "2.3.3",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,10 +3544,10 @@ axe-core@=4.7.0:
35443544
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.7.0.tgz"
35453545
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
35463546

3547-
axios@1.4.0:
3548-
version "1.4.0"
3549-
resolved "https://registry.npmjs.org/axios/-/axios-1.4.0.tgz"
3550-
integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA==
3547+
axios@1.6.0:
3548+
version "1.6.0"
3549+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
3550+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
35513551
dependencies:
35523552
follow-redirects "^1.15.0"
35533553
form-data "^4.0.0"

0 commit comments

Comments
 (0)