Skip to content

Commit

Permalink
chore: update axios
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasburtey committed Dec 20, 2022
1 parent 309bca2 commit eca59ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -52,7 +52,7 @@
"apollo-server-core": "^3.11.1",
"apollo-server-errors": "^3.3.1",
"apollo-server-express": "^3.10.3",
"axios": "1.2",
"axios": "^1.2.1",
"balanceofsatoshis": "^13.10.6",
"bip32": "^3.1.0",
"bitcoin-core-ts": "^3.0.3",
Expand Down Expand Up @@ -136,6 +136,7 @@
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"@xascode/tscpaths": "0.1.4",
"axios-mock-adapter": "^1.21.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.3.0",
Expand All @@ -156,7 +157,6 @@
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.1.0",
"@xascode/tscpaths": "0.1.4",
"typescript": "^4.9.4",
"ws": "^8.10.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Expand Up @@ -3954,15 +3954,6 @@ axios-mock-adapter@^1.21.2:
fast-deep-equal "^3.1.3"
is-buffer "^2.0.5"

axios@1.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.0.tgz#1cb65bd75162c70e9f8d118a905126c4a201d383"
integrity sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

axios@^0.19.2:
version "0.19.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.2.tgz#3ea36c5d8818d0d5f8a8a97a6d36b86cdc00cb27"
Expand All @@ -3984,6 +3975,15 @@ axios@^0.26.1:
dependencies:
follow-redirects "^1.14.8"

axios@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a"
integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"

babel-jest@^28.1.3:
version "28.1.3"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-28.1.3.tgz#c1187258197c099072156a0a121c11ee1e3917d5"
Expand Down

0 comments on commit eca59ab

Please sign in to comment.