Skip to content

Commit

Permalink
Merge pull request #689 from Availity/build/upgrade-axios
Browse files Browse the repository at this point in the history
build(example): upgrade axios
  • Loading branch information
gregmartDOTin authored Nov 30, 2023
2 parents c4fb0bf + 3b753ca commit a7d5daf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@availity/spaces": "6.6.0",
"@availity/yup": "^5.1.2",
"availity-uikit": "^4.4.0",
"axios": "^1.4.0",
"axios": "^1.6.2",
"classnames": "^2.3.2",
"formik": "^2.4.2",
"prop-types": "^15.8.1",
Expand Down
15 changes: 13 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ __metadata:
"@types/reactstrap": ^8.7.2
"@types/yup": ^0.32.0
availity-uikit: ^4.4.0
axios: ^1.4.0
axios: ^1.6.2
classnames: ^2.3.2
cross-env: ^7.0.3
esbuild-loader: ^3.0.1
Expand Down Expand Up @@ -10562,7 +10562,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.0.0, axios@npm:^1.4.0":
"axios@npm:^1.0.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
dependencies:
Expand All @@ -10573,6 +10573,17 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.2":
version: 1.6.2
resolution: "axios@npm:1.6.2"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 4a7429e2b784be0f2902ca2680964391eae7236faa3967715f30ea45464b98ae3f1c6f631303b13dfe721b17126b01f486c7644b9ef276bfc63112db9fd379f8
languageName: node
linkType: hard

"axobject-query@npm:^2.2.0":
version: 2.2.0
resolution: "axobject-query@npm:2.2.0"
Expand Down

0 comments on commit a7d5daf

Please sign in to comment.