apify-cli 1.1.2-beta.3 → 1.1.2-beta.31

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.3",
3
+ "version": "1.1.2-beta.31",
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",
@@ -90,8 +90,8 @@
90
90
  "detect-indent": "~7.0.1",
91
91
  "escape-string-regexp": "~5.0.0",
92
92
  "execa": "^9.5.2",
93
- "express": "~5.1.0",
94
- "globby": "~14.1.0",
93
+ "express": "~5.2.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",
@@ -99,14 +99,14 @@
99
99
  "jju": "~1.4.0",
100
100
  "js-levenshtein": "^1.1.6",
101
101
  "lodash.clonedeep": "^4.5.0",
102
- "mime": "~4.0.4",
102
+ "mime": "~4.1.0",
103
103
  "open": "~10.2.0",
104
- "rimraf": "~6.0.1",
104
+ "rimraf": "~6.1.0",
105
105
  "semver": "~7.7.0",
106
- "string-width": "^7.2.0",
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",
@@ -128,7 +128,7 @@
128
128
  "@types/js-levenshtein": "^1",
129
129
  "@types/lodash.clonedeep": "^4",
130
130
  "@types/mime": "^4.0.0",
131
- "@types/node": "^22.0.0",
131
+ "@types/node": "^24.0.0",
132
132
  "@types/semver": "^7.5.8",
133
133
  "@types/which": "^3.0.4",
134
134
  "@yarnpkg/core": "^4.1.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
- "node": "22.18.0",
151
- "yarn": "4.9.3"
150
+ "node": "24.11.1",
151
+ "yarn": "4.12.0"
152
152
  },
153
- "packageManager": "yarn@4.9.3",
153
+ "packageManager": "yarn@4.12.0",
154
154
  "devEngines": {
155
155
  "runtime": [
156
156
  {