Skip to content

Commit a99912e

Browse files
author
Dane Pilcher
committed
chore: upgrade axios to 1.8.2
It is ok to use resolutions here becuase axios is only used in testing packages
1 parent 77e9fc1 commit a99912e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
"ejs": "^3.1.7",
426426
"json5": "^2.2.3",
427427
"semver": "^7.5.2",
428-
"axios": "^1.7.4",
428+
"axios": "^1.8.2",
429429
"braces": "^3.0.3",
430430
"**/aws-amplify/**/fast-xml-parser": "^4.4.1",
431431
"cookie": "^0.7.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8699,10 +8699,10 @@ axe-core@^4.10.0:
86998699
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
87008700
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==
87018701

8702-
axios@0.26.0, axios@^0.21.1, axios@^1.0.0, axios@^1.6.0, axios@^1.7.4:
8703-
version "1.7.9"
8704-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
8705-
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
8702+
axios@0.26.0, axios@^0.21.1, axios@^1.0.0, axios@^1.6.0, axios@^1.8.2:
8703+
version "1.8.4"
8704+
resolved "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
8705+
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
87068706
dependencies:
87078707
follow-redirects "^1.15.6"
87088708
form-data "^4.0.0"

0 commit comments

Comments
 (0)