Skip to content

Commit

Permalink
build: ⬇️ downgrade axios
Browse files Browse the repository at this point in the history
keep axios at 1.2.1 until axios/axios#5416 is closed
  • Loading branch information
johannrichard committed Jan 6, 2023
1 parent 3ef1720 commit 498fd17
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"op-start": "yarn build && op run --env-file=../.env -- node dist/index.js"
},
"dependencies": {
"axios": "1.2.2",
"axios": "1.2.1",
"luxon": "^3.2.1"
},
"husky": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -1543,14 +1543,14 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:1.2.2":
version: 1.2.2
resolution: "axios@npm:1.2.2"
"axios@npm:1.2.1":
version: 1.2.1
resolution: "axios@npm:1.2.1"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 6e357491b38426c5720f7328ecbafca3c643b03952c052d787570672ce7a9365717c2d64db4ce97cfbee3f830fa405101e360e14d0857ef7f96a9f4d814c4e03
checksum: c4dc4e119064c9aed09a3de309bedb797a139a6fb372223aafe3e0c10a7d4a14e4d3e9c9d309467fadb9d2b490b891ee3df96ef5b55716bb971910466ff9f0c5
languageName: node
linkType: hard

Expand Down Expand Up @@ -4803,7 +4803,7 @@ __metadata:
"@types/luxon": ^3.2.0
"@typescript-eslint/eslint-plugin": ^5.48.0
"@typescript-eslint/parser": ^5.48.0
axios: 1.2.2
axios: 1.2.1
depcheck: ^1.4.3
eslint: ^8.31.0
eslint-config-prettier: ^8.6.0
Expand Down

0 comments on commit 498fd17

Please sign in to comment.