Skip to content

Commit a4d614a

Browse files
renovate[bot]daniellockyer
authored andcommitted
Update dependency axios to v1
1 parent 40c8c9c commit a4d614a

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

packages/admin-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"sinon": "15.0.4"
2929
},
3030
"dependencies": {
31-
"axios": "^0.27.0",
31+
"axios": "^1.0.0",
3232
"form-data": "^4.0.0",
3333
"jsonwebtoken": "^8.4.0"
3434
}

packages/content-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"sinon": "15.0.4"
5050
},
5151
"dependencies": {
52-
"axios": "^0.27.0"
52+
"axios": "^1.0.0"
5353
}
5454
}

yarn.lock

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,14 +3224,6 @@ at-least-node@^1.0.0:
32243224
resolved "https://registry.yarnpkg.com/at-least-node/-/at-least-node-1.0.0.tgz#602cd4b46e844ad4effc92a8011a3c46e0238dc2"
32253225
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
32263226

3227-
axios@^0.27.0:
3228-
version "0.27.2"
3229-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
3230-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
3231-
dependencies:
3232-
follow-redirects "^1.14.9"
3233-
form-data "^4.0.0"
3234-
32353227
axios@^1.0.0:
32363228
version "1.4.0"
32373229
resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f"
@@ -4973,7 +4965,7 @@ flatted@^3.1.0:
49734965
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
49744966
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
49754967

4976-
follow-redirects@^1.14.9, follow-redirects@^1.15.0:
4968+
follow-redirects@^1.15.0:
49774969
version "1.15.2"
49784970
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
49794971
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==

0 commit comments

Comments
 (0)