@oclif/plugin-update 4.2.6 → 4.2.7

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.6/src/commands/update.ts)_
58
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/v4.2.7/src/commands/update.ts)_
59
59
  <!-- commandsstop -->
60
60
 
61
61
  # Contributing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@oclif/plugin-update",
9
- "version": "4.2.6",
9
+ "version": "4.2.7",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@inquirer/select": "^2.3.1",
13
- "@oclif/core": "^3.21.0",
13
+ "@oclif/core": "^3.26.4",
14
14
  "chalk": "^5",
15
15
  "debug": "^4.3.1",
16
16
  "filesize": "^6.1.0",
@@ -35,8 +35,8 @@
35
35
  "chai": "^4.4.1",
36
36
  "commitlint": "^18",
37
37
  "eslint": "^8.57.0",
38
- "eslint-config-oclif": "^5.1.1",
39
- "eslint-config-oclif-typescript": "^3.1.3",
38
+ "eslint-config-oclif": "^5.1.2",
39
+ "eslint-config-oclif-typescript": "^3.1.5",
40
40
  "eslint-config-prettier": "^9.1.0",
41
41
  "got": "^13.0.0",
42
42
  "husky": "^9",
@@ -2228,9 +2228,9 @@
2228
2228
  }
2229
2229
  },
2230
2230
  "node_modules/@oclif/core": {
2231
- "version": "3.26.3",
2232
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz",
2233
- "integrity": "sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==",
2231
+ "version": "3.26.4",
2232
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz",
2233
+ "integrity": "sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==",
2234
2234
  "license": "MIT",
2235
2235
  "dependencies": {
2236
2236
  "@types/cli-progress": "^3.11.5",
@@ -5384,14 +5384,14 @@
5384
5384
  }
5385
5385
  },
5386
5386
  "node_modules/eslint-config-oclif": {
5387
- "version": "5.1.1",
5388
- "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.1.1.tgz",
5389
- "integrity": "sha512-cyvKKwNnNkrYmumgrd72I8WxXJBL2DDI8fX2/wX5v4O0kl7Poj2ceR4ylP6DWXpCbD48+qXGwjIjiz2cVVVrzQ==",
5387
+ "version": "5.1.2",
5388
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif/-/eslint-config-oclif-5.1.2.tgz",
5389
+ "integrity": "sha512-rtS1qwKpTlmt/3yX+2a5GpAoNkUe5/CL3KUCqpzi0TNoxZwq25F1MJIMZS3AzHRK+F2XMwGnA5oL6X3koCwbkA==",
5390
5390
  "dev": true,
5391
5391
  "license": "MIT",
5392
5392
  "dependencies": {
5393
5393
  "eslint-config-xo-space": "^0.35.0",
5394
- "eslint-plugin-mocha": "^10.4.1",
5394
+ "eslint-plugin-mocha": "^10.4.2",
5395
5395
  "eslint-plugin-n": "^15.1.0",
5396
5396
  "eslint-plugin-unicorn": "^48.0.1"
5397
5397
  },
@@ -5400,9 +5400,9 @@
5400
5400
  }
5401
5401
  },
5402
5402
  "node_modules/eslint-config-oclif-typescript": {
5403
- "version": "3.1.3",
5404
- "resolved": "https://registry.npmjs.org/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.3.tgz",
5405
- "integrity": "sha512-lRSkiSd2AGu/D0EgK5Bz/u92c2t5nK2lAgPPPlAGHUXEL2IhjR+KNWf2REZReMD4IzAGVbCKlVqDNTDybJ11qg==",
5403
+ "version": "3.1.5",
5404
+ "resolved": "https://registry.npmjs.org/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.1.5.tgz",
5405
+ "integrity": "sha512-bw6HYbv5UQcfK5knAPemViB+CpbxmAOsnaxtvFAEeOvQM61eVaNKtPyCj1DRgUOBUN7knJ0NBXOqUny+0nwSkQ==",
5406
5406
  "dev": true,
5407
5407
  "license": "MIT",
5408
5408
  "dependencies": {
@@ -5411,9 +5411,9 @@
5411
5411
  "eslint-config-xo-space": "^0.35.0",
5412
5412
  "eslint-import-resolver-typescript": "^3.6.1",
5413
5413
  "eslint-plugin-import": "^2.29.1",
5414
- "eslint-plugin-mocha": "^10.4.1",
5414
+ "eslint-plugin-mocha": "^10.4.2",
5415
5415
  "eslint-plugin-n": "^15",
5416
- "eslint-plugin-perfectionist": "^2.7.0"
5416
+ "eslint-plugin-perfectionist": "^2.9.0"
5417
5417
  },
5418
5418
  "engines": {
5419
5419
  "node": ">=18.0.0"
@@ -5658,9 +5658,9 @@
5658
5658
  }
5659
5659
  },
5660
5660
  "node_modules/eslint-plugin-mocha": {
5661
- "version": "10.4.1",
5662
- "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.1.tgz",
5663
- "integrity": "sha512-G85ALUgKaLzuEuHhoW3HVRgPTmia6njQC3qCG6CEvA8/Ja9PDZnRZOuzekMki+HaViEQXINuYsmhp5WR5/4MfA==",
5661
+ "version": "10.4.3",
5662
+ "resolved": "https://registry.npmjs.org/eslint-plugin-mocha/-/eslint-plugin-mocha-10.4.3.tgz",
5663
+ "integrity": "sha512-emc4TVjq5Ht0/upR+psftuz6IBG5q279p+1dSRDeHf+NS9aaerBi3lXKo1SEzwC29hFIW21gO89CEWSvRsi8IQ==",
5664
5664
  "dev": true,
5665
5665
  "license": "MIT",
5666
5666
  "dependencies": {
@@ -5702,9 +5702,9 @@
5702
5702
  }
5703
5703
  },
5704
5704
  "node_modules/eslint-plugin-perfectionist": {
5705
- "version": "2.7.0",
5706
- "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.7.0.tgz",
5707
- "integrity": "sha512-RpSMc0T0DT9DlOj4APzwlAjCqQMxFdsIYlupe73eDkKLn1mMK7fVw2z3nj2y822szKOpvHA7bDa56ySOlr4GXw==",
5705
+ "version": "2.9.0",
5706
+ "resolved": "https://registry.npmjs.org/eslint-plugin-perfectionist/-/eslint-plugin-perfectionist-2.9.0.tgz",
5707
+ "integrity": "sha512-ipFtDrqtF99qVVo+FE1fo6aHyLLp7hg6PNGfzY5KxQjcl0XCbyEFvjtR1NfkHDTN9rdFeEDxg59LLOv3VOAHAw==",
5708
5708
  "dev": true,
5709
5709
  "license": "MIT",
5710
5710
  "dependencies": {
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.2.6"
91
+ "version": "4.2.7"
92
92
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
7
7
  "@inquirer/select": "^2.3.1",
8
- "@oclif/core": "^3.21.0",
8
+ "@oclif/core": "^3.26.4",
9
9
  "chalk": "^5",
10
10
  "debug": "^4.3.1",
11
11
  "filesize": "^6.1.0",
@@ -30,8 +30,8 @@
30
30
  "chai": "^4.4.1",
31
31
  "commitlint": "^18",
32
32
  "eslint": "^8.57.0",
33
- "eslint-config-oclif": "^5.1.1",
34
- "eslint-config-oclif-typescript": "^3.1.3",
33
+ "eslint-config-oclif": "^5.1.2",
34
+ "eslint-config-oclif-typescript": "^3.1.5",
35
35
  "eslint-config-prettier": "^9.1.0",
36
36
  "got": "^13.0.0",
37
37
  "husky": "^9",