sfdx-plugin-update-notifier 1.2.123 → 1.2.125
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/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +271 -243
- package/oclif.lock +129 -103
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/oclif.lock
CHANGED
|
@@ -1537,16 +1537,16 @@
|
|
|
1537
1537
|
resolved "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz"
|
|
1538
1538
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
1539
1539
|
|
|
1540
|
-
"@jayree/changelog@^1.2.
|
|
1541
|
-
version "1.2.
|
|
1542
|
-
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.
|
|
1543
|
-
integrity sha512-
|
|
1540
|
+
"@jayree/changelog@^1.2.10", "@jayree/changelog@^1.2.8":
|
|
1541
|
+
version "1.2.10"
|
|
1542
|
+
resolved "https://registry.npmjs.org/@jayree/changelog/-/changelog-1.2.10.tgz"
|
|
1543
|
+
integrity sha512-gzGP1+SMvotm6riltCuvilkgbhZBjR59c/ctpwhLAxFXRr236lk1a/3swQea1WMWS/lw8oBr4+HO91ojEUd4lg==
|
|
1544
1544
|
dependencies:
|
|
1545
|
-
debug "^4.4.
|
|
1545
|
+
debug "^4.4.1"
|
|
1546
1546
|
fs-extra "^11.3.0"
|
|
1547
|
-
marked "^15.0.
|
|
1547
|
+
marked "^15.0.12"
|
|
1548
1548
|
marked-terminal "^7.3.0"
|
|
1549
|
-
semver "^7.7.
|
|
1549
|
+
semver "^7.7.2"
|
|
1550
1550
|
semver-compare "^1.0.0"
|
|
1551
1551
|
|
|
1552
1552
|
"@jridgewell/gen-mapping@^0.3.5":
|
|
@@ -1589,10 +1589,10 @@
|
|
|
1589
1589
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1590
1590
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1591
1591
|
|
|
1592
|
-
"@jsforce/jsforce-node@^3.8.
|
|
1593
|
-
version "3.8.
|
|
1594
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.
|
|
1595
|
-
integrity sha512
|
|
1592
|
+
"@jsforce/jsforce-node@^3.8.2":
|
|
1593
|
+
version "3.8.2"
|
|
1594
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz"
|
|
1595
|
+
integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
|
|
1596
1596
|
dependencies:
|
|
1597
1597
|
"@sindresorhus/is" "^4"
|
|
1598
1598
|
base64url "^3.0.1"
|
|
@@ -1626,10 +1626,10 @@
|
|
|
1626
1626
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1627
1627
|
fastq "^1.6.0"
|
|
1628
1628
|
|
|
1629
|
-
"@oclif/core@^4", "@oclif/core@^4.2.10", "@oclif/core@^4.3.
|
|
1630
|
-
version "4.3.
|
|
1631
|
-
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
|
1632
|
-
integrity sha512
|
|
1629
|
+
"@oclif/core@^4", "@oclif/core@^4.2.10", "@oclif/core@^4.3.1", "@oclif/core@>= 3.0.0":
|
|
1630
|
+
version "4.3.1"
|
|
1631
|
+
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.3.1.tgz"
|
|
1632
|
+
integrity sha512-+QpJSficjZWu65YSRJIwe50xh0C7WVD6BkQyk0HmGIlx2/rvex8LDwbZHCQcvuJDOCVQeX/INh8IImuKn4d1UA==
|
|
1633
1633
|
dependencies:
|
|
1634
1634
|
ansi-escapes "^4.3.2"
|
|
1635
1635
|
ansis "^3.17.0"
|
|
@@ -1638,7 +1638,6 @@
|
|
|
1638
1638
|
debug "^4.4.0"
|
|
1639
1639
|
ejs "^3.1.10"
|
|
1640
1640
|
get-package-type "^0.1.0"
|
|
1641
|
-
globby "^11.1.0"
|
|
1642
1641
|
indent-string "^4.0.0"
|
|
1643
1642
|
is-wsl "^2.2.0"
|
|
1644
1643
|
lilconfig "^3.1.3"
|
|
@@ -1646,14 +1645,15 @@
|
|
|
1646
1645
|
semver "^7.6.3"
|
|
1647
1646
|
string-width "^4.2.3"
|
|
1648
1647
|
supports-color "^8"
|
|
1648
|
+
tinyglobby "^0.2.13"
|
|
1649
1649
|
widest-line "^3.1.0"
|
|
1650
1650
|
wordwrap "^1.0.0"
|
|
1651
1651
|
wrap-ansi "^7.0.0"
|
|
1652
1652
|
|
|
1653
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1654
|
-
version "5.
|
|
1655
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1656
|
-
integrity sha512-
|
|
1653
|
+
"@oclif/plugin-command-snapshot@^5.3.0":
|
|
1654
|
+
version "5.3.0"
|
|
1655
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.0.tgz"
|
|
1656
|
+
integrity sha512-m5wbiYk6yWfQI+EK40Nmtyfdm9YzyP4KRjBE8N366qYl7gdqvAO4VzlZcwyaFGKQhQmkDXYUIYV1btw0gshNog==
|
|
1657
1657
|
dependencies:
|
|
1658
1658
|
"@oclif/core" "^4"
|
|
1659
1659
|
ansis "^3.17.0"
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
lodash.difference "^4.5.0"
|
|
1663
1663
|
lodash.get "^4.4.2"
|
|
1664
1664
|
lodash.sortby "^4.7.0"
|
|
1665
|
-
semver "^7.7.
|
|
1665
|
+
semver "^7.7.2"
|
|
1666
1666
|
ts-json-schema-generator "^1.5.1"
|
|
1667
1667
|
|
|
1668
1668
|
"@oclif/plugin-help@^6.2.27", "@oclif/plugin-help@^6.2.28":
|
|
@@ -1694,23 +1694,23 @@
|
|
|
1694
1694
|
lodash "^4.17.21"
|
|
1695
1695
|
registry-auth-token "^5.1.0"
|
|
1696
1696
|
|
|
1697
|
-
"@oclif/test@^4.1.
|
|
1698
|
-
version "4.1.
|
|
1699
|
-
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.
|
|
1700
|
-
integrity sha512-
|
|
1697
|
+
"@oclif/test@^4.1.13":
|
|
1698
|
+
version "4.1.13"
|
|
1699
|
+
resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.13.tgz"
|
|
1700
|
+
integrity sha512-pulrTiJRhoAKizFf6y5WeHvM2JyoRiZKV0H8qqYEoE0UHDKqInNmfGJyp8Ip6lTVQeMv1U8YCAXOS/HiWPVWeg==
|
|
1701
1701
|
dependencies:
|
|
1702
1702
|
ansis "^3.17.0"
|
|
1703
|
-
debug "^4.4.
|
|
1703
|
+
debug "^4.4.1"
|
|
1704
1704
|
|
|
1705
1705
|
"@pkgjs/parseargs@^0.11.0":
|
|
1706
1706
|
version "0.11.0"
|
|
1707
1707
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
1708
1708
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1709
1709
|
|
|
1710
|
-
"@pkgr/core@^0.2.0":
|
|
1711
|
-
version "0.2.
|
|
1712
|
-
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.
|
|
1713
|
-
integrity sha512-
|
|
1710
|
+
"@pkgr/core@^0.2.4", "@pkgr/core@^0.2.7":
|
|
1711
|
+
version "0.2.7"
|
|
1712
|
+
resolved "https://registry.npmjs.org/@pkgr/core/-/core-0.2.7.tgz"
|
|
1713
|
+
integrity sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==
|
|
1714
1714
|
|
|
1715
1715
|
"@pnpm/config.env-replace@^1.1.0":
|
|
1716
1716
|
version "1.1.0"
|
|
@@ -1733,12 +1733,12 @@
|
|
|
1733
1733
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1734
1734
|
config-chain "^1.1.11"
|
|
1735
1735
|
|
|
1736
|
-
"@salesforce/core@^8.
|
|
1737
|
-
version "8.11.
|
|
1738
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
|
1739
|
-
integrity sha512-
|
|
1736
|
+
"@salesforce/core@^8.11.1":
|
|
1737
|
+
version "8.11.4"
|
|
1738
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz"
|
|
1739
|
+
integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
|
|
1740
1740
|
dependencies:
|
|
1741
|
-
"@jsforce/jsforce-node" "^3.8.
|
|
1741
|
+
"@jsforce/jsforce-node" "^3.8.2"
|
|
1742
1742
|
"@salesforce/kit" "^3.2.2"
|
|
1743
1743
|
"@salesforce/schemas" "^1.9.0"
|
|
1744
1744
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1750,9 +1750,9 @@
|
|
|
1750
1750
|
js2xmlparser "^4.0.1"
|
|
1751
1751
|
jsonwebtoken "9.0.2"
|
|
1752
1752
|
jszip "3.10.1"
|
|
1753
|
-
pino "^9.
|
|
1753
|
+
pino "^9.7.0"
|
|
1754
1754
|
pino-abstract-transport "^1.2.0"
|
|
1755
|
-
pino-pretty "^11.
|
|
1755
|
+
pino-pretty "^11.3.0"
|
|
1756
1756
|
proper-lockfile "^4.1.2"
|
|
1757
1757
|
semver "^7.6.3"
|
|
1758
1758
|
ts-retry-promise "^0.8.1"
|
|
@@ -2828,7 +2828,7 @@ ansi-styles@^6.2.1:
|
|
|
2828
2828
|
resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz"
|
|
2829
2829
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
|
2830
2830
|
|
|
2831
|
-
ansis@^3.17.0:
|
|
2831
|
+
ansis@^3.16.0, ansis@^3.17.0:
|
|
2832
2832
|
version "3.17.0"
|
|
2833
2833
|
resolved "https://registry.npmjs.org/ansis/-/ansis-3.17.0.tgz"
|
|
2834
2834
|
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
|
@@ -3289,7 +3289,7 @@ chalk@^2.4.2:
|
|
|
3289
3289
|
escape-string-regexp "^1.0.5"
|
|
3290
3290
|
supports-color "^5.3.0"
|
|
3291
3291
|
|
|
3292
|
-
chalk@^4
|
|
3292
|
+
chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.2:
|
|
3293
3293
|
version "4.1.2"
|
|
3294
3294
|
resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
|
|
3295
3295
|
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
|
@@ -4096,20 +4096,20 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4096
4096
|
semver "^7.5.4"
|
|
4097
4097
|
spdx-expression-parse "^4.0.0"
|
|
4098
4098
|
|
|
4099
|
-
eslint-plugin-prettier@^5.4.
|
|
4100
|
-
version "5.4.
|
|
4101
|
-
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.
|
|
4102
|
-
integrity sha512-
|
|
4099
|
+
eslint-plugin-prettier@^5.4.1:
|
|
4100
|
+
version "5.4.1"
|
|
4101
|
+
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.4.1.tgz"
|
|
4102
|
+
integrity sha512-9dF+KuU/Ilkq27A8idRP7N2DH8iUR6qXcjF3FR2wETY21PZdBrIjwCau8oboyGj9b7etWmTGEeM8e7oOed6ZWg==
|
|
4103
4103
|
dependencies:
|
|
4104
4104
|
prettier-linter-helpers "^1.0.0"
|
|
4105
|
-
synckit "^0.11.
|
|
4105
|
+
synckit "^0.11.7"
|
|
4106
4106
|
|
|
4107
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4108
|
-
version "1.20.
|
|
4109
|
-
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4110
|
-
integrity sha512-
|
|
4107
|
+
eslint-plugin-sf-plugin@^1.20.24:
|
|
4108
|
+
version "1.20.24"
|
|
4109
|
+
resolved "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz"
|
|
4110
|
+
integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
|
|
4111
4111
|
dependencies:
|
|
4112
|
-
"@salesforce/core" "^8.
|
|
4112
|
+
"@salesforce/core" "^8.11.1"
|
|
4113
4113
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4114
4114
|
|
|
4115
4115
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -4395,6 +4395,11 @@ fdir@^6.4.2:
|
|
|
4395
4395
|
resolved "https://registry.npmjs.org/fdir/-/fdir-6.4.2.tgz"
|
|
4396
4396
|
integrity sha512-KnhMXsKSPZlAhp7+IjUkRZKPb4fUyccpDrdFXbi4QL1qkmFh9kVY09Yox+n4MaOb3lHZ1Tv829C3oaaXoMYPDQ==
|
|
4397
4397
|
|
|
4398
|
+
fdir@^6.4.4:
|
|
4399
|
+
version "6.4.5"
|
|
4400
|
+
resolved "https://registry.npmjs.org/fdir/-/fdir-6.4.5.tgz"
|
|
4401
|
+
integrity sha512-4BG7puHpVsIYxZUbiUE3RqGloLaSSwzYie5jvasC4LWuBWzZawynvYouhjbQKw2JuIGYdm0DzIxl8iVidKlUEw==
|
|
4402
|
+
|
|
4398
4403
|
file-entry-cache@^6.0.1:
|
|
4399
4404
|
version "6.0.1"
|
|
4400
4405
|
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz"
|
|
@@ -5046,9 +5051,14 @@ ignore@^5.2.0, ignore@^5.2.4, ignore@^5.3.0:
|
|
|
5046
5051
|
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
|
5047
5052
|
|
|
5048
5053
|
ignore@^7.0.3:
|
|
5049
|
-
version "7.0.
|
|
5050
|
-
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
5051
|
-
integrity sha512-
|
|
5054
|
+
version "7.0.5"
|
|
5055
|
+
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz"
|
|
5056
|
+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
|
|
5057
|
+
|
|
5058
|
+
ignore@^7.0.5:
|
|
5059
|
+
version "7.0.5"
|
|
5060
|
+
resolved "https://registry.npmjs.org/ignore/-/ignore-7.0.5.tgz"
|
|
5061
|
+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
|
|
5052
5062
|
|
|
5053
5063
|
immediate@~3.0.5:
|
|
5054
5064
|
version "3.0.6"
|
|
@@ -5935,10 +5945,10 @@ marked@^13.0.0:
|
|
|
5935
5945
|
resolved "https://registry.npmjs.org/marked/-/marked-13.0.2.tgz"
|
|
5936
5946
|
integrity sha512-J6CPjP8pS5sgrRqxVRvkCIkZ6MFdRIjDkwUwgJ9nL2fbmM6qGQeB2C16hi8Cc9BOzj6xXzy0jyi0iPIfnMHYzA==
|
|
5937
5947
|
|
|
5938
|
-
marked@^15.0.
|
|
5939
|
-
version "15.0.
|
|
5940
|
-
resolved "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
5941
|
-
integrity sha512-
|
|
5948
|
+
marked@^15.0.12, "marked@>=1 <16":
|
|
5949
|
+
version "15.0.12"
|
|
5950
|
+
resolved "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz"
|
|
5951
|
+
integrity sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==
|
|
5942
5952
|
|
|
5943
5953
|
mdurl@^2.0.0:
|
|
5944
5954
|
version "2.0.0"
|
|
@@ -6356,13 +6366,13 @@ object.values@^1.1.7:
|
|
|
6356
6366
|
define-properties "^1.2.0"
|
|
6357
6367
|
es-abstract "^1.22.1"
|
|
6358
6368
|
|
|
6359
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6360
|
-
version "1.5.
|
|
6361
|
-
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6362
|
-
integrity sha512-
|
|
6369
|
+
oclif-plugin-update-notifier@^1.5.123:
|
|
6370
|
+
version "1.5.123"
|
|
6371
|
+
resolved "https://registry.npmjs.org/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.123.tgz"
|
|
6372
|
+
integrity sha512-3xrl2rliH/Ledz0sVID4lR1sdTnZ8zEIt8WssNoiVH7ewBexXpPfmqw2slPfh+IRwkTDkv51koYaY6pk449wNw==
|
|
6363
6373
|
dependencies:
|
|
6364
|
-
"@jayree/changelog" "^1.2.
|
|
6365
|
-
"@oclif/core" "^4.3.
|
|
6374
|
+
"@jayree/changelog" "^1.2.10"
|
|
6375
|
+
"@oclif/core" "^4.3.1"
|
|
6366
6376
|
"@salesforce/kit" "^3.2.3"
|
|
6367
6377
|
boxen "^8.0.1"
|
|
6368
6378
|
chalk "^5.4.1"
|
|
@@ -6374,10 +6384,10 @@ oclif-plugin-update-notifier@^1.5.121:
|
|
|
6374
6384
|
semver-diff "^4.0.0"
|
|
6375
6385
|
tslib "^2.8.1"
|
|
6376
6386
|
|
|
6377
|
-
oclif@^4.
|
|
6378
|
-
version "4.
|
|
6379
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
6380
|
-
integrity sha512-
|
|
6387
|
+
oclif@^4.18.0:
|
|
6388
|
+
version "4.18.0"
|
|
6389
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.18.0.tgz"
|
|
6390
|
+
integrity sha512-w5b35fT1tIZhJUv+GZLdEo4ZwF/wDeuNVL1cbOcgrQebcg0RMJE0ykFymVlfIPtOZqJzwfO6xeNEwqMy5fVtOw==
|
|
6381
6391
|
dependencies:
|
|
6382
6392
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
6383
6393
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
@@ -6388,8 +6398,8 @@ oclif@^4.17.46:
|
|
|
6388
6398
|
"@oclif/plugin-help" "^6.2.27"
|
|
6389
6399
|
"@oclif/plugin-not-found" "^3.2.48"
|
|
6390
6400
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
|
6401
|
+
ansis "^3.16.0"
|
|
6391
6402
|
async-retry "^1.3.3"
|
|
6392
|
-
chalk "^4"
|
|
6393
6403
|
change-case "^4"
|
|
6394
6404
|
debug "^4.4.0"
|
|
6395
6405
|
ejs "^3.1.10"
|
|
@@ -6673,7 +6683,17 @@ picocolors@^1.0.0, picocolors@^1.0.1, picocolors@^1.1.1:
|
|
|
6673
6683
|
resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz"
|
|
6674
6684
|
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
6675
6685
|
|
|
6676
|
-
picomatch@^2.0.4
|
|
6686
|
+
picomatch@^2.0.4:
|
|
6687
|
+
version "2.3.1"
|
|
6688
|
+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
|
6689
|
+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
6690
|
+
|
|
6691
|
+
picomatch@^2.2.1:
|
|
6692
|
+
version "2.3.1"
|
|
6693
|
+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
|
6694
|
+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
6695
|
+
|
|
6696
|
+
picomatch@^2.3.1:
|
|
6677
6697
|
version "2.3.1"
|
|
6678
6698
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
|
|
6679
6699
|
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
@@ -6688,14 +6708,6 @@ picomatch@^3.0.1:
|
|
|
6688
6708
|
resolved "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz"
|
|
6689
6709
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6690
6710
|
|
|
6691
|
-
pino-abstract-transport@^1.0.0:
|
|
6692
|
-
version "1.1.0"
|
|
6693
|
-
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz"
|
|
6694
|
-
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
6695
|
-
dependencies:
|
|
6696
|
-
readable-stream "^4.0.0"
|
|
6697
|
-
split2 "^4.0.0"
|
|
6698
|
-
|
|
6699
6711
|
pino-abstract-transport@^1.2.0:
|
|
6700
6712
|
version "1.2.0"
|
|
6701
6713
|
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz"
|
|
@@ -6704,10 +6716,17 @@ pino-abstract-transport@^1.2.0:
|
|
|
6704
6716
|
readable-stream "^4.0.0"
|
|
6705
6717
|
split2 "^4.0.0"
|
|
6706
6718
|
|
|
6707
|
-
pino-
|
|
6708
|
-
version "
|
|
6709
|
-
resolved "https://registry.npmjs.org/pino-
|
|
6710
|
-
integrity sha512-
|
|
6719
|
+
pino-abstract-transport@^2.0.0:
|
|
6720
|
+
version "2.0.0"
|
|
6721
|
+
resolved "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz"
|
|
6722
|
+
integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
|
|
6723
|
+
dependencies:
|
|
6724
|
+
split2 "^4.0.0"
|
|
6725
|
+
|
|
6726
|
+
pino-pretty@^11.3.0:
|
|
6727
|
+
version "11.3.0"
|
|
6728
|
+
resolved "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz"
|
|
6729
|
+
integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
|
|
6711
6730
|
dependencies:
|
|
6712
6731
|
colorette "^2.0.7"
|
|
6713
6732
|
dateformat "^4.6.3"
|
|
@@ -6717,7 +6736,7 @@ pino-pretty@^11.2.2:
|
|
|
6717
6736
|
joycon "^3.1.1"
|
|
6718
6737
|
minimist "^1.2.6"
|
|
6719
6738
|
on-exit-leak-free "^2.1.0"
|
|
6720
|
-
pino-abstract-transport "^
|
|
6739
|
+
pino-abstract-transport "^2.0.0"
|
|
6721
6740
|
pump "^3.0.0"
|
|
6722
6741
|
readable-stream "^4.0.0"
|
|
6723
6742
|
secure-json-parse "^2.4.0"
|
|
@@ -6729,17 +6748,17 @@ pino-std-serializers@^7.0.0:
|
|
|
6729
6748
|
resolved "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz"
|
|
6730
6749
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
|
6731
6750
|
|
|
6732
|
-
pino@^9.
|
|
6733
|
-
version "9.
|
|
6734
|
-
resolved "https://registry.npmjs.org/pino/-/pino-9.
|
|
6735
|
-
integrity sha512-
|
|
6751
|
+
pino@^9.7.0:
|
|
6752
|
+
version "9.7.0"
|
|
6753
|
+
resolved "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz"
|
|
6754
|
+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
|
|
6736
6755
|
dependencies:
|
|
6737
6756
|
atomic-sleep "^1.0.0"
|
|
6738
6757
|
fast-redact "^3.1.1"
|
|
6739
6758
|
on-exit-leak-free "^2.1.0"
|
|
6740
|
-
pino-abstract-transport "^
|
|
6759
|
+
pino-abstract-transport "^2.0.0"
|
|
6741
6760
|
pino-std-serializers "^7.0.0"
|
|
6742
|
-
process-warning "^
|
|
6761
|
+
process-warning "^5.0.0"
|
|
6743
6762
|
quick-format-unescaped "^4.0.3"
|
|
6744
6763
|
real-require "^0.2.0"
|
|
6745
6764
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6803,13 +6822,13 @@ pretty-quick@^3.3.1:
|
|
|
6803
6822
|
picomatch "^3.0.1"
|
|
6804
6823
|
tslib "^2.6.2"
|
|
6805
6824
|
|
|
6806
|
-
pretty-quick@^4.
|
|
6807
|
-
version "4.
|
|
6808
|
-
resolved "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.
|
|
6809
|
-
integrity sha512-
|
|
6825
|
+
pretty-quick@^4.2.2:
|
|
6826
|
+
version "4.2.2"
|
|
6827
|
+
resolved "https://registry.npmjs.org/pretty-quick/-/pretty-quick-4.2.2.tgz"
|
|
6828
|
+
integrity sha512-uAh96tBW1SsD34VhhDmWuEmqbpfYc/B3j++5MC/6b3Cb8Ow7NJsvKFhg0eoGu2xXX+o9RkahkTK6sUdd8E7g5w==
|
|
6810
6829
|
dependencies:
|
|
6811
|
-
|
|
6812
|
-
ignore "^7.0.
|
|
6830
|
+
"@pkgr/core" "^0.2.7"
|
|
6831
|
+
ignore "^7.0.5"
|
|
6813
6832
|
mri "^1.2.0"
|
|
6814
6833
|
picocolors "^1.1.1"
|
|
6815
6834
|
picomatch "^4.0.2"
|
|
@@ -6828,10 +6847,10 @@ process-on-spawn@^1.0.0:
|
|
|
6828
6847
|
dependencies:
|
|
6829
6848
|
fromentries "^1.2.0"
|
|
6830
6849
|
|
|
6831
|
-
process-warning@^
|
|
6832
|
-
version "
|
|
6833
|
-
resolved "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
6834
|
-
integrity sha512
|
|
6850
|
+
process-warning@^5.0.0:
|
|
6851
|
+
version "5.0.0"
|
|
6852
|
+
resolved "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz"
|
|
6853
|
+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
|
|
6835
6854
|
|
|
6836
6855
|
process@^0.11.10:
|
|
6837
6856
|
version "0.11.10"
|
|
@@ -7672,13 +7691,12 @@ supports-preserve-symlinks-flag@^1.0.0:
|
|
|
7672
7691
|
resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz"
|
|
7673
7692
|
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
|
7674
7693
|
|
|
7675
|
-
synckit@^0.11.
|
|
7676
|
-
version "0.11.
|
|
7677
|
-
resolved "https://registry.npmjs.org/synckit/-/synckit-0.11.
|
|
7678
|
-
integrity sha512
|
|
7694
|
+
synckit@^0.11.7:
|
|
7695
|
+
version "0.11.8"
|
|
7696
|
+
resolved "https://registry.npmjs.org/synckit/-/synckit-0.11.8.tgz"
|
|
7697
|
+
integrity sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==
|
|
7679
7698
|
dependencies:
|
|
7680
|
-
"@pkgr/core" "^0.2.
|
|
7681
|
-
tslib "^2.8.1"
|
|
7699
|
+
"@pkgr/core" "^0.2.4"
|
|
7682
7700
|
|
|
7683
7701
|
test-exclude@^6.0.0:
|
|
7684
7702
|
version "6.0.0"
|
|
@@ -7751,6 +7769,14 @@ tinyexec@^0.3.2:
|
|
|
7751
7769
|
resolved "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz"
|
|
7752
7770
|
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
|
7753
7771
|
|
|
7772
|
+
tinyglobby@^0.2.13:
|
|
7773
|
+
version "0.2.14"
|
|
7774
|
+
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.14.tgz"
|
|
7775
|
+
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
|
7776
|
+
dependencies:
|
|
7777
|
+
fdir "^6.4.4"
|
|
7778
|
+
picomatch "^4.0.2"
|
|
7779
|
+
|
|
7754
7780
|
tinyglobby@^0.2.9:
|
|
7755
7781
|
version "0.2.10"
|
|
7756
7782
|
resolved "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.10.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sfdx-plugin-update-notifier",
|
|
3
3
|
"description": "update-notifier for sfdx plugins",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.125",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
@@ -10,26 +10,26 @@
|
|
|
10
10
|
"@oclif/core": "^4.2.10",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"debug": "^4.4.0",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.123",
|
|
14
14
|
"tslib": "^2.8.1"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.0",
|
|
18
18
|
"@oclif/plugin-help": "^6.2.28",
|
|
19
|
-
"@oclif/test": "^4.1.
|
|
19
|
+
"@oclif/test": "^4.1.13",
|
|
20
20
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
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": "^10.1.3",
|
|
25
|
-
"eslint-plugin-prettier": "^5.4.
|
|
26
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
25
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
26
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
27
27
|
"is-ci": "^4.1.0",
|
|
28
|
-
"oclif": "^4.
|
|
28
|
+
"oclif": "^4.18.0",
|
|
29
29
|
"patch-package": "^8.0.0",
|
|
30
30
|
"pinst": "^3.0.0",
|
|
31
31
|
"prettier": "^3.5.3",
|
|
32
|
-
"pretty-quick": "^4.
|
|
32
|
+
"pretty-quick": "^4.2.2",
|
|
33
33
|
"ts-node": "^10.9.2",
|
|
34
34
|
"typescript": "^5.8.3"
|
|
35
35
|
},
|