@oclif/plugin-commands 3.0.2 → 3.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
20
20
  $ oclif-example COMMAND
21
21
  running command...
22
22
  $ oclif-example (--version)
23
- @oclif/plugin-commands/3.0.2 linux-x64 node-v18.18.0
23
+ @oclif/plugin-commands/3.0.3 linux-x64 node-v18.18.0
24
24
  $ oclif-example --help [COMMAND]
25
25
  USAGE
26
26
  $ oclif-example COMMAND
@@ -63,5 +63,5 @@ DESCRIPTION
63
63
  list all the commands
64
64
  ```
65
65
 
66
- _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.2/src/commands/commands.ts)_
66
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.3/src/commands/commands.ts)_
67
67
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1044,20 +1044,20 @@
1044
1044
  dependencies:
1045
1045
  nock "*"
1046
1046
 
1047
- "@types/node@*", "@types/node@^15.6.1":
1048
- version "15.14.9"
1049
- resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1050
- integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1051
-
1052
- "@types/node@20.5.1":
1047
+ "@types/node@*", "@types/node@20.5.1":
1053
1048
  version "20.5.1"
1054
1049
  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
1055
1050
  integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
1056
1051
 
1052
+ "@types/node@^15.6.1":
1053
+ version "15.14.9"
1054
+ resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
1055
+ integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
1056
+
1057
1057
  "@types/node@^18":
1058
- version "18.18.4"
1059
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.4.tgz#519fef47a13cf869be290c20fc6ae9b7fe887aa7"
1060
- integrity sha512-t3rNFBgJRugIhackit2mVcLfF6IRc0JE4oeizPQL8Zrm8n2WY/0wOdpOPhdtG0V9Q2TlW/axbF1MJ6z+Yj/kKQ==
1058
+ version "18.18.5"
1059
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
1060
+ integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==
1061
1061
 
1062
1062
  "@types/normalize-package-data@^2.4.0":
1063
1063
  version "2.4.1"
@@ -4547,14 +4547,7 @@ minimatch@5.0.1:
4547
4547
  dependencies:
4548
4548
  brace-expansion "^2.0.1"
4549
4549
 
4550
- minimatch@^3.0.4:
4551
- version "3.0.4"
4552
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
4553
- integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
4554
- dependencies:
4555
- brace-expansion "^1.1.7"
4556
-
4557
- minimatch@^3.0.5, minimatch@^3.1.2:
4550
+ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
4558
4551
  version "3.1.2"
4559
4552
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
4560
4553
  integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -129,5 +129,5 @@
129
129
  ]
130
130
  }
131
131
  },
132
- "version": "3.0.2"
132
+ "version": "3.0.3"
133
133
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
3
  "description": "plugin to show the list of all the commands",
4
- "version": "3.0.2",
4
+ "version": "3.0.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {