cloudron 5.3.2 → 5.3.3

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.
Files changed (2) hide show
  1. package/bin/cloudron +1 -1
  2. package/package.json +3 -3
package/bin/cloudron CHANGED
@@ -301,7 +301,7 @@ program.command('update')
301
301
  .option('--app <id/location>', 'App id or location')
302
302
  .option('--appstore-id <appid[@version]>', 'Use app from the store')
303
303
  .option('--image <docker image>', 'Docker image')
304
- .option('--no-backup', 'Skip backup [false]', false)
304
+ .option('--no-backup', 'Skip backup [false]')
305
305
  .option('--no-wait', 'Wait for healthcheck to succeed [false]')
306
306
  .option('--no-force', 'Match appstore id and manifest id before updating', true)
307
307
  .action(actions.update);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudron",
3
- "version": "5.3.2",
3
+ "version": "5.3.3",
4
4
  "license": "MIT",
5
5
  "description": "Cloudron Commandline Tool",
6
6
  "main": "main.js",
@@ -23,7 +23,7 @@
23
23
  "debug": "^4.3.4",
24
24
  "delay": "^5.0.0",
25
25
  "easy-table": "^1.2.0",
26
- "ejs": "^3.1.8",
26
+ "ejs": "^3.1.9",
27
27
  "eventsource": "^2.0.2",
28
28
  "micromatch": "^4.0.5",
29
29
  "once": "^1.4.0",
@@ -33,7 +33,7 @@
33
33
  "readline-sync": "^1.4.10",
34
34
  "safetydance": "^2.2.0",
35
35
  "split": "^1.0.1",
36
- "superagent": "^8.0.6",
36
+ "superagent": "^8.0.9",
37
37
  "tar-fs": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.12.0.tgz",
38
38
  "underscore": "^1.13.6"
39
39
  },