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

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.2",
3
+ "version": "1.1.2-beta.20",
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",
@@ -99,11 +99,11 @@
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
109
  "which": "^5.0.0",
@@ -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",
@@ -147,10 +147,10 @@
147
147
  "vitest": "^3.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.10.3"
152
152
  },
153
- "packageManager": "yarn@4.9.3",
153
+ "packageManager": "yarn@4.10.3",
154
154
  "devEngines": {
155
155
  "runtime": [
156
156
  {