@oclif/plugin-update 4.2.2 → 4.2.3

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -55,7 +55,7 @@ EXAMPLES
55
55
  $ oclif-example update --available
56
56
  ```
57
57
 
58
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.2/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.3/src/commands/update.ts)_
59
59
  <!-- commandsstop -->
60
60
 
61
61
  # Contributing
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@oclif/plugin-update",
9
- "version": "4.2.2",
9
+ "version": "4.2.3",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.21.0",
@@ -15,7 +15,7 @@
15
15
  "debug": "^4.3.1",
16
16
  "filesize": "^6.1.0",
17
17
  "http-call": "^5.3.0",
18
- "inquirer": "^9.2.16",
18
+ "inquirer": "^9.2.17",
19
19
  "lodash.throttle": "^4.1.1",
20
20
  "semver": "^7.6.0",
21
21
  "tar-fs": "^2.1.1"
@@ -10319,9 +10319,9 @@
10319
10319
  "license": "ISC"
10320
10320
  },
10321
10321
  "node_modules/inquirer": {
10322
- "version": "9.2.16",
10323
- "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.16.tgz",
10324
- "integrity": "sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==",
10322
+ "version": "9.2.17",
10323
+ "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-9.2.17.tgz",
10324
+ "integrity": "sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==",
10325
10325
  "license": "MIT",
10326
10326
  "dependencies": {
10327
10327
  "@ljharb/through": "^2.3.13",
package/oclif.lock CHANGED
@@ -5438,10 +5438,10 @@ inquirer@^8.0.0:
5438
5438
  through "^2.3.6"
5439
5439
  wrap-ansi "^6.0.1"
5440
5440
 
5441
- inquirer@^9.2.16:
5442
- version "9.2.16"
5443
- resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.16.tgz"
5444
- integrity sha512-qzgbB+yNjgSzk2omeqMDtO9IgJet/UL67luT1MaaggRpGK73DBQct5Q4pipwFQcIKK1GbMODYd4UfsRCkSP1DA==
5441
+ inquirer@^9.2.17:
5442
+ version "9.2.17"
5443
+ resolved "https://registry.npmjs.org/inquirer/-/inquirer-9.2.17.tgz"
5444
+ integrity sha512-Vr3Ia2ud5sGnioURkE69endl4SkeJcMzTF6SosKcX5GALJfId7C+JvO5ZZb6y1LOXnEofCPbwzoQ1q0e8Gaduw==
5445
5445
  dependencies:
5446
5446
  "@ljharb/through" "^2.3.13"
5447
5447
  ansi-escapes "^4.3.2"
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.2.2"
91
+ "version": "4.2.3"
92
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.2",
3
+ "version": "4.2.3",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
@@ -10,7 +10,7 @@
10
10
  "debug": "^4.3.1",
11
11
  "filesize": "^6.1.0",
12
12
  "http-call": "^5.3.0",
13
- "inquirer": "^9.2.16",
13
+ "inquirer": "^9.2.17",
14
14
  "lodash.throttle": "^4.1.1",
15
15
  "semver": "^7.6.0",
16
16
  "tar-fs": "^2.1.1"