Skip to content

Commit 092fd01

Browse files
Bump axios from 1.7.7 to 1.15.0 in /compiler/apps/playground
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.7...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 705268d commit 092fd01

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

compiler/apps/playground/yarn.lock

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,13 +1203,13 @@ axe-core@^4.10.0:
12031203
integrity sha512-Mr2ZakwQ7XUAjp7pAwQWRhhK8mQQ6JAaNWSjmjxil0R8BPioMtQsTLOolGYkji1rcL++3dCqZA3zWqpT+9Ew6g==
12041204

12051205
axios@^1.6.1:
1206-
version "1.7.7"
1207-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f"
1208-
integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==
1206+
version "1.15.0"
1207+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f"
1208+
integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==
12091209
dependencies:
1210-
follow-redirects "^1.15.6"
1211-
form-data "^4.0.0"
1212-
proxy-from-env "^1.1.0"
1210+
follow-redirects "^1.15.11"
1211+
form-data "^4.0.5"
1212+
proxy-from-env "^2.1.0"
12131213

12141214
axobject-query@^4.1.0:
12151215
version "4.1.0"
@@ -2216,10 +2216,10 @@ flatted@^3.2.9:
22162216
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a"
22172217
integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
22182218

2219-
follow-redirects@^1.15.6:
2220-
version "1.15.9"
2221-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
2222-
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
2219+
follow-redirects@^1.15.11:
2220+
version "1.15.11"
2221+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
2222+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
22232223

22242224
for-each@^0.3.3:
22252225
version "0.3.3"
@@ -2243,13 +2243,15 @@ foreground-child@^3.1.0:
22432243
cross-spawn "^7.0.0"
22442244
signal-exit "^4.0.1"
22452245

2246-
form-data@^4.0.0:
2247-
version "4.0.0"
2248-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
2249-
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
2246+
form-data@^4.0.5:
2247+
version "4.0.5"
2248+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
2249+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
22502250
dependencies:
22512251
asynckit "^0.4.0"
22522252
combined-stream "^1.0.8"
2253+
es-set-tostringtag "^2.1.0"
2254+
hasown "^2.0.2"
22532255
mime-types "^2.1.12"
22542256

22552257
fraction.js@^4.3.7:
@@ -3562,10 +3564,10 @@ prop-types@^15.8.1:
35623564
object-assign "^4.1.1"
35633565
react-is "^16.13.1"
35643566

3565-
proxy-from-env@^1.1.0:
3566-
version "1.1.0"
3567-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
3568-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
3567+
proxy-from-env@^2.1.0:
3568+
version "2.1.0"
3569+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
3570+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
35693571

35703572
punycode@^2.1.0:
35713573
version "2.3.1"

0 commit comments

Comments
 (0)