Skip to content

Commit a101c0b

Browse files
Update dependency axios to v1
1 parent 5e25c23 commit a101c0b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "John D'Agostino <john@ordermentum.com>",
77
"license": "MIT",
88
"dependencies": {
9-
"axios": "0.28.1",
9+
"axios": "1.7.5",
1010
"null-logger": "^1.0.0",
1111
"qs": "^6.9.0"
1212
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,12 +1891,12 @@ axe-core@^4.9.1:
18911891
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
18921892
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
18931893

1894-
axios@0.28.1:
1895-
version "0.28.1"
1896-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
1897-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
1894+
axios@1.7.5:
1895+
version "1.7.5"
1896+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.5.tgz#21eed340eb5daf47d29b6e002424b3e88c8c54b1"
1897+
integrity sha512-fZu86yCo+svH3uqJ/yTdQ0QHpQu5oL+/QE+QPSv6BZSkDAoky9vytxp7u5qk83OJFS3kEBcesWni9WTZAv3tSw==
18981898
dependencies:
1899-
follow-redirects "^1.15.0"
1899+
follow-redirects "^1.15.6"
19001900
form-data "^4.0.0"
19011901
proxy-from-env "^1.1.0"
19021902

@@ -3172,10 +3172,10 @@ flatted@^2.0.0:
31723172
version "2.0.1"
31733173
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
31743174

3175-
follow-redirects@^1.15.0:
3176-
version "1.15.5"
3177-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
3178-
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
3175+
follow-redirects@^1.15.6:
3176+
version "1.15.6"
3177+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
3178+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
31793179

31803180
for-each@^0.3.3:
31813181
version "0.3.3"

0 commit comments

Comments
 (0)