Skip to content

Commit d3f42ea

Browse files
dev: bump the safe group across 1 directory with 2 updates
Bumps the safe group with 2 updates in the /sdk/js directory: [axios](https://github.com/axios/axios) and [web-streams-polyfill](https://github.com/MattiasBuelens/web-streams-polyfill). Updates `axios` from 1.13.5 to 1.16.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.13.5...v1.16.1) Updates `web-streams-polyfill` from 4.2.0 to 4.3.0 - [Release notes](https://github.com/MattiasBuelens/web-streams-polyfill/releases) - [Changelog](https://github.com/MattiasBuelens/web-streams-polyfill/blob/master/CHANGELOG.md) - [Commits](MattiasBuelens/web-streams-polyfill@v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe - dependency-name: web-streams-polyfill dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: safe ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e301f23 commit d3f42ea

1 file changed

Lines changed: 41 additions & 13 deletions

File tree

sdk/js/yarn.lock

Lines changed: 41 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
agent-base@6:
6+
version "6.0.2"
7+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
8+
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
9+
dependencies:
10+
debug "4"
11+
512
array-buffer-byte-length@^1.0.1:
613
version "1.0.1"
714
resolved "https://registry.yarnpkg.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz#1e5583ec16763540a27ae52eed99ff899223568f"
@@ -73,13 +80,14 @@ available-typed-arrays@^1.0.7:
7380
possible-typed-array-names "^1.0.0"
7481

7582
axios@^1.13.4:
76-
version "1.13.5"
77-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
78-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
83+
version "1.16.1"
84+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.1.tgz#517e29291d19d6e8cf919ff264f4fe157261ba12"
85+
integrity sha512-caYkukvroVPO8KrzuJEb50Hm07KwfBZPEC3VeFHTsqWHvKTsy54hjJz9BS/cdaypROE2rH6xvm9mHX4fgWkr3A==
7986
dependencies:
80-
follow-redirects "^1.15.11"
87+
follow-redirects "^1.16.0"
8188
form-data "^4.0.5"
82-
proxy-from-env "^1.1.0"
89+
https-proxy-agent "^5.0.1"
90+
proxy-from-env "^2.1.0"
8391

8492
call-bind-apply-helpers@^1.0.0, call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2:
8593
version "1.0.2"
@@ -179,6 +187,13 @@ data-view-byte-offset@^1.0.1:
179187
es-errors "^1.3.0"
180188
is-data-view "^1.0.1"
181189

190+
debug@4:
191+
version "4.4.3"
192+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.3.tgz#c6ae432d9bd9662582fce08709b038c58e9e3d6a"
193+
integrity sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==
194+
dependencies:
195+
ms "^2.1.3"
196+
182197
define-data-property@^1.0.1, define-data-property@^1.1.4:
183198
version "1.1.4"
184199
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
@@ -388,7 +403,7 @@ es-to-primitive@^1.3.0:
388403
is-date-object "^1.0.5"
389404
is-symbol "^1.0.4"
390405

391-
follow-redirects@^1.15.11:
406+
follow-redirects@^1.16.0:
392407
version "1.16.0"
393408
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc"
394409
integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==
@@ -564,6 +579,14 @@ hasown@^2.0.0, hasown@^2.0.1, hasown@^2.0.2:
564579
dependencies:
565580
function-bind "^1.1.2"
566581

582+
https-proxy-agent@^5.0.1:
583+
version "5.0.1"
584+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
585+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
586+
dependencies:
587+
agent-base "6"
588+
debug "4"
589+
567590
internal-slot@^1.0.7:
568591
version "1.0.7"
569592
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
@@ -849,6 +872,11 @@ mime-types@^2.1.12:
849872
dependencies:
850873
mime-db "1.52.0"
851874

875+
ms@^2.1.3:
876+
version "2.1.3"
877+
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
878+
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
879+
852880
object-inspect@^1.13.1:
853881
version "1.13.1"
854882
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
@@ -900,10 +928,10 @@ possible-typed-array-names@^1.0.0:
900928
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
901929
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
902930

903-
proxy-from-env@^1.1.0:
904-
version "1.1.0"
905-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
906-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
931+
proxy-from-env@^2.1.0:
932+
version "2.1.0"
933+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
934+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
907935

908936
proxy-polyfill@^0.3.0:
909937
version "0.3.2"
@@ -1258,9 +1286,9 @@ unbox-primitive@^1.1.0:
12581286
which-boxed-primitive "^1.1.1"
12591287

12601288
web-streams-polyfill@^4.0.0:
1261-
version "4.2.0"
1262-
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.2.0.tgz#93295e67af95889a1e044a6beff1366c82720650"
1263-
integrity sha512-0rYDzGOh9EZpig92umN5g5D/9A1Kff7k0/mzPSSCY8jEQeYkgRMoY7LhbXtUCWzLCMX0TUE9aoHkjFNB7D9pfA==
1289+
version "4.3.0"
1290+
resolved "https://registry.yarnpkg.com/web-streams-polyfill/-/web-streams-polyfill-4.3.0.tgz#2f5fe004e2c53f09f7e03aef25b892953cab99a6"
1291+
integrity sha512-/Gnggvj9oSrEvJbDyyPtAnxBt5fGQM2iWOKQNu7ie1OxDgK40iZpyV3TKaRiEzVj1oA1UxKnEy9XPXh6PW3eVw==
12641292

12651293
which-boxed-primitive@^1.0.2:
12661294
version "1.0.2"

0 commit comments

Comments
 (0)