Skip to content

Commit d331ff9

Browse files
bump axios to 1.6.0 (#239)
* bump axios to 1.6.1 * downgrade to 1.6.0
1 parent 7de55cb commit d331ff9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"dependencies": {
77
"ajv": "8.11.0",
8-
"axios": "1.3.4",
8+
"axios": "1.6.0",
99
"eventsource": "2.0.2",
1010
"fastify": "4.13.0",
1111
"ioredis": "5.2.3",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -831,10 +831,10 @@ [email protected]:
831831
fast-deep-equal "^3.1.3"
832832
is-buffer "^2.0.5"
833833

834-
axios@1.3.4:
835-
version "1.3.4"
836-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
837-
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
834+
axios@1.6.0:
835+
version "1.6.0"
836+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
837+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
838838
dependencies:
839839
follow-redirects "^1.15.0"
840840
form-data "^4.0.0"

0 commit comments

Comments
 (0)