Skip to content

Commit 68b9a97

Browse files
Update dependency axios to v1
1 parent 9f69bd5 commit 68b9a97

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.0",
9+
"axios": "1.6.7",
1010
"null-logger": "^1.0.0",
1111
"qs": "^6.9.0"
1212
},

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,12 +1705,12 @@ axe-core@=4.7.0:
17051705
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
17061706
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
17071707

1708-
axios@0.28.0:
1709-
version "0.28.0"
1710-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
1711-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
1708+
axios@1.6.7:
1709+
version "1.6.7"
1710+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7"
1711+
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
17121712
dependencies:
1713-
follow-redirects "^1.15.0"
1713+
follow-redirects "^1.15.4"
17141714
form-data "^4.0.0"
17151715
proxy-from-env "^1.1.0"
17161716

@@ -2835,7 +2835,7 @@ flatted@^2.0.0:
28352835
version "2.0.1"
28362836
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
28372837

2838-
follow-redirects@^1.15.0:
2838+
follow-redirects@^1.15.4:
28392839
version "1.15.5"
28402840
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
28412841
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==

0 commit comments

Comments
 (0)