Skip to content

Commit 21bdf33

Browse files
fix(deps): update dependency axios to version 0.28.1 🌟 (#1558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 98ac098 commit 21bdf33

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
"@types/detect-port": "^1.3.2",
2929
"@xstate/react": "3.2.2",
3030
"aws-amplify": "^6.0.16",
31-
"axios": "0.28.0",
31+
"axios": "0.28.1",
3232
"clsx": "1.2.1",
3333
"date-fns": "2.30.0",
3434
"detect-port": "^1.5.1",
3535
"dinero.js": "1.9.1",
36-
"formik": "2.4.5",
36+
"formik": "2.4.6",
3737
"history": "4.10.1",
3838
"postinstall-postinstall": "^2.1.0",
3939
"react": "18.2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4733,10 +4733,10 @@ axe-core@^4.9.1:
47334733
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
47344734
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
47354735

4736-
4737-
version "0.28.0"
4738-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
4739-
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
4736+
4737+
version "0.28.1"
4738+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
4739+
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
47404740
dependencies:
47414741
follow-redirects "^1.15.0"
47424742
form-data "^4.0.0"
@@ -7096,10 +7096,10 @@ form-data@~2.3.2:
70967096
combined-stream "^1.0.6"
70977097
mime-types "^2.1.12"
70987098

7099-
7100-
version "2.4.5"
7101-
resolved "https://registry.yarnpkg.com/formik/-/formik-2.4.5.tgz#f899b5b7a6f103a8fabb679823e8fafc7e0ee1b4"
7102-
integrity sha512-Gxlht0TD3vVdzMDHwkiNZqJ7Mvg77xQNfmBRrNtvzcHZs72TJppSTDKHpImCMJZwcWPBJ8jSQQ95GJzXFf1nAQ==
7099+
7100+
version "2.4.6"
7101+
resolved "https://registry.yarnpkg.com/formik/-/formik-2.4.6.tgz#4da75ca80f1a827ab35b08fd98d5a76e928c9686"
7102+
integrity sha512-A+2EI7U7aG296q2TLGvNapDNTZp1khVt5Vk0Q/fyfSROss0V/V6+txt2aJnwEos44IxTCW/LYAi/zgWzlevj+g==
71037103
dependencies:
71047104
"@types/hoist-non-react-statics" "^3.3.1"
71057105
deepmerge "^2.1.1"

0 commit comments

Comments
 (0)