Skip to content

Commit

Permalink
chore: Revert back to Axios 0.27.2 as later versions are incompatible…
Browse files Browse the repository at this point in the history
… with tool used to create binaries.
  • Loading branch information
Göran Sander committed Dec 9, 2022
1 parent 1de18e7 commit 9d222df
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 80 deletions.
132 changes: 60 additions & 72 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
"@fastify/autoload": "^5.6.0",
"@fastify/rate-limit": "^7.6.0",
"@fastify/reply-from": "^8.3.1",
"@fastify/sensible": "^5.1.1",
"@fastify/static": "^6.5.1",
"@fastify/sensible": "^5.2.0",
"@fastify/static": "^6.6.0",
"@fastify/swagger": "^8.2.0",
"@fastify/swagger-ui": "^1.3.0",
"@keyvhq/core": "^1.6.14",
"any-base": "^1.1.0",
"axios": "^1.2.0",
"axios": "^0.27.2",
"commander": "^9.4.1",
"config": "^3.3.8",
"cron-job-manager": "^2.3.1",
"email-validator": "^2.0.4",
"enigma.js": "^2.10.0",
"eslint": "^8.28.0",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"express-handlebars": "^6.0.6",
"fastify": "^4.10.2",
"fastify-healthcheck": "^4.2.0",
"fastify-plugin": "^4.3.0",
"fastify-plugin": "^4.4.0",
"fs-extra": "^11.1.0",
"handlebars": "^4.7.7",
"http-errors": "^2.0.0",
Expand All @@ -49,7 +49,7 @@
"qrs-interact": "^6.3.1",
"rate-limiter-flexible": "^2.4.1",
"serializeapp": "^3.0.0",
"systeminformation": "^5.16.0",
"systeminformation": "^5.16.5",
"upath": "^2.0.1",
"uuid": "^9.0.0",
"winston": "^3.8.2",
Expand All @@ -58,8 +58,8 @@
},
"devDependencies": {
"jest": "^29.3.1",
"prettier": "^2.8.0",
"snyk": "^1.1066.0"
"prettier": "^2.8.1",
"snyk": "^1.1069.0"
},
"homepage": "https://github.com/ptarmiganlabs/butler",
"author": "Göran Sander",
Expand Down

0 comments on commit 9d222df

Please sign in to comment.