Skip to content

Commit b700de0

Browse files
committed
removed failing build and test patch
Signed-off-by: sumukhswamy <[email protected]>
1 parent d6f94b9 commit b700de0

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
"**/eslint-plugin-mocha-next/mocha": "npm:mocha@^10.1.0",
137137
"**/xml2js": "^0.5.0",
138138
"**/yaml": "^2.2.2",
139-
"**/cipher-base": "^1.0.5",
139+
"**/cipher-base": "^1.0.6",
140140
"**/pbkdf2": "^3.1.3",
141-
"**/axios": "^1.12.0",
141+
"**/axios": "~0.30.2",
142142
"**/sha.js": "^2.4.12"
143143
},
144144
"workspaces": {

patches/axios+1.13.1.patch

Lines changed: 0 additions & 13 deletions
This file was deleted.

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5136,12 +5136,12 @@ axe-core@^4.0.2, axe-core@^4.3.5:
51365136
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.1.tgz#7dbdc25989298f9ad006645cd396782443757413"
51375137
integrity sha512-gd1kmb21kwNuWr6BQz8fv6GNECPBnUasepcoLbekws23NVBLODdsClRZ+bQ8+9Uomf3Sm3+Vwn0oYG9NvwnJCw==
51385138

5139-
axios@^0.30.0, axios@^1.1.3, axios@^1.12.0:
5140-
version "1.13.1"
5141-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7"
5142-
integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==
5139+
axios@^0.30.0, axios@^1.1.3, axios@~0.30.2:
5140+
version "0.30.2"
5141+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.2.tgz#256d3a8ee765cc27188d08b8b545a5f5a0c77dad"
5142+
integrity sha512-0pE4RQ4UQi1jKY6p7u6i1Tkzqmu+d+/tHS7Q7rKunWLB9WyilBTpHHpXzPNMDj5hTbK0B0PTLSz07yqMBiF6xg==
51435143
dependencies:
5144-
follow-redirects "^1.15.6"
5144+
follow-redirects "^1.15.4"
51455145
form-data "^4.0.4"
51465146
proxy-from-env "^1.1.0"
51475147

@@ -5993,7 +5993,7 @@ ci-info@^3.7.0:
59935993
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.9.0.tgz#4279a62028a7b1f262f3473fc9605f5e218c59b4"
59945994
integrity sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==
59955995

5996-
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3, cipher-base@^1.0.5:
5996+
cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3, cipher-base@^1.0.6:
59975997
version "1.0.7"
59985998
resolved "https://registry.yarnpkg.com/cipher-base/-/cipher-base-1.0.7.tgz#bd094bfef42634ccfd9e13b9fc73274997111e39"
59995999
integrity sha512-Mz9QMT5fJe7bKI7MH31UilT5cEK5EHHRCccw/YRFsRY47AuNgaV6HY3rscp0/I4Q+tTW/5zoqpSeRRI54TkDWA==

0 commit comments

Comments
 (0)