Skip to content

Commit

Permalink
put back axios 1.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister-cll committed Dec 13, 2024
1 parent 365a2aa commit ad8efc5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"dependencies": {
"ajv": "8.17.1",
"axios": "1.7.9",
"axios": "1.7.8",
"eventsource": "2.0.2",
"fastify": "4.29.0",
"ioredis": "5.4.1",
Expand Down
2 changes: 1 addition & 1 deletion src/util/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const baseLogger = pino(
},
timestamp: () => {
const now = new Date()
return `,"time":${now.getTime()},"isoTime":"${now.toISOString()}"`
return `,"time":${now.getTime()},"isoTime":"${now.toISOString()}"`
},
hooks: {
logMethod(inputArgs, method) {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -735,10 +735,10 @@ axios-mock-adapter@2.1.0:
fast-deep-equal "^3.1.3"
is-buffer "^2.0.5"

axios@1.7.9:
version "1.7.9"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
axios@1.7.8:
version "1.7.8"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e"
integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit ad8efc5

Please sign in to comment.