Skip to content

Commit c2a8a35

Browse files
dependabot[bot]mfix22
authored andcommitted
Bump axios from 0.27.2 to 0.28.0
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48f59be commit c2a8a35

File tree

2 files changed

+11
-15
lines changed

2 files changed

+11
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@next/bundle-analyzer": "latest",
3232
"@reach/visually-hidden": "^0.17.0",
3333
"actionsack": "^0.0.15",
34-
"axios": "^0.27.2",
34+
"axios": "^0.28.0",
3535
"chrome-aws-lambda": "^8.0.2",
3636
"cm-show-invisibles": "^3.1.0",
3737
"codemirror": "5.65.5",

yarn.lock

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,13 +2633,14 @@ axios@^0.25.0:
26332633
dependencies:
26342634
follow-redirects "^1.14.7"
26352635

2636-
axios@^0.27.2:
2637-
version "0.27.2"
2638-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2639-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
2636+
axios@^0.28.0:
2637+
version "0.28.0"
2638+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2639+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
26402640
dependencies:
2641-
follow-redirects "^1.14.9"
2641+
follow-redirects "^1.15.0"
26422642
form-data "^4.0.0"
2643+
proxy-from-env "^1.1.0"
26432644

26442645
axobject-query@^2.2.0:
26452646
version "2.2.0"
@@ -4348,15 +4349,10 @@ flatted@^3.1.0:
43484349
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.5.tgz#76c8584f4fc843db64702a6bd04ab7a8bd666da3"
43494350
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
43504351

4351-
follow-redirects@^1.14.7, follow-redirects@^1.14.9:
4352-
version "1.15.0"
4353-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.0.tgz#06441868281c86d0dda4ad8bdaead2d02dca89d4"
4354-
integrity sha512-aExlJShTV4qOUOL7yF1U5tvLCB0xQuudbf6toyYA0E/acBNw71mvjFTnLaRp50aQaYocMR0a/RMMBIHeZnGyjQ==
4355-
4356-
follow-redirects@^1.14.8:
4357-
version "1.15.1"
4358-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
4359-
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==
4352+
follow-redirects@^1.14.7, follow-redirects@^1.14.8, follow-redirects@^1.15.0:
4353+
version "1.15.6"
4354+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
4355+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
43604356

43614357
for-each@^0.3.3:
43624358
version "0.3.3"

0 commit comments

Comments
 (0)