Skip to content

Commit c980b36

Browse files
build(deps): bump axios from 0.23.0 to 0.30.2 in /client
Bumps [axios](https://github.com/axios/axios) from 0.23.0 to 0.30.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.23.0...v0.30.2) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 207dd76 commit c980b36

2 files changed

Lines changed: 130 additions & 10 deletions

File tree

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@testing-library/react": "^12.1.2",
1616
"@testing-library/user-event": "^13.5.0",
1717
"aos": "^2.3.4",
18-
"axios": "^0.23.0",
18+
"axios": "^0.30.2",
1919
"cross-env": "^7.0.3",
2020
"date-fns": "^2.25.0",
2121
"dompurify": "^2.4.0",

client/yarn.lock

Lines changed: 129 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2857,12 +2857,14 @@ axe-core@^4.6.2:
28572857
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf"
28582858
integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==
28592859

2860-
axios@^0.23.0:
2861-
version "0.23.0"
2862-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149"
2863-
integrity sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg==
2860+
axios@^0.30.2:
2861+
version "0.30.2"
2862+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
2863+
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
28642864
dependencies:
2865-
follow-redirects "^1.14.4"
2865+
follow-redirects "^1.15.4"
2866+
form-data "^4.0.4"
2867+
proxy-from-env "^1.1.0"
28662868

28672869
axobject-query@^3.1.1:
28682870
version "3.1.1"
@@ -3139,6 +3141,14 @@ bytes@3.1.2:
31393141
resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.1.2.tgz#8b0beeb98605adf1b128fa4386403c009e0221a5"
31403142
integrity sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==
31413143

3144+
call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
3145+
version "1.0.2"
3146+
resolved "https://registry.yarnpkg.com/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz#4b5428c222be985d79c3d82657479dbe0b59b2d6"
3147+
integrity sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==
3148+
dependencies:
3149+
es-errors "^1.3.0"
3150+
function-bind "^1.1.2"
3151+
31423152
call-bind@^1.0.0, call-bind@^1.0.2:
31433153
version "1.0.2"
31443154
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz#b1d4e89e688119c3c9a903ad30abb2f6a919be3c"
@@ -4028,6 +4038,15 @@ dotenv@^16.0.3:
40284038
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.3.tgz#115aec42bac5053db3c456db30cc243a5a836a07"
40294039
integrity sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==
40304040

4041+
dunder-proto@^1.0.1:
4042+
version "1.0.1"
4043+
resolved "https://registry.yarnpkg.com/dunder-proto/-/dunder-proto-1.0.1.tgz#d7ae667e1dc83482f8b70fd0f6eefc50da30f58a"
4044+
integrity sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==
4045+
dependencies:
4046+
call-bind-apply-helpers "^1.0.1"
4047+
es-errors "^1.3.0"
4048+
gopd "^1.2.0"
4049+
40314050
duplexer@^0.1.2:
40324051
version "0.1.2"
40334052
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
@@ -4152,6 +4171,16 @@ es-array-method-boxes-properly@^1.0.0:
41524171
resolved "https://registry.yarnpkg.com/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz#873f3e84418de4ee19c5be752990b2e44718d09e"
41534172
integrity sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==
41544173

4174+
es-define-property@^1.0.1:
4175+
version "1.0.1"
4176+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
4177+
integrity sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==
4178+
4179+
es-errors@^1.3.0:
4180+
version "1.3.0"
4181+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
4182+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
4183+
41554184
es-get-iterator@^1.1.2:
41564185
version "1.1.3"
41574186
resolved "https://registry.yarnpkg.com/es-get-iterator/-/es-get-iterator-1.1.3.tgz#3ef87523c5d464d41084b2c3c9c214f1199763d6"
@@ -4172,6 +4201,13 @@ es-module-lexer@^1.2.1:
41724201
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.2.1.tgz#ba303831f63e6a394983fde2f97ad77b22324527"
41734202
integrity sha512-9978wrXM50Y4rTMmW5kXIC09ZdXQZqkE4mxhwkd8VbzsGkXGPgV4zWuqQJgCEzYngdo2dYDa0l8xhX4fkSwJSg==
41744203

4204+
es-object-atoms@^1.0.0, es-object-atoms@^1.1.1:
4205+
version "1.1.1"
4206+
resolved "https://registry.yarnpkg.com/es-object-atoms/-/es-object-atoms-1.1.1.tgz#1c4f2c4837327597ce69d2ca190a7fdd172338c1"
4207+
integrity sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==
4208+
dependencies:
4209+
es-errors "^1.3.0"
4210+
41754211
es-set-tostringtag@^2.0.1:
41764212
version "2.0.1"
41774213
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz#338d502f6f674301d710b80c8592de8a15f09cd8"
@@ -4181,6 +4217,16 @@ es-set-tostringtag@^2.0.1:
41814217
has "^1.0.3"
41824218
has-tostringtag "^1.0.0"
41834219

4220+
es-set-tostringtag@^2.1.0:
4221+
version "2.1.0"
4222+
resolved "https://registry.yarnpkg.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz#f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d"
4223+
integrity sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==
4224+
dependencies:
4225+
es-errors "^1.3.0"
4226+
get-intrinsic "^1.2.6"
4227+
has-tostringtag "^1.0.2"
4228+
hasown "^2.0.2"
4229+
41844230
es-shim-unscopables@^1.0.0:
41854231
version "1.0.0"
41864232
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz#702e632193201e3edf8713635d083d378e510241"
@@ -4724,10 +4770,10 @@ flatted@^3.1.0:
47244770
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
47254771
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
47264772

4727-
follow-redirects@^1.0.0, follow-redirects@^1.14.4:
4728-
version "1.15.2"
4729-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13"
4730-
integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==
4773+
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
4774+
version "1.15.11"
4775+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
4776+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
47314777

47324778
for-each@^0.3.3:
47334779
version "0.3.3"
@@ -4764,6 +4810,17 @@ form-data@^3.0.0:
47644810
combined-stream "^1.0.8"
47654811
mime-types "^2.1.12"
47664812

4813+
form-data@^4.0.4:
4814+
version "4.0.4"
4815+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
4816+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
4817+
dependencies:
4818+
asynckit "^0.4.0"
4819+
combined-stream "^1.0.8"
4820+
es-set-tostringtag "^2.1.0"
4821+
hasown "^2.0.2"
4822+
mime-types "^2.1.12"
4823+
47674824
forwarded@0.2.0:
47684825
version "0.2.0"
47694826
resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811"
@@ -4818,6 +4875,11 @@ function-bind@^1.1.1:
48184875
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
48194876
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
48204877

4878+
function-bind@^1.1.2:
4879+
version "1.1.2"
4880+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
4881+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
4882+
48214883
function.prototype.name@^1.1.5:
48224884
version "1.1.5"
48234885
resolved "https://registry.yarnpkg.com/function.prototype.name/-/function.prototype.name-1.1.5.tgz#cce0505fe1ffb80503e6f9e46cc64e46a12a9621"
@@ -4852,6 +4914,22 @@ get-intrinsic@^1.0.2, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3, get-intrinsic@
48524914
has "^1.0.3"
48534915
has-symbols "^1.0.3"
48544916

4917+
get-intrinsic@^1.2.6:
4918+
version "1.3.0"
4919+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz#743f0e3b6964a93a5491ed1bffaae054d7f98d01"
4920+
integrity sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==
4921+
dependencies:
4922+
call-bind-apply-helpers "^1.0.2"
4923+
es-define-property "^1.0.1"
4924+
es-errors "^1.3.0"
4925+
es-object-atoms "^1.1.1"
4926+
function-bind "^1.1.2"
4927+
get-proto "^1.0.1"
4928+
gopd "^1.2.0"
4929+
has-symbols "^1.1.0"
4930+
hasown "^2.0.2"
4931+
math-intrinsics "^1.1.0"
4932+
48554933
get-own-enumerable-property-symbols@^3.0.0:
48564934
version "3.0.2"
48574935
resolved "https://registry.yarnpkg.com/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz#b5fde77f22cbe35f390b4e089922c50bce6ef664"
@@ -4862,6 +4940,14 @@ get-package-type@^0.1.0:
48624940
resolved "https://registry.yarnpkg.com/get-package-type/-/get-package-type-0.1.0.tgz#8de2d803cff44df3bc6c456e6668b36c3926e11a"
48634941
integrity sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==
48644942

4943+
get-proto@^1.0.1:
4944+
version "1.0.1"
4945+
resolved "https://registry.yarnpkg.com/get-proto/-/get-proto-1.0.1.tgz#150b3f2743869ef3e851ec0c49d15b1d14d00ee1"
4946+
integrity sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==
4947+
dependencies:
4948+
dunder-proto "^1.0.1"
4949+
es-object-atoms "^1.0.0"
4950+
48654951
get-stream@^6.0.0:
48664952
version "6.0.1"
48674953
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
@@ -4972,6 +5058,11 @@ gopd@^1.0.1:
49725058
dependencies:
49735059
get-intrinsic "^1.1.3"
49745060

5061+
gopd@^1.2.0:
5062+
version "1.2.0"
5063+
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.2.0.tgz#89f56b8217bdbc8802bd299df6d7f1081d7e51a1"
5064+
integrity sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==
5065+
49755066
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
49765067
version "4.2.11"
49775068
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
@@ -5031,20 +5122,39 @@ has-symbols@^1.0.1, has-symbols@^1.0.2, has-symbols@^1.0.3:
50315122
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz#bb7b2c4349251dce87b125f7bdf874aa7c8b39f8"
50325123
integrity sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==
50335124

5125+
has-symbols@^1.1.0:
5126+
version "1.1.0"
5127+
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.1.0.tgz#fc9c6a783a084951d0b971fe1018de813707a338"
5128+
integrity sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==
5129+
50345130
has-tostringtag@^1.0.0:
50355131
version "1.0.0"
50365132
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
50375133
integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
50385134
dependencies:
50395135
has-symbols "^1.0.2"
50405136

5137+
has-tostringtag@^1.0.2:
5138+
version "1.0.2"
5139+
resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.2.tgz#2cdc42d40bef2e5b4eeab7c01a73c54ce7ab5abc"
5140+
integrity sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==
5141+
dependencies:
5142+
has-symbols "^1.0.3"
5143+
50415144
has@^1.0.3:
50425145
version "1.0.3"
50435146
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
50445147
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
50455148
dependencies:
50465149
function-bind "^1.1.1"
50475150

5151+
hasown@^2.0.2:
5152+
version "2.0.2"
5153+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
5154+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
5155+
dependencies:
5156+
function-bind "^1.1.2"
5157+
50485158
he@^1.2.0:
50495159
version "1.2.0"
50505160
resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -6560,6 +6670,11 @@ makeerror@1.0.12:
65606670
dependencies:
65616671
tmpl "1.0.5"
65626672

6673+
math-intrinsics@^1.1.0:
6674+
version "1.1.0"
6675+
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
6676+
integrity sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==
6677+
65636678
mdn-data@2.0.14:
65646679
version "2.0.14"
65656680
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
@@ -7770,6 +7885,11 @@ proxy-addr@~2.0.7:
77707885
forwarded "0.2.0"
77717886
ipaddr.js "1.9.1"
77727887

7888+
proxy-from-env@^1.1.0:
7889+
version "1.1.0"
7890+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
7891+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
7892+
77737893
psl@^1.1.33:
77747894
version "1.9.0"
77757895
resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"

0 commit comments

Comments
 (0)