Skip to content

Commit 6e7a39c

Browse files
Update dependency axios to v1 [SECURITY]
1 parent 862826d commit 6e7a39c

File tree

2 files changed

+28
-7
lines changed

2 files changed

+28
-7
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"@react-keycloak/web": "3.4.0",
6969
"antd": "4.24.12",
7070
"autoprefixer": "10.4.14",
71-
"axios": "0.26.1",
71+
"axios": "1.6.0",
7272
"dotenv": "8.2.0",
7373
"env-cmd": "10.1.0",
7474
"humps": "2.0.1",

frontend/yarn.lock

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3228,12 +3228,14 @@ axe-core@^4.6.2:
32283228
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
32293229
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==
32303230

3231-
axios@0.26.1:
3232-
version "0.26.1"
3233-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.26.1.tgz#1ede41c51fcf51bbbd6fd43669caaa4f0495aaa9"
3234-
integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA==
3231+
axios@1.6.0:
3232+
version "1.6.0"
3233+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
3234+
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
32353235
dependencies:
3236-
follow-redirects "^1.14.8"
3236+
follow-redirects "^1.15.0"
3237+
form-data "^4.0.0"
3238+
proxy-from-env "^1.1.0"
32373239

32383240
axobject-query@^3.1.1:
32393241
version "3.2.1"
@@ -5256,11 +5258,16 @@ flatted@^3.1.0:
52565258
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
52575259
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
52585260

5259-
follow-redirects@^1.0.0, follow-redirects@^1.14.8:
5261+
follow-redirects@^1.0.0:
52605262
version "1.15.2"
52615263
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
52625264
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
52635265

5266+
follow-redirects@^1.15.0:
5267+
version "1.15.4"
5268+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
5269+
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
5270+
52645271
for-each@^0.3.3:
52655272
version "0.3.3"
52665273
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -5296,6 +5303,15 @@ form-data@^3.0.0:
52965303
combined-stream "^1.0.8"
52975304
mime-types "^2.1.12"
52985305

5306+
form-data@^4.0.0:
5307+
version "4.0.0"
5308+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5309+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5310+
dependencies:
5311+
asynckit "^0.4.0"
5312+
combined-stream "^1.0.8"
5313+
mime-types "^2.1.12"
5314+
52995315
53005316
version "0.2.0"
53015317
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -8625,6 +8641,11 @@ proxy-addr@~2.0.7:
86258641
forwarded "0.2.0"
86268642
ipaddr.js "1.9.1"
86278643

8644+
proxy-from-env@^1.1.0:
8645+
version "1.1.0"
8646+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
8647+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
8648+
86288649
psl@^1.1.33:
86298650
version "1.9.0"
86308651
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)