Skip to content

Commit

Permalink
Merge pull request #3294 from OHIF/fix/bump-axios-version
Browse files Browse the repository at this point in the history
fix(axios): bump axios resolution version / supress warning
  • Loading branch information
igoroctaviano committed Mar 30, 2023
2 parents 1178751 + 570934b commit 238a30c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -146,7 +146,7 @@
"ansi-html": "0.0.8",
"lodash": "4.17.21",
"ansi-regex": "5.0.1",
"axios": "0.21.2",
"axios": "0.21.4",
"async": "3.2.2",
"minimatch": "3.0.5",
"qs": "6.7.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3401,10 +3401,10 @@ aws4@^1.8.0:
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
integrity sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==

axios@0.21.2, axios@^0.18.1, axios@^0.19.0:
version "0.21.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.2.tgz#21297d5084b2aeeb422f5d38e7be4fbb82239017"
integrity sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==
axios@0.21.4, axios@^0.18.1, axios@^0.19.0:
version "0.21.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
dependencies:
follow-redirects "^1.14.0"

Expand Down

0 comments on commit 238a30c

Please sign in to comment.