Skip to content

Commit 773b90f

Browse files
committed
Pin axios to 1.13.5 in cypress via resolutions
Enforce axios 1.13.5 via resolutions to prevent transitive dependencies (e.g. qase-api-client) from resolving to a higher version through semver range expansion. This ensures a single, known-good version is installed across the entire dependency tree.
1 parent 60fe328 commit 773b90f

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

cypress/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@
6565
"scripts": {
6666
"build-pkg": "./scripts/build.sh",
6767
"publish-pkg": "./scripts/publish.sh --npm"
68+
},
69+
"resolutions": {
70+
"axios": "1.13.5"
6871
}
6972
}

cypress/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,14 +1099,14 @@ axios-retry@^4.5.0:
10991099
dependencies:
11001100
is-retry-allowed "^2.2.0"
11011101

1102-
axios@^1.13.5:
1103-
version "1.14.0"
1104-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb"
1105-
integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==
1102+
axios@1.13.5, axios@^1.13.5:
1103+
version "1.13.5"
1104+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.5.tgz#5e464688fa127e11a660a2c49441c009f6567a43"
1105+
integrity sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==
11061106
dependencies:
11071107
follow-redirects "^1.15.11"
11081108
form-data "^4.0.5"
1109-
proxy-from-env "^2.1.0"
1109+
proxy-from-env "^1.1.0"
11101110

11111111
balanced-match@^1.0.0:
11121112
version "1.0.2"
@@ -4451,10 +4451,10 @@ proxy-from-env@1.0.0:
44514451
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.0.0.tgz#33c50398f70ea7eb96d21f7b817630a55791c7ee"
44524452
integrity sha512-F2JHgJQ1iqwnHDcQjVBsq3n/uoaFL+iPW/eAeL7kVxy/2RrWaN4WroKjjvbsoRtv0ftelNyC01bjRhn/bhcf4A==
44534453

4454-
proxy-from-env@^2.1.0:
4455-
version "2.1.0"
4456-
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-2.1.0.tgz#a7487568adad577cfaaa7e88c49cab3ab3081aba"
4457-
integrity sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==
4454+
proxy-from-env@^1.1.0:
4455+
version "1.1.0"
4456+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
4457+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
44584458

44594459
psl@^1.1.33:
44604460
version "1.15.0"

0 commit comments

Comments
 (0)