Skip to content

Commit 0f691c2

Browse files
Update dependency axios to v1
1 parent 7e010e8 commit 0f691c2

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.29.0",
9+
"axios": "1.8.4",
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
@@ -1631,12 +1631,12 @@ axe-core@^4.10.0:
16311631
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
16321632
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
16331633

1634-
axios@0.29.0:
1635-
version "0.29.0"
1636-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb"
1637-
integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==
1634+
axios@1.8.4:
1635+
version "1.8.4"
1636+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
1637+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
16381638
dependencies:
1639-
follow-redirects "^1.15.4"
1639+
follow-redirects "^1.15.6"
16401640
form-data "^4.0.0"
16411641
proxy-from-env "^1.1.0"
16421642

@@ -2980,7 +2980,7 @@ flatted@^2.0.0:
29802980
version "2.0.1"
29812981
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
29822982

2983-
follow-redirects@^1.15.4:
2983+
follow-redirects@^1.15.6:
29842984
version "1.15.9"
29852985
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
29862986
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)