Skip to content

Commit ad4109e

Browse files
authored
Merge pull request #335 from alphagov/bau-bump-axios
BAU: Bump Axios version to 1.25.0
2 parents fa3e0f8 + 8957c43 commit ad4109e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"dependencies": {
5656
"aws-sdk": "2.1040.0",
57-
"axios": "^0.24.0",
57+
"axios": "^0.25.0",
5858
"base64url": "3.0.1",
5959
"body-parser": "^1.19.0",
6060
"cfenv": "^1.2.4",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -924,12 +924,12 @@ aws-sdk@2.1040.0:
924924
uuid "3.3.2"
925925
xml2js "0.4.19"
926926

927-
axios@^0.24.0:
928-
version "0.24.0"
929-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
930-
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
927+
axios@^0.25.0:
928+
version "0.25.0"
929+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a"
930+
integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==
931931
dependencies:
932-
follow-redirects "^1.14.4"
932+
follow-redirects "^1.14.7"
933933

934934
balanced-match@^1.0.0:
935935
version "1.0.2"
@@ -2117,7 +2117,7 @@ flatted@^3.1.0:
21172117
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
21182118
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
21192119

2120-
follow-redirects@^1.14.4:
2120+
follow-redirects@^1.14.7:
21212121
version "1.14.7"
21222122
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.7.tgz#2004c02eb9436eee9a21446a6477debf17e81685"
21232123
integrity sha512-+hbxoLbFMbRKDwohX8GkTataGqO6Jb7jGwpAlwgy2bIz25XtRm7KEzJM76R1WiNT5SwZkX4Y75SwBolkpmE7iQ==

0 commit comments

Comments
 (0)