Skip to content

Commit

Permalink
Update dependency axios to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 5, 2023
1 parent 8330e2f commit 08963c6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@emotion/styled": "11.11.0",
"@mui/x-date-pickers": "5.0.9",
"@types/lodash.debounce": "4.0.6",
"axios": "0.27.2",
"axios": "1.4.0",
"connected-react-router": "6.9.1",
"date-fns": "2.30.0",
"hex-to-rgba": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"@types/redux-logger": "3.0.8",
"axios": "0.27.2",
"axios": "1.4.0",
"connected-react-router": "6.9.1",
"custom-event-polyfill": "1.0.7",
"datagateway-common": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"axios": "0.27.2",
"axios": "1.4.0",
"datagateway-common": "^1.1.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.10",
"@types/redux-logger": "3.0.8",
"axios": "0.27.2",
"axios": "1.4.0",
"connected-react-router": "6.9.1",
"custom-event-polyfill": "1.0.7",
"datagateway-common": "^1.1.1",
Expand Down
30 changes: 24 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4784,7 +4784,18 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:0.27.2, axios@npm:^0.27.2":
"axios@npm:1.4.0":
version: 1.4.0
resolution: "axios@npm:1.4.0"
dependencies:
follow-redirects: ^1.15.0
form-data: ^4.0.0
proxy-from-env: ^1.1.0
checksum: 7fb6a4313bae7f45e89d62c70a800913c303df653f19eafec88e56cea2e3821066b8409bc68be1930ecca80e861c52aa787659df0ffec6ad4d451c7816b9386b
languageName: node
linkType: hard

"axios@npm:^0.27.2":
version: 0.27.2
resolution: "axios@npm:0.27.2"
dependencies:
Expand Down Expand Up @@ -6466,7 +6477,7 @@ __metadata:
"@types/react-virtualized": 9.21.10
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
axios: 0.27.2
axios: 1.4.0
connected-react-router: 6.9.1
date-fns: 2.30.0
eslint: 8.44.0
Expand Down Expand Up @@ -6537,7 +6548,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
"@welldone-software/why-did-you-render": 7.0.1
axios: 0.27.2
axios: 1.4.0
blob-polyfill: 7.0.20220408
connected-react-router: 6.9.1
cross-env: 7.0.3
Expand Down Expand Up @@ -6608,7 +6619,7 @@ __metadata:
"@types/react-virtualized": 9.21.10
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
axios: 0.27.2
axios: 1.4.0
cross-env: 7.0.3
cypress: 11.2.0
cypress-failed-log: 2.10.0
Expand Down Expand Up @@ -6677,7 +6688,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.60.0
"@typescript-eslint/parser": 5.60.0
"@wojtekmaj/enzyme-adapter-react-17": 0.6.6
axios: 0.27.2
axios: 1.4.0
connected-react-router: 6.9.1
cross-env: 7.0.3
custom-event-polyfill: 1.0.7
Expand Down Expand Up @@ -8483,7 +8494,7 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.9":
"follow-redirects@npm:^1.0.0, follow-redirects@npm:^1.14.9, follow-redirects@npm:^1.15.0":
version: 1.15.2
resolution: "follow-redirects@npm:1.15.2"
peerDependenciesMeta:
Expand Down Expand Up @@ -13432,6 +13443,13 @@ __metadata:
languageName: node
linkType: hard

"proxy-from-env@npm:^1.1.0":
version: 1.1.0
resolution: "proxy-from-env@npm:1.1.0"
checksum: ed7fcc2ba0a33404958e34d95d18638249a68c430e30fcb6c478497d72739ba64ce9810a24f53a7d921d0c065e5b78e3822759800698167256b04659366ca4d4
languageName: node
linkType: hard

"ps-tree@npm:1.2.0":
version: 1.2.0
resolution: "ps-tree@npm:1.2.0"
Expand Down

0 comments on commit 08963c6

Please sign in to comment.