Skip to content

Commit d32dcb6

Browse files
committed
pin axios to 1.14.0
1 parent d3edc4c commit d32dcb6

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@
1616
"/npm-shrinkwrap.json",
1717
"/oclif.manifest.json"
1818
],
19+
"resolutions": {
20+
"axios": "1.14.0"
21+
},
1922
"dependencies": {
2023
"@knocklabs/mgmt": "0.21.0",
2124
"@oclif/core": "^3",
2225
"@oclif/plugin-help": "^6",
2326
"@prantlf/jsonlint": "^14.1.0",
24-
"axios": "^1.13.5",
27+
"axios": "1.14.0",
2528
"date-fns": "^2.30.0",
2629
"degit": "^2.8.4",
2730
"enquirer": "^2.4.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,14 +2578,14 @@ asynckit@^0.4.0:
25782578
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
25792579
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
25802580

2581-
axios@^1.13.5:
2582-
version "1.13.5"
2583-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
2584-
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
2581+
axios@1.14.0:
2582+
version "1.14.0"
2583+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb"
2584+
integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==
25852585
dependencies:
25862586
follow-redirects "^1.15.11"
25872587
form-data "^4.0.5"
2588-
proxy-from-env "^1.1.0"
2588+
proxy-from-env "^2.1.0"
25892589

25902590
b4a@^1.6.4:
25912591
version "1.6.7"
@@ -5034,10 +5034,10 @@ proto-list@~1.2.1:
50345034
resolved "https://registry.yarnpkg.com/proto-list/-/proto-list-1.2.4.tgz#212d5bfe1318306a420f6402b8e26ff39647a849"
50355035
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
50365036

5037-
proxy-from-env@^1.1.0:
5038-
version "1.1.0"
5039-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
5040-
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
5037+
proxy-from-env@^2.1.0:
5038+
version "2.1.0"
5039+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
5040+
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
50415041

50425042
pump@^3.0.0:
50435043
version "3.0.0"

0 commit comments

Comments
 (0)