Skip to content

Commit f6b69a4

Browse files
fix(deps): bump axios from 1.0.0 to 1.1.2
Bumps [axios](https://github.com/axios/axios) from 1.0.0 to 1.1.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.0.0...v1.1.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bb96d4 commit f6b69a4

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
@@ -92,7 +92,7 @@
9292
"npm": "7.19.1"
9393
},
9494
"dependencies": {
95-
"axios": "^1.0.0",
95+
"axios": "^1.1.2",
9696
"did-jwt": "^5.7.0",
9797
"ethers": "^5.7.1"
9898
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2247,10 +2247,10 @@ at-least-node@^1.0.0:
22472247
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
22482248
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
22492249

2250-
axios@^1.0.0:
2251-
version "1.0.0"
2252-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.0.0.tgz#16ded6096c1d37650db9f6a8d48a2f7c1bb58622"
2253-
integrity sha512-SsHsGFN1qNPFT5QhSoSD37SHDfGyLSW5AESmyLk2JeCMHv5g0I9g0Hz/zQHx2KNe0jGXh2q2hAm7OdkXm360CA==
2250+
axios@^1.1.2:
2251+
version "1.1.2"
2252+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331"
2253+
integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA==
22542254
dependencies:
22552255
follow-redirects "^1.15.0"
22562256
form-data "^4.0.0"

0 commit comments

Comments
 (0)