Skip to content

Commit 05045c0

Browse files
build(deps): bump axios from 1.13.5 to 1.15.2 (#1266)
Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.2. - [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.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5291926 commit 05045c0

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@clack/prompts": "0.7.0",
3030
"@sentry/node": "^10.29.0",
31-
"axios": "1.13.5",
31+
"axios": "1.15.2",
3232
"chalk": "^2.4.1",
3333
"glob": "9.3.5",
3434
"inquirer": "^6.2.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1465,14 +1465,14 @@ available-typed-arrays@^1.0.5:
14651465
resolved "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
14661466
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
14671467

1468-
axios@1.13.5:
1469-
version "1.13.5"
1470-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
1471-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
1468+
axios@1.15.2:
1469+
version "1.15.2"
1470+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b"
1471+
integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A==
14721472
dependencies:
14731473
follow-redirects "^1.15.11"
14741474
form-data "^4.0.5"
1475-
proxy-from-env "^1.1.0"
1475+
proxy-from-env "^2.1.0"
14761476

14771477
b4a@^1.6.4:
14781478
version "1.6.7"
@@ -3021,10 +3021,10 @@ prettier@^2.8.7:
30213021
resolved "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz"
30223022
integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==
30233023

3024-
proxy-from-env@^1.1.0:
3025-
version "1.1.0"
3026-
resolved "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz"
3027-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
3024+
proxy-from-env@^2.1.0:
3025+
version "2.1.0"
3026+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
3027+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
30283028

30293029
punycode@^2.1.0:
30303030
version "2.1.1"

0 commit comments

Comments
 (0)