Skip to content

Commit f755ee4

Browse files
Bump axios in /{{cookiecutter.project_slug}}/frontend
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.8.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.21.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 96cbc38 commit f755ee4

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

{{cookiecutter.project_slug}}/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@types/node": "^20.8.8",
1111
"@types/react": "^17.0.24",
1212
"@types/react-dom": "^17.0.0",
13-
"axios": "^0.21.4",
13+
"axios": "^1.8.2",
1414
"ra-data-json-server": "^4.13.1",
1515
"ra-data-simple-rest": "^4.13.1",
1616
"react": "^17.0.2",

{{cookiecutter.project_slug}}/frontend/yarn.lock

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3742,12 +3742,14 @@ [email protected]:
37423742
form-data "^4.0.0"
37433743
proxy-from-env "^1.1.0"
37443744

3745-
axios@^0.21.4:
3746-
version "0.21.4"
3747-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
3748-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
3745+
axios@^1.8.2:
3746+
version "1.8.2"
3747+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
3748+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
37493749
dependencies:
3750-
follow-redirects "^1.14.0"
3750+
follow-redirects "^1.15.6"
3751+
form-data "^4.0.0"
3752+
proxy-from-env "^1.1.0"
37513753

37523754
axobject-query@^2.2.0:
37533755
version "2.2.0"
@@ -6074,12 +6076,7 @@ flatted@^3.1.0:
60746076
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
60756077
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
60766078

6077-
follow-redirects@^1.0.0, follow-redirects@^1.14.0:
6078-
version "1.15.2"
6079-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
6080-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
6081-
6082-
follow-redirects@^1.15.6:
6079+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
60836080
version "1.15.9"
60846081
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
60856082
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)