@strapi/cloud-cli 4.25.21 → 4.25.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/dist/index.js CHANGED
@@ -238,7 +238,7 @@ const scripts = {
238
238
  };
239
239
  const dependencies = {
240
240
  "@strapi/utils": "4.25.20",
241
- axios: "1.7.4",
241
+ axios: "1.8.2",
242
242
  chalk: "4.1.2",
243
243
  "cli-progress": "3.12.0",
244
244
  commander: "8.3.0",
package/dist/index.mjs CHANGED
@@ -179,7 +179,7 @@ const scripts = {
179
179
  };
180
180
  const dependencies = {
181
181
  "@strapi/utils": "4.25.20",
182
- axios: "1.7.4",
182
+ axios: "1.8.2",
183
183
  chalk: "4.1.2",
184
184
  "cli-progress": "3.12.0",
185
185
  commander: "8.3.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/cloud-cli",
3
- "version": "4.25.21",
3
+ "version": "4.25.22",
4
4
  "description": "Commands to interact with the Strapi Cloud",
5
5
  "keywords": [
6
6
  "strapi",
@@ -45,8 +45,8 @@
45
45
  "watch": "pack-up watch"
46
46
  },
47
47
  "dependencies": {
48
- "@strapi/utils": "4.25.21",
49
- "axios": "1.7.4",
48
+ "@strapi/utils": "4.25.22",
49
+ "axios": "1.8.2",
50
50
  "chalk": "4.1.2",
51
51
  "cli-progress": "3.12.0",
52
52
  "commander": "8.3.0",
@@ -70,12 +70,12 @@
70
70
  "@types/cli-progress": "3.11.5",
71
71
  "@types/eventsource": "1.1.15",
72
72
  "@types/lodash": "^4.14.191",
73
- "eslint-config-custom": "4.25.21",
74
- "tsconfig": "4.25.21"
73
+ "eslint-config-custom": "4.25.22",
74
+ "tsconfig": "4.25.22"
75
75
  },
76
76
  "engines": {
77
77
  "node": ">=18.0.0 <=20.x.x",
78
78
  "npm": ">=6.0.0"
79
79
  },
80
- "gitHead": "c95cecbc9ed31c3bd68eff1ae5fa4b64f2a5020e"
80
+ "gitHead": "a1729ab7270e61a3ed71b848ba9016ce144d434b"
81
81
  }