Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/js-yaml": "^4.0.9",
"@types/validator": "^13.12.2",
"@zodios/core": "^10.9.6",
"axios": "^1.13.6",
"axios": "~1.13.6",
"chalk": "^4.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
Expand Down Expand Up @@ -163,6 +163,8 @@
"mcp-worker"
],
"resolutions": {
"axios@npm:^1.13.6": "1.13.6",
"axios@npm:^1.6.0": "1.13.6",
Comment on lines 165 to +167
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The axios cap is implemented via dependencies.axios: "~1.13.6", but the new resolutions only target axios@npm:^... descriptors. Since the lock currently has axios@npm:~1.13.6, this setup won’t prevent a future yarn install from moving to a newer 1.13.x patch (if published) unless you also pin the ~1.13.6 descriptor (or use a broader single resolution like axios/axios@npm:* to enforce an exact version, if that’s the intent stated in the PR description).

Copilot uses AI. Check for mistakes.
"nanoid@3.3.1": "3.3.8",
"serialize-javascript@6.0.0": "^6.0.2",
"tmp": "0.2.5",
Expand All @@ -181,6 +183,15 @@
"undici": "^7.24.0",
"tar": "^7.5.11",
"@tootallnate/once": "^3.0.1",
"diff@npm:^4.0.1": "4.0.4"
"diff@npm:^4.0.1": "4.0.4",
"handlebars@npm:^4.7.7": "4.7.9",
"path-to-regexp@npm:^8.0.0": "8.4.0",
"path-to-regexp@npm:^8.1.0": "8.4.0",
"brace-expansion@npm:^1.1.7": "1.1.13",
"brace-expansion@npm:^2.0.1": "2.0.3",
"brace-expansion@npm:^2.0.2": "2.0.3",
"picomatch@npm:^2.3.1": "2.3.2",
"picomatch@npm:^4.0.2": "4.0.4",
"picomatch@npm:^4.0.3": "4.0.4"
}
}
86 changes: 26 additions & 60 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ __metadata:
ajv: "npm:^8.18.0"
ajv-cli: "npm:^5.0.0"
ajv-formats: "npm:^3.0.1"
axios: "npm:^1.13.6"
axios: "npm:~1.13.6"
chalk: "npm:^4.1.2"
class-transformer: "npm:^0.5.1"
class-validator: "npm:^0.14.2"
Expand Down Expand Up @@ -3127,7 +3127,7 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.13.6":
"axios@npm:1.13.6, axios@npm:~1.13.6":
version: 1.13.6
resolution: "axios@npm:1.13.6"
dependencies:
Expand All @@ -3138,17 +3138,6 @@ __metadata:
languageName: node
linkType: hard

"axios@npm:^1.6.0":
version: 1.12.2
resolution: "axios@npm:1.12.2"
dependencies:
follow-redirects: "npm:^1.15.6"
form-data: "npm:^4.0.4"
proxy-from-env: "npm:^1.1.0"
checksum: 10c0/80b063e318cf05cd33a4d991cea0162f3573481946f9129efb7766f38fde4c061c34f41a93a9f9521f02b7c9565ccbc197c099b0186543ac84a24580017adfed
languageName: node
linkType: hard

"balanced-match@npm:^1.0.0":
version: 1.0.2
resolution: "balanced-match@npm:1.0.2"
Expand Down Expand Up @@ -3243,22 +3232,22 @@ __metadata:
languageName: node
linkType: hard

"brace-expansion@npm:^1.1.7":
version: 1.1.12
resolution: "brace-expansion@npm:1.1.12"
"brace-expansion@npm:1.1.13":
version: 1.1.13
resolution: "brace-expansion@npm:1.1.13"
dependencies:
balanced-match: "npm:^1.0.0"
concat-map: "npm:0.0.1"
checksum: 10c0/975fecac2bb7758c062c20d0b3b6288c7cc895219ee25f0a64a9de662dbac981ff0b6e89909c3897c1f84fa353113a721923afdec5f8b2350255b097f12b1f73
checksum: 10c0/384c61bb329b6adfdcc0cbbdd108dc19fb5f3e84ae15a02a74f94c6c791b5a9b035aae73b2a51929a8a478e2f0f212a771eb6a8b5b514cccfb8d0c9f2ce8cbd8
languageName: node
linkType: hard

"brace-expansion@npm:^2.0.1, brace-expansion@npm:^2.0.2":
version: 2.0.2
resolution: "brace-expansion@npm:2.0.2"
"brace-expansion@npm:2.0.3":
version: 2.0.3
resolution: "brace-expansion@npm:2.0.3"
dependencies:
balanced-match: "npm:^1.0.0"
checksum: 10c0/6d117a4c793488af86b83172deb6af143e94c17bc53b0b3cec259733923b4ca84679d506ac261f4ba3c7ed37c46018e2ff442f9ce453af8643ecd64f4a54e6cf
checksum: 10c0/468436c9b2fa6f9e64d0cff8784b21300677571a7196e258593e95e7c3db9973a80fbafdb0f01404d5d298a04dc666eae1fc3c9052e2edbb9f2510541deeddfe
languageName: node
linkType: hard

Expand Down Expand Up @@ -5016,16 +5005,6 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.15.6":
version: 1.15.6
resolution: "follow-redirects@npm:1.15.6"
peerDependenciesMeta:
debug:
optional: true
checksum: 10c0/9ff767f0d7be6aa6870c82ac79cf0368cd73e01bbc00e9eb1c2a16fbb198ec105e3c9b6628bb98e9f3ac66fe29a957b9645bcb9a490bb7aa0d35f908b6b85071
languageName: node
linkType: hard

"for-each@npm:^0.3.3":
version: 0.3.3
resolution: "for-each@npm:0.3.3"
Expand All @@ -5045,19 +5024,6 @@ __metadata:
languageName: node
linkType: hard

"form-data@npm:^4.0.4":
version: 4.0.4
resolution: "form-data@npm:4.0.4"
dependencies:
asynckit: "npm:^0.4.0"
combined-stream: "npm:^1.0.8"
es-set-tostringtag: "npm:^2.1.0"
hasown: "npm:^2.0.2"
mime-types: "npm:^2.1.12"
checksum: 10c0/373525a9a034b9d57073e55eab79e501a714ffac02e7a9b01be1c820780652b16e4101819785e1e18f8d98f0aee866cc654d660a435c378e16a72f2e7cac9695
languageName: node
linkType: hard

"form-data@npm:^4.0.5":
version: 4.0.5
resolution: "form-data@npm:4.0.5"
Expand Down Expand Up @@ -5422,9 +5388,9 @@ __metadata:
languageName: node
linkType: hard

"handlebars@npm:^4.7.7":
version: 4.7.8
resolution: "handlebars@npm:4.7.8"
"handlebars@npm:4.7.9":
version: 4.7.9
resolution: "handlebars@npm:4.7.9"
dependencies:
minimist: "npm:^1.2.5"
neo-async: "npm:^2.6.2"
Expand All @@ -5436,7 +5402,7 @@ __metadata:
optional: true
bin:
handlebars: bin/handlebars
checksum: 10c0/7aff423ea38a14bb379316f3857fe0df3c5d66119270944247f155ba1f08e07a92b340c58edaa00cfe985c21508870ee5183e0634dcb53dd405f35c93ef7f10d
checksum: 10c0/22f8105a7e68e81aff2662bb434edf05f757d21d850731d71cec886d69c10cd33d3c43e34b2892968ec62de8241611851d3d0674c8ef324ea3e01dc66262faa9
languageName: node
linkType: hard

Expand Down Expand Up @@ -7922,10 +7888,10 @@ __metadata:
languageName: node
linkType: hard

"path-to-regexp@npm:^8.0.0, path-to-regexp@npm:^8.1.0":
version: 8.2.0
resolution: "path-to-regexp@npm:8.2.0"
checksum: 10c0/ef7d0a887b603c0a142fad16ccebdcdc42910f0b14830517c724466ad676107476bba2fe9fffd28fd4c141391ccd42ea426f32bb44c2c82ecaefe10c37b90f5a
"path-to-regexp@npm:8.4.0":
version: 8.4.0
resolution: "path-to-regexp@npm:8.4.0"
checksum: 10c0/171a540aed2a5dff3da6e7584f263ae65d868daea382ea3bd1ddeb828912661133d5a94fce83bd3125f0799df8dfd4924b270e2987a31930901cfd94ae164b45
languageName: node
linkType: hard

Expand Down Expand Up @@ -7957,17 +7923,17 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^2.3.1":
version: 2.3.1
resolution: "picomatch@npm:2.3.1"
checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be
"picomatch@npm:2.3.2":
version: 2.3.2
resolution: "picomatch@npm:2.3.2"
checksum: 10c0/a554d1709e59be97d1acb9eaedbbc700a5c03dbd4579807baed95100b00420bc729335440ef15004ae2378984e2487a7c1cebd743cfdb72b6fa9ab69223c0d61
languageName: node
linkType: hard

"picomatch@npm:^4.0.2, picomatch@npm:^4.0.3":
version: 4.0.3
resolution: "picomatch@npm:4.0.3"
checksum: 10c0/9582c951e95eebee5434f59e426cddd228a7b97a0161a375aed4be244bd3fe8e3a31b846808ea14ef2c8a2527a6eeab7b3946a67d5979e81694654f939473ae2
"picomatch@npm:4.0.4":
version: 4.0.4
resolution: "picomatch@npm:4.0.4"
checksum: 10c0/e2c6023372cc7b5764719a5ffb9da0f8e781212fa7ca4bd0562db929df8e117460f00dff3cb7509dacfc06b86de924b247f504d0ce1806a37fac4633081466b0
languageName: node
linkType: hard

Expand Down
Loading