apify-cli 1.1.2-beta.20 → 1.1.2-beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "1.1.2-beta.20",
3
+ "version": "1.1.2-beta.22",
4
4
  "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5
5
  "exports": "./dist/index.js",
6
6
  "type": "module",
@@ -91,7 +91,7 @@
91
91
  "escape-string-regexp": "~5.0.0",
92
92
  "execa": "^9.5.2",
93
93
  "express": "~5.1.0",
94
- "globby": "~14.1.0",
94
+ "globby": "~15.0.0",
95
95
  "handlebars": "~4.7.8",
96
96
  "indent-string": "^5.0.0",
97
97
  "is-ci": "~4.1.0",
@@ -106,7 +106,7 @@
106
106
  "string-width": "^8.0.0",
107
107
  "strip-ansi": "^7.1.0",
108
108
  "tiged": "~2.12.7",
109
- "which": "^5.0.0",
109
+ "which": "^6.0.0",
110
110
  "widest-line": "^5.0.0",
111
111
  "wrap-ansi": "^9.0.0"
112
112
  },
@@ -117,7 +117,7 @@
117
117
  "@crawlee/types": "^3.11.1",
118
118
  "@cucumber/cucumber": "^12.0.0",
119
119
  "@types/adm-zip": "^0.5.5",
120
- "@types/archiver": "^6.0.2",
120
+ "@types/archiver": "^7.0.0",
121
121
  "@types/bun": "^1.2.5",
122
122
  "@types/cors": "^2.8.17",
123
123
  "@types/execa": "^2.0.2",
@@ -144,13 +144,13 @@
144
144
  "tsx": "^4.16.5",
145
145
  "typescript": "^5.8.3",
146
146
  "typescript-eslint": "^8.31.0",
147
- "vitest": "^3.0.0"
147
+ "vitest": "^4.0.0"
148
148
  },
149
149
  "volta": {
150
150
  "node": "24.11.1",
151
- "yarn": "4.10.3"
151
+ "yarn": "4.11.0"
152
152
  },
153
- "packageManager": "yarn@4.10.3",
153
+ "packageManager": "yarn@4.11.0",
154
154
  "devEngines": {
155
155
  "runtime": [
156
156
  {