sfdx-plugin-update-notifier 1.2.73 → 1.2.74

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/oclif.lock CHANGED
@@ -141,7 +141,7 @@
141
141
  "@smithy/util-waiter" "^2.2.0"
142
142
  tslib "^2.6.2"
143
143
 
144
- "@aws-sdk/client-s3@^3.550.0":
144
+ "@aws-sdk/client-s3@^3.554.0":
145
145
  version "3.554.0"
146
146
  resolved "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.554.0.tgz"
147
147
  integrity sha512-d5TKKtGWhN0vl9QovUFrf3UsM7jgFQkowDPx1O+E/yeQUj1FBDOoRfDCcQOKW/9ghloI6k7f0bBpNxdd+x0oKA==
@@ -1328,22 +1328,22 @@
1328
1328
  resolved "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz"
1329
1329
  integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
1330
1330
 
1331
- "@inquirer/confirm@^3.0.0":
1332
- version "3.1.0"
1333
- resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.0.tgz"
1334
- integrity sha512-nH5mxoTEoqk6WpoBz80GMpDSm9jH5V9AF8n+JZAZfMzd9gHeEG9w1o3KawPRR72lfzpP+QxBHLkOKLEApwhDiQ==
1331
+ "@inquirer/confirm@^3.1.4":
1332
+ version "3.1.4"
1333
+ resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.4.tgz"
1334
+ integrity sha512-2z2RC0JyQCmggQfRxFnQitGp8YZgdM/AqcOuLaUtL0dZHFByk5jgtzxECX4z5MsH8aq2WzdLPI2AHmHOkh8eRA==
1335
1335
  dependencies:
1336
- "@inquirer/core" "^7.1.0"
1337
- "@inquirer/type" "^1.2.1"
1336
+ "@inquirer/core" "^8.0.0"
1337
+ "@inquirer/type" "^1.3.0"
1338
1338
 
1339
- "@inquirer/core@^7.1.0":
1340
- version "7.1.0"
1341
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz"
1342
- integrity sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==
1339
+ "@inquirer/core@^7.1.1":
1340
+ version "7.1.1"
1341
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz"
1342
+ integrity sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==
1343
1343
  dependencies:
1344
1344
  "@inquirer/type" "^1.2.1"
1345
1345
  "@types/mute-stream" "^0.0.4"
1346
- "@types/node" "^20.11.26"
1346
+ "@types/node" "^20.11.30"
1347
1347
  "@types/wrap-ansi" "^3.0.0"
1348
1348
  ansi-escapes "^4.3.2"
1349
1349
  chalk "^4.1.2"
@@ -1351,30 +1351,34 @@
1351
1351
  cli-width "^4.1.0"
1352
1352
  figures "^3.2.0"
1353
1353
  mute-stream "^1.0.0"
1354
- run-async "^3.0.0"
1355
1354
  signal-exit "^4.1.0"
1356
1355
  strip-ansi "^6.0.1"
1357
1356
  wrap-ansi "^6.2.0"
1358
1357
 
1359
- "@inquirer/core@^7.1.1":
1360
- version "7.1.1"
1361
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz"
1362
- integrity sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==
1358
+ "@inquirer/core@^8.0.0":
1359
+ version "8.0.0"
1360
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.0.0.tgz"
1361
+ integrity sha512-RAszmjXj+grbT9yQ9B+me40LskytwBYPhyl6yHI8h+J5BmL0gNI3pdvBBFD6S9LV0lzhzfCRMBMH5UvuUPYzZQ==
1363
1362
  dependencies:
1364
- "@inquirer/type" "^1.2.1"
1363
+ "@inquirer/figures" "^1.0.0"
1364
+ "@inquirer/type" "^1.3.0"
1365
1365
  "@types/mute-stream" "^0.0.4"
1366
- "@types/node" "^20.11.30"
1366
+ "@types/node" "^20.12.7"
1367
1367
  "@types/wrap-ansi" "^3.0.0"
1368
1368
  ansi-escapes "^4.3.2"
1369
1369
  chalk "^4.1.2"
1370
1370
  cli-spinners "^2.9.2"
1371
1371
  cli-width "^4.1.0"
1372
- figures "^3.2.0"
1373
1372
  mute-stream "^1.0.0"
1374
1373
  signal-exit "^4.1.0"
1375
1374
  strip-ansi "^6.0.1"
1376
1375
  wrap-ansi "^6.2.0"
1377
1376
 
1377
+ "@inquirer/figures@^1.0.0":
1378
+ version "1.0.0"
1379
+ resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.0.tgz"
1380
+ integrity sha512-3fw+7+77/duTnMJTeSS44wneszghI4tkr0m0xdIJabbYRe36ElzmsqyboMZ1nFRon6sT+ckVvYDVjwapKv+2sw==
1381
+
1378
1382
  "@inquirer/input@^2.1.1":
1379
1383
  version "2.1.1"
1380
1384
  resolved "https://registry.npmjs.org/@inquirer/input/-/input-2.1.1.tgz"
@@ -1399,6 +1403,11 @@
1399
1403
  resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz"
1400
1404
  integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
1401
1405
 
1406
+ "@inquirer/type@^1.3.0":
1407
+ version "1.3.0"
1408
+ resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.3.0.tgz"
1409
+ integrity sha512-RW4Zf6RCTnInRaOZuRHTqAUl+v6VJuQGglir7nW2BkT3OXOphMhkIFhvFRjorBx2l0VwtC/M4No8vYR65TdN9Q==
1410
+
1402
1411
  "@isaacs/cliui@^8.0.2":
1403
1412
  version "8.0.2"
1404
1413
  resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz"
@@ -1520,10 +1529,10 @@
1520
1529
  "@nodelib/fs.scandir" "2.1.5"
1521
1530
  fastq "^1.6.0"
1522
1531
 
1523
- "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2":
1524
- version "3.26.2"
1525
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz"
1526
- integrity sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==
1532
+ "@oclif/core@^3.21.0", "@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
1533
+ version "3.26.4"
1534
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.4.tgz"
1535
+ integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
1527
1536
  dependencies:
1528
1537
  "@types/cli-progress" "^3.11.5"
1529
1538
  ansi-escapes "^4.3.2"
@@ -1534,7 +1543,7 @@
1534
1543
  cli-progress "^3.12.0"
1535
1544
  color "^4.2.3"
1536
1545
  debug "^4.3.4"
1537
- ejs "^3.1.9"
1546
+ ejs "^3.1.10"
1538
1547
  get-package-type "^0.1.0"
1539
1548
  globby "^11.1.0"
1540
1549
  hyperlinker "^1.0.0"
@@ -1554,10 +1563,10 @@
1554
1563
  wordwrap "^1.0.0"
1555
1564
  wrap-ansi "^7.0.0"
1556
1565
 
1557
- "@oclif/core@3.26.0":
1558
- version "3.26.0"
1559
- resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz"
1560
- integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
1566
+ "@oclif/core@3.26.3":
1567
+ version "3.26.3"
1568
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-3.26.3.tgz"
1569
+ integrity sha512-e6Vwu+cb2Sn4qFFpmY1fQLRWIY5ugruMuN94xb7+kyUzxrirYjJATPhuCT1G5xj9Dk+hTMH+Sp6XcHcVTS1lHg==
1561
1570
  dependencies:
1562
1571
  "@types/cli-progress" "^3.11.5"
1563
1572
  ansi-escapes "^4.3.2"
@@ -1568,14 +1577,14 @@
1568
1577
  cli-progress "^3.12.0"
1569
1578
  color "^4.2.3"
1570
1579
  debug "^4.3.4"
1571
- ejs "^3.1.9"
1580
+ ejs "^3.1.10"
1572
1581
  get-package-type "^0.1.0"
1573
1582
  globby "^11.1.0"
1574
1583
  hyperlinker "^1.0.0"
1575
1584
  indent-string "^4.0.0"
1576
1585
  is-wsl "^2.2.0"
1577
1586
  js-yaml "^3.14.1"
1578
- minimatch "^9.0.3"
1587
+ minimatch "^9.0.4"
1579
1588
  natural-orderby "^2.0.3"
1580
1589
  object-treeify "^1.1.33"
1581
1590
  password-prompt "^1.1.3"
@@ -1588,12 +1597,12 @@
1588
1597
  wordwrap "^1.0.0"
1589
1598
  wrap-ansi "^7.0.0"
1590
1599
 
1591
- "@oclif/plugin-command-snapshot@^5.1.4":
1592
- version "5.1.4"
1593
- resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz"
1594
- integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
1600
+ "@oclif/plugin-command-snapshot@^5.1.6":
1601
+ version "5.1.6"
1602
+ resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.6.tgz"
1603
+ integrity sha512-i44oUyDOaMiUdloKN7darp4gE/Lio+K8yV0Qz04XkYzjHmGOz/41K5wcSMGvZc1EPmxCK2NBjR4W89TmCS8OjA==
1595
1604
  dependencies:
1596
- "@oclif/core" "3.26.0"
1605
+ "@oclif/core" "3.26.3"
1597
1606
  "@types/lodash.difference" "^4.5.9"
1598
1607
  chalk "^5.3.0"
1599
1608
  globby "^14.0.1"
@@ -1602,14 +1611,14 @@
1602
1611
  lodash.get "^4.4.2"
1603
1612
  lodash.sortby "^4.7.0"
1604
1613
  semver "^7.6.0"
1605
- ts-json-schema-generator "^1.5.0"
1614
+ ts-json-schema-generator "^1.5.1"
1606
1615
 
1607
- "@oclif/plugin-help@^6.0.18", "@oclif/plugin-help@^6.0.20":
1608
- version "6.0.20"
1609
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.20.tgz"
1610
- integrity sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA==
1616
+ "@oclif/plugin-help@^6.0.21":
1617
+ version "6.0.21"
1618
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.21.tgz"
1619
+ integrity sha512-w860r9d456xhw1GPaos9yQF+BZeFY9UKdrINbL3fZFX5ZHhr/zGT4Fep5wUkHogjjnSB8+ZHi3D6j2jScIizUw==
1611
1620
  dependencies:
1612
- "@oclif/core" "^3.26.0"
1621
+ "@oclif/core" "^3.26.2"
1613
1622
 
1614
1623
  "@oclif/plugin-not-found@^3.0.14":
1615
1624
  version "3.0.14"
@@ -1631,12 +1640,12 @@
1631
1640
  http-call "^5.2.2"
1632
1641
  lodash.template "^4.5.0"
1633
1642
 
1634
- "@oclif/test@^3.2.9":
1635
- version "3.2.9"
1636
- resolved "https://registry.npmjs.org/@oclif/test/-/test-3.2.9.tgz"
1637
- integrity sha512-eVZO4I29Ipp7WlwAZOmQ/Z0Dm/J9qnTUTAqKHlylEmp9JYfVQ3C+SqZVNNp3KJ+D/XJMC7xQ748JDBQFUZebbA==
1643
+ "@oclif/test@^3.2.10":
1644
+ version "3.2.10"
1645
+ resolved "https://registry.npmjs.org/@oclif/test/-/test-3.2.10.tgz"
1646
+ integrity sha512-9h6rMHnFS7zf0CLmfqtbAmdDSLpYF8otu25YpeqQXOX3b9TYeyfOvD61TkkxJ2T3zpqnrViNzifsF6gfM6xanQ==
1638
1647
  dependencies:
1639
- "@oclif/core" "^3.26.0"
1648
+ "@oclif/core" "^3.26.3"
1640
1649
  chai "^4.4.1"
1641
1650
  fancy-test "^3.0.14"
1642
1651
 
@@ -1671,7 +1680,7 @@
1671
1680
  "@pnpm/network.ca-file" "^1.0.1"
1672
1681
  config-chain "^1.1.11"
1673
1682
 
1674
- "@salesforce/core@^7.0.0":
1683
+ "@salesforce/core@^7.2.0":
1675
1684
  version "7.2.0"
1676
1685
  resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz"
1677
1686
  integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
@@ -1699,23 +1708,23 @@
1699
1708
  resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz"
1700
1709
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1701
1710
 
1702
- "@salesforce/dev-scripts@^8.4.3":
1703
- version "8.4.3"
1704
- resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.3.tgz"
1705
- integrity sha512-FR40IfEYFewIsN4OQ5WzFxl2t+/V4kZ005MRzAvcvq98FUUMGVkrMMrWNkjMBQHJNL41mpK6DR7xcQuY1DkZ2w==
1711
+ "@salesforce/dev-scripts@^9.0.0":
1712
+ version "9.0.0"
1713
+ resolved "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-9.0.0.tgz"
1714
+ integrity sha512-B89ipgncuhHLqLlr+LGSi7HN+eHPa3aw5B6PXQWqQj73QAkGN+E6EowwA50y7GkXeNx7GntbNRtQHvwMcnIorw==
1706
1715
  dependencies:
1707
1716
  "@commitlint/cli" "^17.1.2"
1708
1717
  "@commitlint/config-conventional" "^17.8.1"
1709
1718
  "@salesforce/dev-config" "^4.1.0"
1710
1719
  "@salesforce/prettier-config" "^0.0.3"
1711
- "@types/chai" "^4.3.11"
1720
+ "@types/chai" "^4.3.14"
1712
1721
  "@types/mocha" "^10.0.6"
1713
1722
  "@types/node" "^18.19.28"
1714
1723
  "@types/sinon" "^10.0.20"
1715
1724
  chai "^4.3.10"
1716
1725
  chalk "^4.0.0"
1717
- cosmiconfig "^7.0.0"
1718
- eslint-config-salesforce-typescript "^3.2.12"
1726
+ cosmiconfig "^8.3.6"
1727
+ eslint-config-salesforce-typescript "^3.3.0"
1719
1728
  husky "^7.0.4"
1720
1729
  linkinator "^6.0.4"
1721
1730
  mocha "^10.4.0"
@@ -1731,10 +1740,10 @@
1731
1740
  typescript "^5.4.3"
1732
1741
  wireit "^0.14.4"
1733
1742
 
1734
- "@salesforce/kit@^3.0.15", "@salesforce/kit@^3.1.0":
1735
- version "3.1.0"
1736
- resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz"
1737
- integrity sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==
1743
+ "@salesforce/kit@^3.1.0", "@salesforce/kit@^3.1.1":
1744
+ version "3.1.1"
1745
+ resolved "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.1.tgz"
1746
+ integrity sha512-Cjkh+USp5PtdZmD30r1Y7d+USpIhQz9B48w76esBtYpgqzhyj806LHkVgEfmorLNq2Qe8EO5rtUYd+XZ3rnV9w==
1738
1747
  dependencies:
1739
1748
  "@salesforce/ts-types" "^2.0.9"
1740
1749
  tslib "^2.6.2"
@@ -2431,10 +2440,10 @@
2431
2440
  resolved "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz"
2432
2441
  integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
2433
2442
 
2434
- "@types/chai@*", "@types/chai@^4.3.11":
2435
- version "4.3.12"
2436
- resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.12.tgz"
2437
- integrity sha512-zNKDHG/1yxm8Il6uCCVsm+dRdEsJlFoDu73X17y09bId6UwoYww+vFBsAcRzl8knM1sab3Dp1VRikFQwDOtDDw==
2443
+ "@types/chai@*", "@types/chai@^4.3.14":
2444
+ version "4.3.14"
2445
+ resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz"
2446
+ integrity sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==
2438
2447
 
2439
2448
  "@types/cli-progress@^3.11.5":
2440
2449
  version "3.11.5"
@@ -2475,7 +2484,7 @@
2475
2484
  dependencies:
2476
2485
  "@types/node" ">=4.0"
2477
2486
 
2478
- "@types/json-schema@^7.0.12":
2487
+ "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
2479
2488
  version "7.0.15"
2480
2489
  resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
2481
2490
  integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -2526,10 +2535,10 @@
2526
2535
  dependencies:
2527
2536
  "@types/node" "*"
2528
2537
 
2529
- "@types/node@*", "@types/node@^20.11.26", "@types/node@^20.11.30", "@types/node@>=4.0":
2530
- version "20.12.4"
2531
- resolved "https://registry.npmjs.org/@types/node/-/node-20.12.4.tgz"
2532
- integrity sha512-E+Fa9z3wSQpzgYQdYmme5X3OTuejnnTx88A6p6vkkJosR3KBz+HpE3kqNm98VE6cfLFcISx7zW7MsJkH6KwbTw==
2538
+ "@types/node@*", "@types/node@^20.11.30", "@types/node@^20.12.7", "@types/node@>=4.0":
2539
+ version "20.12.7"
2540
+ resolved "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz"
2541
+ integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
2533
2542
  dependencies:
2534
2543
  undici-types "~5.26.4"
2535
2544
 
@@ -2541,9 +2550,9 @@
2541
2550
  undici-types "~5.26.4"
2542
2551
 
2543
2552
  "@types/node@^18.19.28":
2544
- version "18.19.29"
2545
- resolved "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz"
2546
- integrity sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==
2553
+ version "18.19.31"
2554
+ resolved "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz"
2555
+ integrity sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==
2547
2556
  dependencies:
2548
2557
  undici-types "~5.26.4"
2549
2558
 
@@ -2557,11 +2566,6 @@
2557
2566
  resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz"
2558
2567
  integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
2559
2568
 
2560
- "@types/parse-json@^4.0.0":
2561
- version "4.0.2"
2562
- resolved "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz"
2563
- integrity sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==
2564
-
2565
2569
  "@types/semver@^7.5.0":
2566
2570
  version "7.5.8"
2567
2571
  resolved "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz"
@@ -3489,10 +3493,10 @@ combined-stream@^1.0.8:
3489
3493
  dependencies:
3490
3494
  delayed-stream "~1.0.0"
3491
3495
 
3492
- commander@^11.0.0:
3493
- version "11.1.0"
3494
- resolved "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz"
3495
- integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
3496
+ commander@^12.0.0:
3497
+ version "12.0.0"
3498
+ resolved "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz"
3499
+ integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
3496
3500
 
3497
3501
  comment-parser@1.4.1:
3498
3502
  version "1.4.1"
@@ -3590,18 +3594,7 @@ cosmiconfig-typescript-loader@^4.0.0:
3590
3594
  resolved "https://registry.npmjs.org/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.4.0.tgz"
3591
3595
  integrity sha512-BabizFdC3wBHhbI4kJh0VkQP9GkBfoHPydD0COMce1nJ1kJAB3F2TmJ/I7diULBKtmEWSwEbuN/KDtgnmUUVmw==
3592
3596
 
3593
- cosmiconfig@^7.0.0:
3594
- version "7.1.0"
3595
- resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz"
3596
- integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
3597
- dependencies:
3598
- "@types/parse-json" "^4.0.0"
3599
- import-fresh "^3.2.1"
3600
- parse-json "^5.0.0"
3601
- path-type "^4.0.0"
3602
- yaml "^1.10.0"
3603
-
3604
- cosmiconfig@^8.0.0, cosmiconfig@>=7:
3597
+ cosmiconfig@^8.0.0, cosmiconfig@^8.3.6, cosmiconfig@>=7:
3605
3598
  version "8.3.6"
3606
3599
  resolved "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz"
3607
3600
  integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==
@@ -3846,10 +3839,10 @@ ecdsa-sig-formatter@1.0.11:
3846
3839
  dependencies:
3847
3840
  safe-buffer "^5.0.1"
3848
3841
 
3849
- ejs@^3.1.9:
3850
- version "3.1.9"
3851
- resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz"
3852
- integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
3842
+ ejs@^3.1.10, ejs@^3.1.9:
3843
+ version "3.1.10"
3844
+ resolved "https://registry.npmjs.org/ejs/-/ejs-3.1.10.tgz"
3845
+ integrity sha512-UeJmFfOrAQS8OJWPZ4qtgHyWExa088/MtK5UEyoJGFH67cDEXkZSviOiKRCZ4Xij0zxI3JECgYs3oKx+AizQBA==
3853
3846
  dependencies:
3854
3847
  jake "^10.8.5"
3855
3848
 
@@ -4016,10 +4009,10 @@ eslint-config-salesforce-license@^0.2.0:
4016
4009
  resolved "https://registry.npmjs.org/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz"
4017
4010
  integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
4018
4011
 
4019
- eslint-config-salesforce-typescript@^3.2.12:
4020
- version "3.2.12"
4021
- resolved "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.12.tgz"
4022
- integrity sha512-dCXU2V7DE8woGtfEZyxD9hSX3F+ZS/26nS6oG963I7/p9aeA1S6apPR1v3kV7o9VDR86ry1OIFbvK//1oDcz/w==
4012
+ eslint-config-salesforce-typescript@^3.3.0:
4013
+ version "3.3.0"
4014
+ resolved "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.3.0.tgz"
4015
+ integrity sha512-83+zp2Y2h9oz9D3UksjNGCw+xWD7ylIiAJZ58vUbBD10l8FRUMNyn+RDCKn0xCQz7xed5/LcmgUE4T7roe+HBw==
4023
4016
  dependencies:
4024
4017
  "@typescript-eslint/eslint-plugin" "^6.21.0"
4025
4018
  "@typescript-eslint/parser" "^6.21.0"
@@ -4104,12 +4097,12 @@ eslint-plugin-prettier@^5.1.3:
4104
4097
  prettier-linter-helpers "^1.0.0"
4105
4098
  synckit "^0.8.6"
4106
4099
 
4107
- eslint-plugin-sf-plugin@^1.18.0:
4108
- version "1.18.0"
4109
- resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.0.tgz"
4110
- integrity sha512-5Q4yI6Hr07v/lTaivs8A8re2FUXDEGyzzHzBk2cWi4c6iMxUYf/vaZKO6ZSSsc4eCcP11JY3RkDBQn6P33x58g==
4100
+ eslint-plugin-sf-plugin@^1.18.1:
4101
+ version "1.18.1"
4102
+ resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.1.tgz"
4103
+ integrity sha512-MNVe0SRlDQBZeDzuYNxmqYNNGc147RR7YINpGM6M9w9hGmdAycPf2ZP6bpwgLXcDQRxzqTn/QnfCHq8NBRE7yA==
4111
4104
  dependencies:
4112
- "@salesforce/core" "^7.0.0"
4105
+ "@salesforce/core" "^7.2.0"
4113
4106
  "@typescript-eslint/utils" "^6.17.0"
4114
4107
 
4115
4108
  eslint-plugin-unicorn@^50.0.1:
@@ -6351,14 +6344,14 @@ object.values@^1.1.7:
6351
6344
  define-properties "^1.2.0"
6352
6345
  es-abstract "^1.22.1"
6353
6346
 
6354
- oclif-plugin-update-notifier@^1.5.69:
6355
- version "1.5.69"
6356
- resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.69.tgz"
6357
- integrity sha512-i0Iw/nXhnBoKDCmKg3QSrqyFmX0C5JjTyd6vdc4qvndwlDscRYgofVluQNHY5MdGfJ49iHK5VPmJoHMEEonc9g==
6347
+ oclif-plugin-update-notifier@^1.5.70:
6348
+ version "1.5.70"
6349
+ resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.70.tgz"
6350
+ integrity sha512-AV0pOAS7AeaUPIHTJlXA7wawFfrxleDUjrVcz40Ev069I60gyFu9mHSzSXmw04hYRXqh1sM2UZ9nv/C/5UbV4g==
6358
6351
  dependencies:
6359
6352
  "@jayree/changelog" "^1.1.11"
6360
6353
  "@oclif/core" "^3.26.2"
6361
- "@salesforce/kit" "^3.1.0"
6354
+ "@salesforce/kit" "^3.1.1"
6362
6355
  boxen "^7.1.1"
6363
6356
  chalk "^5.3.0"
6364
6357
  debug "^4.3.4"
@@ -6369,18 +6362,18 @@ oclif-plugin-update-notifier@^1.5.69:
6369
6362
  semver-diff "^4.0.0"
6370
6363
  tslib "^2.6.1"
6371
6364
 
6372
- oclif@^4.8.0:
6373
- version "4.8.0"
6374
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.8.0.tgz"
6375
- integrity sha512-sSaAy8m7EVrkgkM9mXE+b33hDUI9lhAz28JhX13EVmV6eJRRqpnBqQSymdIoKDCyJoQeAY/JHqnMXvyuObMZBg==
6365
+ oclif@^4.8.5:
6366
+ version "4.8.5"
6367
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.8.5.tgz"
6368
+ integrity sha512-7f6gYBAugi/+98lrsjnGtQnrva6JS2fDjyBzUZETi+EQHg/Gq55yvknHkMw4mLO5iA2MIEvClYdgyKR4keAdPA==
6376
6369
  dependencies:
6377
6370
  "@aws-sdk/client-cloudfront" "^3.535.0"
6378
- "@aws-sdk/client-s3" "^3.550.0"
6379
- "@inquirer/confirm" "^3.0.0"
6371
+ "@aws-sdk/client-s3" "^3.554.0"
6372
+ "@inquirer/confirm" "^3.1.4"
6380
6373
  "@inquirer/input" "^2.1.1"
6381
6374
  "@inquirer/select" "^2.2.1"
6382
6375
  "@oclif/core" "^3.26.0"
6383
- "@oclif/plugin-help" "^6.0.18"
6376
+ "@oclif/plugin-help" "^6.0.21"
6384
6377
  "@oclif/plugin-not-found" "^3.0.14"
6385
6378
  "@oclif/plugin-warn-if-update-available" "^3.0.14"
6386
6379
  async-retry "^1.3.3"
@@ -7119,11 +7112,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
7119
7112
  dependencies:
7120
7113
  glob "^7.1.3"
7121
7114
 
7122
- run-async@^3.0.0:
7123
- version "3.0.0"
7124
- resolved "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz"
7125
- integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
7126
-
7127
7115
  run-parallel@^1.1.9:
7128
7116
  version "1.2.0"
7129
7117
  resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz"
@@ -7804,18 +7792,18 @@ ts-api-utils@^1.0.1:
7804
7792
  resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.2.1.tgz"
7805
7793
  integrity sha512-RIYA36cJn2WiH9Hy77hdF9r7oEwxAtB/TS9/S4Qd90Ap4z5FSiin5zEiTL44OII1Y3IIlEvxwxFUVgrHSZ/UpA==
7806
7794
 
7807
- ts-json-schema-generator@^1.5.0:
7808
- version "1.5.0"
7809
- resolved "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz"
7810
- integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7795
+ ts-json-schema-generator@^1.5.1:
7796
+ version "1.5.1"
7797
+ resolved "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz"
7798
+ integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
7811
7799
  dependencies:
7812
- "@types/json-schema" "^7.0.12"
7813
- commander "^11.0.0"
7800
+ "@types/json-schema" "^7.0.15"
7801
+ commander "^12.0.0"
7814
7802
  glob "^8.0.3"
7815
7803
  json5 "^2.2.3"
7816
7804
  normalize-path "^3.0.0"
7817
7805
  safe-stable-stringify "^2.4.3"
7818
- typescript "~5.3.2"
7806
+ typescript "~5.4.2"
7819
7807
 
7820
7808
  ts-node@^10.8.1, ts-node@^10.9.2, ts-node@>=10:
7821
7809
  version "10.9.2"
@@ -7981,16 +7969,11 @@ typedoc@^0.25.12, "typedoc@0.22.x || 0.23.x":
7981
7969
  minimatch "^9.0.3"
7982
7970
  shiki "^0.14.7"
7983
7971
 
7984
- "typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5, "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x":
7972
+ "typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@>=2.7, typescript@>=4, typescript@>=4.2.0, typescript@>=4.9.5, typescript@~5.4.2, "typescript@4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x":
7985
7973
  version "5.4.5"
7986
7974
  resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz"
7987
7975
  integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
7988
7976
 
7989
- typescript@~5.3.2:
7990
- version "5.3.3"
7991
- resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz"
7992
- integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7993
-
7994
7977
  unbox-primitive@^1.0.2:
7995
7978
  version "1.0.2"
7996
7979
  resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"
@@ -8307,11 +8290,6 @@ yallist@^4.0.0:
8307
8290
  resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
8308
8291
  integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
8309
8292
 
8310
- yaml@^1.10.0:
8311
- version "1.10.2"
8312
- resolved "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz"
8313
- integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
8314
-
8315
8293
  yaml@^2.2.2:
8316
8294
  version "2.4.1"
8317
8295
  resolved "https://registry.npmjs.org/yaml/-/yaml-2.4.1.tgz"
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.2.73"
3
+ "version": "1.2.74"
4
4
  }
package/package.json CHANGED
@@ -1,31 +1,31 @@
1
1
  {
2
2
  "name": "sfdx-plugin-update-notifier",
3
3
  "description": "update-notifier for sfdx plugins",
4
- "version": "1.2.73",
4
+ "version": "1.2.74",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.1.11",
10
- "@oclif/core": "^3.26.2",
11
- "@salesforce/kit": "^3.0.15",
10
+ "@oclif/core": "^3.26.4",
11
+ "@salesforce/kit": "^3.1.1",
12
12
  "debug": "^4.3.4",
13
- "oclif-plugin-update-notifier": "^1.5.69",
13
+ "oclif-plugin-update-notifier": "^1.5.70",
14
14
  "tslib": "^2.6.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.1.4",
18
- "@oclif/plugin-help": "^6.0.20",
19
- "@oclif/test": "^3.2.9",
20
- "@salesforce/dev-scripts": "^8.4.3",
17
+ "@oclif/plugin-command-snapshot": "^5.1.6",
18
+ "@oclif/plugin-help": "^6.0.21",
19
+ "@oclif/test": "^3.2.10",
20
+ "@salesforce/dev-scripts": "^9.0.0",
21
21
  "@types/debug": "^4.1.12",
22
22
  "@types/fs-extra": "^11.0.4",
23
23
  "@types/jsforce": "^1.11.5",
24
24
  "c8": "^9.1.0",
25
25
  "eslint-plugin-prettier": "^5.1.3",
26
- "eslint-plugin-sf-plugin": "^1.18.0",
26
+ "eslint-plugin-sf-plugin": "^1.18.1",
27
27
  "is-ci": "^3.0.1",
28
- "oclif": "^4.8.0",
28
+ "oclif": "^4.8.5",
29
29
  "patch-package": "^8.0.0",
30
30
  "pinst": "^3.0.0",
31
31
  "prettier": "^3.2.5",