Skip to content

Commit dfa5ddc

Browse files
committed
Add yarn lock
1 parent 3f2fb75 commit dfa5ddc

1 file changed

Lines changed: 25 additions & 9 deletions

File tree

client/yarn.lock

Lines changed: 25 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3485,6 +3485,13 @@ acorn@^8.15.0:
34853485
resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz"
34863486
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
34873487

3488+
agent-base@6:
3489+
version "6.0.2"
3490+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
3491+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
3492+
dependencies:
3493+
debug "4"
3494+
34883495
agent-base@^7.1.0, agent-base@^7.1.2:
34893496
version "7.1.3"
34903497
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz"
@@ -3677,13 +3684,14 @@ axe-core@^4.10.0:
36773684
resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.10.3.tgz"
36783685
integrity sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==
36793686

3680-
axios@^1.15.0:
3681-
version "1.15.0"
3682-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
3683-
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
3687+
axios@^1.16.0:
3688+
version "1.17.0"
3689+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.17.0.tgz#ae5a1164a4f719942cd73c67e6a3f62d3ccb8f2b"
3690+
integrity sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw==
36843691
dependencies:
3685-
follow-redirects "^1.15.11"
3692+
follow-redirects "^1.16.0"
36863693
form-data "^4.0.5"
3694+
https-proxy-agent "^5.0.1"
36873695
proxy-from-env "^2.1.0"
36883696

36893697
axobject-query@^4.1.0:
@@ -4860,10 +4868,10 @@ focus-trap@^7.6.1:
48604868
dependencies:
48614869
tabbable "^6.2.0"
48624870

4863-
follow-redirects@^1.15.11:
4864-
version "1.15.11"
4865-
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz"
4866-
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
4871+
follow-redirects@^1.16.0:
4872+
version "1.16.0"
4873+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
4874+
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
48674875

48684876
for-each@^0.3.3, for-each@^0.3.5:
48694877
version "0.3.5"
@@ -5111,6 +5119,14 @@ http-proxy-agent@^7.0.2:
51115119
agent-base "^7.1.0"
51125120
debug "^4.3.4"
51135121

5122+
https-proxy-agent@^5.0.1:
5123+
version "5.0.1"
5124+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
5125+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
5126+
dependencies:
5127+
agent-base "6"
5128+
debug "4"
5129+
51145130
https-proxy-agent@^7.0.5:
51155131
version "7.0.6"
51165132
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz"

0 commit comments

Comments
 (0)