oclif 4.0.2 → 4.0.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.
@@ -679,5 +679,5 @@
679
679
  ]
680
680
  }
681
681
  },
682
- "version": "4.0.2"
682
+ "version": "4.0.3"
683
683
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oclif",
3
3
  "description": "oclif: create your own CLI",
4
- "version": "4.0.2",
4
+ "version": "4.0.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
@@ -11,7 +11,7 @@
11
11
  "@oclif/core": "^3.0.4",
12
12
  "@oclif/plugin-help": "^5.2.14",
13
13
  "@oclif/plugin-not-found": "^2.3.32",
14
- "@oclif/plugin-warn-if-update-available": "^2.0.44",
14
+ "@oclif/plugin-warn-if-update-available": "^3.0.0",
15
15
  "async-retry": "^1.3.3",
16
16
  "aws-sdk": "^2.1231.0",
17
17
  "change-case": "^4",