Skip to content

Commit c3ec742

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

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
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.11.0",
1010
"null-logger": "^1.0.0",
1111
"qs": "^6.9.0"
1212
},

yarn.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,13 +1708,13 @@ 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.11.0:
1712+
version "1.11.0"
1713+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.11.0.tgz#c2ec219e35e414c025b2095e8b8280278478fdb6"
1714+
integrity sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==
17151715
dependencies:
1716-
follow-redirects "^1.15.4"
1717-
form-data "^4.0.0"
1716+
follow-redirects "^1.15.6"
1717+
form-data "^4.0.4"
17181718
proxy-from-env "^1.1.0"
17191719

17201720
axobject-query@^4.1.0:
@@ -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==
@@ -3101,13 +3101,15 @@ foreground-child@^1.5.6:
31013101
cross-spawn "^4"
31023102
signal-exit "^3.0.0"
31033103

3104-
form-data@^4.0.0:
3105-
version "4.0.0"
3106-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3107-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
3104+
form-data@^4.0.4:
3105+
version "4.0.4"
3106+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
3107+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
31083108
dependencies:
31093109
asynckit "^0.4.0"
31103110
combined-stream "^1.0.8"
3111+
es-set-tostringtag "^2.1.0"
3112+
hasown "^2.0.2"
31113113
mime-types "^2.1.12"
31123114

31133115
fs-readdir-recursive@^1.1.0:

0 commit comments

Comments
 (0)