@oclif/plugin-update 4.1.13 → 4.1.14

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -56,6 +56,6 @@ EXAMPLES
56
56
  $ oclif-example update --available
57
57
  ```
58
58
 
59
- _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.13/src/commands/update.ts)_
59
+ _See code: [src/commands/update.ts](https://github.com/oclif/plugin-update/blob/4.1.14/src/commands/update.ts)_
60
60
 
61
61
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1558,13 +1558,13 @@
1558
1558
  integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ==
1559
1559
 
1560
1560
  "@oclif/test@^3":
1561
- version "3.1.14"
1562
- resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.14.tgz#19d768adc14eafc31eb83ca75eb9d210a4af1635"
1563
- integrity sha512-HzzK6Zwddx2HMeyDGBrD1Ky/OXvsR2uiRKsIA+p0n+HNhEUhb9J/xWQ+apql1G+a8UkUKMfaBbDeYQj9JF+6mQ==
1561
+ version "3.1.16"
1562
+ resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.16.tgz#acb66688a0caf08b5089da3d8f05201e1cf75819"
1563
+ integrity sha512-LeoojG2tD8XDN9HzEt1j+JUKSyYz7qGp55SfvnXCa8d7k4Hq9jTzTiubu+s2mE4Nq9Ns5X40NZNSm85COxbsqw==
1564
1564
  dependencies:
1565
- "@oclif/core" "^3.18.2"
1565
+ "@oclif/core" "^3.19.1"
1566
1566
  chai "^4.4.1"
1567
- fancy-test "^3.0.9"
1567
+ fancy-test "^3.0.10"
1568
1568
 
1569
1569
  "@octokit/auth-token@^2.4.4":
1570
1570
  version "2.5.0"
@@ -2463,16 +2463,16 @@
2463
2463
  "@types/expect" "^1.20.4"
2464
2464
  "@types/node" "*"
2465
2465
 
2466
- "@typescript-eslint/eslint-plugin@^6.19.0":
2467
- version "6.19.1"
2468
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.19.1.tgz#bb0676af940bc23bf299ca58dbdc6589c2548c2e"
2469
- integrity sha512-roQScUGFruWod9CEyoV5KlCYrubC/fvG8/1zXuT0WTcxX87GnMMmnksMwSg99lo1xiKrBzw2icsJPMAw1OtKxg==
2466
+ "@typescript-eslint/eslint-plugin@^6.21.0":
2467
+ version "6.21.0"
2468
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
2469
+ integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
2470
2470
  dependencies:
2471
2471
  "@eslint-community/regexpp" "^4.5.1"
2472
- "@typescript-eslint/scope-manager" "6.19.1"
2473
- "@typescript-eslint/type-utils" "6.19.1"
2474
- "@typescript-eslint/utils" "6.19.1"
2475
- "@typescript-eslint/visitor-keys" "6.19.1"
2472
+ "@typescript-eslint/scope-manager" "6.21.0"
2473
+ "@typescript-eslint/type-utils" "6.21.0"
2474
+ "@typescript-eslint/utils" "6.21.0"
2475
+ "@typescript-eslint/visitor-keys" "6.21.0"
2476
2476
  debug "^4.3.4"
2477
2477
  graphemer "^1.4.0"
2478
2478
  ignore "^5.2.4"
@@ -2480,15 +2480,15 @@
2480
2480
  semver "^7.5.4"
2481
2481
  ts-api-utils "^1.0.1"
2482
2482
 
2483
- "@typescript-eslint/parser@^6.19.0":
2484
- version "6.19.1"
2485
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.19.1.tgz#68a87bb21afaf0b1689e9cdce0e6e75bc91ada78"
2486
- integrity sha512-WEfX22ziAh6pRE9jnbkkLGp/4RhTpffr2ZK5bJ18M8mIfA8A+k97U9ZyaXCEJRlmMHh7R9MJZWXp/r73DzINVQ==
2483
+ "@typescript-eslint/parser@^6.21.0":
2484
+ version "6.21.0"
2485
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
2486
+ integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
2487
2487
  dependencies:
2488
- "@typescript-eslint/scope-manager" "6.19.1"
2489
- "@typescript-eslint/types" "6.19.1"
2490
- "@typescript-eslint/typescript-estree" "6.19.1"
2491
- "@typescript-eslint/visitor-keys" "6.19.1"
2488
+ "@typescript-eslint/scope-manager" "6.21.0"
2489
+ "@typescript-eslint/types" "6.21.0"
2490
+ "@typescript-eslint/typescript-estree" "6.21.0"
2491
+ "@typescript-eslint/visitor-keys" "6.21.0"
2492
2492
  debug "^4.3.4"
2493
2493
 
2494
2494
  "@typescript-eslint/scope-manager@6.13.2":
@@ -2499,21 +2499,21 @@
2499
2499
  "@typescript-eslint/types" "6.13.2"
2500
2500
  "@typescript-eslint/visitor-keys" "6.13.2"
2501
2501
 
2502
- "@typescript-eslint/scope-manager@6.19.1":
2503
- version "6.19.1"
2504
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.19.1.tgz#2f527ee30703a6169a52b31d42a1103d80acd51b"
2505
- integrity sha512-4CdXYjKf6/6aKNMSly/BP4iCSOpvMmqtDzRtqFyyAae3z5kkqEjKndR5vDHL8rSuMIIWP8u4Mw4VxLyxZW6D5w==
2502
+ "@typescript-eslint/scope-manager@6.21.0":
2503
+ version "6.21.0"
2504
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
2505
+ integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
2506
2506
  dependencies:
2507
- "@typescript-eslint/types" "6.19.1"
2508
- "@typescript-eslint/visitor-keys" "6.19.1"
2507
+ "@typescript-eslint/types" "6.21.0"
2508
+ "@typescript-eslint/visitor-keys" "6.21.0"
2509
2509
 
2510
- "@typescript-eslint/type-utils@6.19.1":
2511
- version "6.19.1"
2512
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.19.1.tgz#6a130e3afe605a4898e043fa9f72e96309b54935"
2513
- integrity sha512-0vdyld3ecfxJuddDjACUvlAeYNrHP/pDeQk2pWBR2ESeEzQhg52DF53AbI9QCBkYE23lgkhLCZNkHn2hEXXYIg==
2510
+ "@typescript-eslint/type-utils@6.21.0":
2511
+ version "6.21.0"
2512
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
2513
+ integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
2514
2514
  dependencies:
2515
- "@typescript-eslint/typescript-estree" "6.19.1"
2516
- "@typescript-eslint/utils" "6.19.1"
2515
+ "@typescript-eslint/typescript-estree" "6.21.0"
2516
+ "@typescript-eslint/utils" "6.21.0"
2517
2517
  debug "^4.3.4"
2518
2518
  ts-api-utils "^1.0.1"
2519
2519
 
@@ -2522,10 +2522,10 @@
2522
2522
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
2523
2523
  integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
2524
2524
 
2525
- "@typescript-eslint/types@6.19.1":
2526
- version "6.19.1"
2527
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.19.1.tgz#2d4c9d492a63ede15e7ba7d129bdf7714b77f771"
2528
- integrity sha512-6+bk6FEtBhvfYvpHsDgAL3uo4BfvnTnoge5LrrCj2eJN8g3IJdLTD4B/jK3Q6vo4Ql/Hoip9I8aB6fF+6RfDqg==
2525
+ "@typescript-eslint/types@6.21.0":
2526
+ version "6.21.0"
2527
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
2528
+ integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
2529
2529
 
2530
2530
  "@typescript-eslint/typescript-estree@6.13.2":
2531
2531
  version "6.13.2"
@@ -2540,13 +2540,13 @@
2540
2540
  semver "^7.5.4"
2541
2541
  ts-api-utils "^1.0.1"
2542
2542
 
2543
- "@typescript-eslint/typescript-estree@6.19.1":
2544
- version "6.19.1"
2545
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.19.1.tgz#796d88d88882f12e85bb33d6d82d39e1aea54ed1"
2546
- integrity sha512-aFdAxuhzBFRWhy+H20nYu19+Km+gFfwNO4TEqyszkMcgBDYQjmPJ61erHxuT2ESJXhlhrO7I5EFIlZ+qGR8oVA==
2543
+ "@typescript-eslint/typescript-estree@6.21.0":
2544
+ version "6.21.0"
2545
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
2546
+ integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
2547
2547
  dependencies:
2548
- "@typescript-eslint/types" "6.19.1"
2549
- "@typescript-eslint/visitor-keys" "6.19.1"
2548
+ "@typescript-eslint/types" "6.21.0"
2549
+ "@typescript-eslint/visitor-keys" "6.21.0"
2550
2550
  debug "^4.3.4"
2551
2551
  globby "^11.1.0"
2552
2552
  is-glob "^4.0.3"
@@ -2554,17 +2554,17 @@
2554
2554
  semver "^7.5.4"
2555
2555
  ts-api-utils "^1.0.1"
2556
2556
 
2557
- "@typescript-eslint/utils@6.19.1":
2558
- version "6.19.1"
2559
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.19.1.tgz#df93497f9cfddde2bcc2a591da80536e68acd151"
2560
- integrity sha512-JvjfEZuP5WoMqwh9SPAPDSHSg9FBHHGhjPugSRxu5jMfjvBpq5/sGTD+9M9aQ5sh6iJ8AY/Kk/oUYVEMAPwi7w==
2557
+ "@typescript-eslint/utils@6.21.0":
2558
+ version "6.21.0"
2559
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
2560
+ integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
2561
2561
  dependencies:
2562
2562
  "@eslint-community/eslint-utils" "^4.4.0"
2563
2563
  "@types/json-schema" "^7.0.12"
2564
2564
  "@types/semver" "^7.5.0"
2565
- "@typescript-eslint/scope-manager" "6.19.1"
2566
- "@typescript-eslint/types" "6.19.1"
2567
- "@typescript-eslint/typescript-estree" "6.19.1"
2565
+ "@typescript-eslint/scope-manager" "6.21.0"
2566
+ "@typescript-eslint/types" "6.21.0"
2567
+ "@typescript-eslint/typescript-estree" "6.21.0"
2568
2568
  semver "^7.5.4"
2569
2569
 
2570
2570
  "@typescript-eslint/utils@^6.13.0":
@@ -2588,12 +2588,12 @@
2588
2588
  "@typescript-eslint/types" "6.13.2"
2589
2589
  eslint-visitor-keys "^3.4.1"
2590
2590
 
2591
- "@typescript-eslint/visitor-keys@6.19.1":
2592
- version "6.19.1"
2593
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.19.1.tgz#2164073ed4fc34a5ff3b5e25bb5a442100454c4c"
2594
- integrity sha512-gkdtIO+xSO/SmI0W68DBg4u1KElmIUo3vXzgHyGPs6cxgB0sa3TlptRAAE0hUY1hM6FcDKEv7aIwiTGm76cXfQ==
2591
+ "@typescript-eslint/visitor-keys@6.21.0":
2592
+ version "6.21.0"
2593
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
2594
+ integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
2595
2595
  dependencies:
2596
- "@typescript-eslint/types" "6.19.1"
2596
+ "@typescript-eslint/types" "6.21.0"
2597
2597
  eslint-visitor-keys "^3.4.1"
2598
2598
 
2599
2599
  "@ungap/structured-clone@^1.2.0":
@@ -3882,14 +3882,14 @@ escape-string-regexp@^1.0.5:
3882
3882
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
3883
3883
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
3884
3884
 
3885
- eslint-config-oclif-typescript@^3.0.39:
3886
- version "3.0.39"
3887
- resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.39.tgz#e7c3a21a00b03f3ec963983a872a276996b1e966"
3888
- integrity sha512-xXYckWvrKSojpeYGjN2Q+pvyh4OA2QEYV///uGRkyt33LCpkFtKz2MiswQ4PnX/VMLfK5tRGQZYgkR6r6QJn3g==
3885
+ eslint-config-oclif-typescript@^3.0.47:
3886
+ version "3.0.47"
3887
+ resolved "https://registry.yarnpkg.com/eslint-config-oclif-typescript/-/eslint-config-oclif-typescript-3.0.47.tgz#77c5a1914bf5443bb1603b14929eb11d112304df"
3888
+ integrity sha512-rTsvSeUwEd4TvH76LTtobUWkTqH1C0ArhpY/5dSngQsXW5oqwGBckSO3I6qfasw6cPIUOa6+3lftsqNUHbovRA==
3889
3889
  dependencies:
3890
- "@typescript-eslint/eslint-plugin" "^6.19.0"
3891
- "@typescript-eslint/parser" "^6.19.0"
3892
- eslint-config-xo-space "^0.34.0"
3890
+ "@typescript-eslint/eslint-plugin" "^6.21.0"
3891
+ "@typescript-eslint/parser" "^6.21.0"
3892
+ eslint-config-xo-space "^0.35.0"
3893
3893
  eslint-import-resolver-typescript "^3.6.1"
3894
3894
  eslint-plugin-import "^2.29.1"
3895
3895
  eslint-plugin-mocha "^10.2.0"
@@ -3918,6 +3918,13 @@ eslint-config-xo-space@^0.34.0:
3918
3918
  dependencies:
3919
3919
  eslint-config-xo "^0.43.0"
3920
3920
 
3921
+ eslint-config-xo-space@^0.35.0:
3922
+ version "0.35.0"
3923
+ resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.35.0.tgz#fdc2741c601a011e3ba185f07e2e78b6eed9d3dc"
3924
+ integrity sha512-+79iVcoLi3PvGcjqYDpSPzbLfqYpNcMlhsCBRsnmDoHAn4npJG6YxmHpelQKpXM7v/EeZTUKb4e1xotWlei8KA==
3925
+ dependencies:
3926
+ eslint-config-xo "^0.44.0"
3927
+
3921
3928
  eslint-config-xo@^0.43.0:
3922
3929
  version "0.43.1"
3923
3930
  resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
@@ -3925,6 +3932,13 @@ eslint-config-xo@^0.43.0:
3925
3932
  dependencies:
3926
3933
  confusing-browser-globals "1.0.11"
3927
3934
 
3935
+ eslint-config-xo@^0.44.0:
3936
+ version "0.44.0"
3937
+ resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz#b4a68da791ecfd329bc7e1f88f9edea3d4dca70c"
3938
+ integrity sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew==
3939
+ dependencies:
3940
+ confusing-browser-globals "1.0.11"
3941
+
3928
3942
  eslint-import-resolver-node@^0.3.9:
3929
3943
  version "0.3.9"
3930
3944
  resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz#d4eaac52b8a2e7c3cd1903eb00f7e053356118ac"
@@ -4221,7 +4235,7 @@ external-editor@^3.0.3, external-editor@^3.1.0:
4221
4235
  iconv-lite "^0.4.24"
4222
4236
  tmp "^0.0.33"
4223
4237
 
4224
- fancy-test@^3.0.9:
4238
+ fancy-test@^3.0.10:
4225
4239
  version "3.0.10"
4226
4240
  resolved "https://registry.yarnpkg.com/fancy-test/-/fancy-test-3.0.10.tgz#341be69e6eb35fcf1be33c041bed978837502e84"
4227
4241
  integrity sha512-6pwRQ7gqW57FKoTyRPPmcZktHLvrX+LS5ZQdXvQTMAq6vOVGCUrtJ4WP2BD4sZisRBnasaT4981L/8Q+qfh3wg==
@@ -5096,9 +5110,9 @@ interpret@^1.0.0:
5096
5110
  integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
5097
5111
 
5098
5112
  ip@^1.1.5:
5099
- version "1.1.5"
5100
- resolved "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz#bdded70114290828c0a039e72ef25f5aaec4354a"
5101
- integrity sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=
5113
+ version "1.1.9"
5114
+ resolved "https://registry.yarnpkg.com/ip/-/ip-1.1.9.tgz#8dfbcc99a754d07f425310b86a99546b1151e396"
5115
+ integrity sha512-cyRxvOEpNHNtchU3Ln9KC/auJgup87llfQpQ+t5ghoC/UhL16SWzbueiCsdTnWmqAWl7LadfuwhlqmtOaqMHdQ==
5102
5116
 
5103
5117
  is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
5104
5118
  version "3.0.2"
@@ -88,5 +88,5 @@
88
88
  ]
89
89
  }
90
90
  },
91
- "version": "4.1.13"
91
+ "version": "4.1.14"
92
92
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oclif/plugin-update",
3
- "version": "4.1.13",
3
+ "version": "4.1.14",
4
4
  "author": "Salesforce",
5
5
  "bugs": "https://github.com/oclif/plugin-update/issues",
6
6
  "dependencies": {
@@ -36,7 +36,7 @@
36
36
  "commitlint": "^17.8.1",
37
37
  "eslint": "^8.56.0",
38
38
  "eslint-config-oclif": "^5.0.0",
39
- "eslint-config-oclif-typescript": "^3.0.39",
39
+ "eslint-config-oclif-typescript": "^3.0.47",
40
40
  "eslint-config-prettier": "^9.1.0",
41
41
  "got": "^13.0.0",
42
42
  "husky": "^8.0.3",