apify-cli 1.2.2-beta.3 → 1.2.2-beta.5

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.2.2-beta.3",
3
+ "version": "1.2.2-beta.5",
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",
@@ -92,7 +92,7 @@
92
92
  "escape-string-regexp": "~5.0.0",
93
93
  "execa": "^9.5.2",
94
94
  "express": "~5.2.0",
95
- "globby": "~15.0.0",
95
+ "globby": "~16.1.0",
96
96
  "handlebars": "~4.7.8",
97
97
  "indent-string": "^5.0.0",
98
98
  "is-ci": "~4.1.0",
@@ -175,5 +175,8 @@
175
175
  "*": "biome format --write --no-errors-on-unmatched",
176
176
  "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
177
177
  "*.md": "prettier --write"
178
+ },
179
+ "resolutions": {
180
+ "tar": "7.5.3"
178
181
  }
179
182
  }