Skip to content

Commit 9774613

Browse files
Update dependency axios to v1
1 parent 5160b46 commit 9774613

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.30.0",
9+
"axios": "1.10.0",
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
@@ -1708,12 +1708,12 @@ axe-core@^4.10.0:
17081708
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
17091709
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
17101710

1711-
axios@0.30.0:
1712-
version "0.30.0"
1713-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3"
1714-
integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg==
1711+
axios@1.10.0:
1712+
version "1.10.0"
1713+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.10.0.tgz#af320aee8632eaf2a400b6a1979fa75856f38d54"
1714+
integrity sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==
17151715
dependencies:
1716-
follow-redirects "^1.15.4"
1716+
follow-redirects "^1.15.6"
17171717
form-data "^4.0.0"
17181718
proxy-from-env "^1.1.0"
17191719

@@ -3078,7 +3078,7 @@ flatted@^2.0.0:
30783078
version "2.0.1"
30793079
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
30803080

3081-
follow-redirects@^1.15.4:
3081+
follow-redirects@^1.15.6:
30823082
version "1.15.9"
30833083
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
30843084
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)