Skip to content

Commit 483f7f1

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 1a65ef9 commit 483f7f1

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

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

+1-1
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

+16-9
Original file line numberDiff line numberDiff line change
@@ -3724,12 +3724,14 @@ [email protected]:
37243724
follow-redirects "^1.14.9"
37253725
form-data "^4.0.0"
37263726

3727-
axios@^0.21.4:
3728-
version "0.21.4"
3729-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
3730-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
3727+
axios@^1.8.2:
3728+
version "1.8.2"
3729+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.2.tgz#fabe06e241dfe83071d4edfbcaa7b1c3a40f7979"
3730+
integrity sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==
37313731
dependencies:
3732-
follow-redirects "^1.14.0"
3732+
follow-redirects "^1.15.6"
3733+
form-data "^4.0.0"
3734+
proxy-from-env "^1.1.0"
37333735

37343736
axobject-query@^2.2.0:
37353737
version "2.2.0"
@@ -6026,10 +6028,10 @@ flatted@^3.1.0:
60266028
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
60276029
integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
60286030

6029-
follow-redirects@^1.0.0, follow-redirects@^1.14.0, follow-redirects@^1.14.9:
6030-
version "1.15.2"
6031-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
6032-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
6031+
follow-redirects@^1.0.0, follow-redirects@^1.14.9, follow-redirects@^1.15.6:
6032+
version "1.15.9"
6033+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
6034+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
60336035

60346036
forever-agent@~0.6.1:
60356037
version "0.6.1"
@@ -9233,6 +9235,11 @@ [email protected]:
92339235
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
92349236
integrity sha1-M8UDmPcOp+uW0h97gXYwpVeRx+4=
92359237

9238+
proxy-from-env@^1.1.0:
9239+
version "1.1.0"
9240+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
9241+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
9242+
92369243
psl@^1.1.28, psl@^1.1.33:
92379244
version "1.8.0"
92389245
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"

0 commit comments

Comments
 (0)