Skip to content

Commit

Permalink
deps:chore - update dependency axios to v0.24.0 (#432)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Lucas Bruno <[email protected]>
  • Loading branch information
3 people authored Dec 14, 2021
1 parent 0dc3adf commit 4f4b876
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
14 changes: 7 additions & 7 deletions e2e/cypress/package-lock.json

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

2 changes: 1 addition & 1 deletion e2e/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "4.4.4"
},
"dependencies": {
"axios": "0.22.0",
"axios": "0.24.0",
"uuid": "8.3.2"
}
}
2 changes: 1 addition & 1 deletion manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@material-ui/pickers": "3.3.10",
"@react-keycloak/web": "3.4.0",
"apexcharts": "3.29.0",
"axios": "0.22.0",
"axios": "0.24.0",
"date-fns": "2.24.0",
"downloadjs": "1.4.7",
"export-from-json": "1.4.1",
Expand Down
9 changes: 1 addition & 8 deletions manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3191,20 +3191,13 @@ axe-core@^4.0.2, axe-core@^4.3.3, axe-core@^4.3.5:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5"
integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA==

axios@*:
axios@*, [email protected]:
version "0.24.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
dependencies:
follow-redirects "^1.14.4"

[email protected]:
version "0.22.0"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25"
integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==
dependencies:
follow-redirects "^1.14.4"

axobject-query@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be"
Expand Down

0 comments on commit 4f4b876

Please sign in to comment.