@oclif/plugin-commands 3.0.4 → 3.0.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/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.4 linux-x64 node-v18.18.2
23
+ @oclif/plugin-commands/3.0.5 linux-x64 node-v20.9.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.4/src/commands/commands.ts)_
66
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.5/src/commands/commands.ts)_
67
67
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -787,10 +787,10 @@
787
787
  wordwrap "^1.0.0"
788
788
  wrap-ansi "^7.0.0"
789
789
 
790
- "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1", "@oclif/core@^3.3.1":
791
- version "3.5.0"
792
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.5.0.tgz#ce12e264f6eab051391489bf4df0340a133fc3fb"
793
- integrity sha512-u1X8KguaIoLClbTWgnvXeVb6bu+GUCbmrY/1e1E6Xl3P8zw1cj8nm57RkvBnAHLVixnZ+4maVJrJ2vRVro/S+g==
790
+ "@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.3.1", "@oclif/core@^3.9.1":
791
+ version "3.9.1"
792
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.9.1.tgz#056cf2e5b0962eac371a31d12963b188ca314716"
793
+ integrity sha512-ZVz2TY8f0cA2HHIWdIAYOjpKynEyF481cKs1J6olDViLZ4OJonuLgGWUFs9luaadBcYtRoVuM3Ox1cdSqeUWFw==
794
794
  dependencies:
795
795
  ansi-escapes "^4.3.2"
796
796
  ansi-styles "^4.3.0"
@@ -1100,10 +1100,10 @@
1100
1100
  dependencies:
1101
1101
  "@types/lodash" "*"
1102
1102
 
1103
- "@types/lodash.template@^4.5.1":
1104
- version "4.5.1"
1105
- resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.1.tgz#3a2325e02963ca8aced4a657598ac26816340d83"
1106
- integrity sha512-0y71S2dGgmwdkSsyW95JBp8HSZchgKCsjr6F0lsT3eSMtaT3Nn9rcMHU1U4UKu6XjQT3YC6/PNwgFI7k9f+ltw==
1103
+ "@types/lodash.template@^4.5.2":
1104
+ version "4.5.2"
1105
+ resolved "https://registry.yarnpkg.com/@types/lodash.template/-/lodash.template-4.5.2.tgz#0e26d3324f10fd1a044da1088a87e3fbc03e520d"
1106
+ integrity sha512-9V69JSviqXywQC9O/vZ5WjO4kmcol55t+pZDcsrKXkO4D5rGdF2/J0Ke2iChq689xIRoVGWXTQ8DGh9Lbg/UVg==
1107
1107
  dependencies:
1108
1108
  "@types/lodash" "*"
1109
1109
 
@@ -129,5 +129,5 @@
129
129
  ]
130
130
  }
131
131
  },
132
- "version": "3.0.4"
132
+ "version": "3.0.5"
133
133
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
3
  "description": "plugin to show the list of all the commands",
4
- "version": "3.0.4",
4
+ "version": "3.0.5",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.2.1",
8
+ "@oclif/core": "^3.9.1",
9
9
  "lodash.pickby": "^4.6.0",
10
10
  "lodash.sortby": "^4.7.0",
11
11
  "lodash.template": "^4.5.0",
@@ -19,7 +19,7 @@
19
19
  "@types/chai": "^4.3.8",
20
20
  "@types/lodash.pickby": "^4.6.7",
21
21
  "@types/lodash.sortby": "^4.7.8",
22
- "@types/lodash.template": "^4.5.1",
22
+ "@types/lodash.template": "^4.5.2",
23
23
  "@types/lodash.uniqby": "^4.7.7",
24
24
  "@types/mocha": "^10.0.2",
25
25
  "@types/nock": "^11.1.0",