sfdx-plugin-update-notifier 1.2.49 → 1.2.50
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 +7 -0
- package/README.md +1 -1
- package/oclif.lock +99 -92
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.2.50](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.49...v1.2.50) (2023-10-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** bump oclif-plugin-update-notifier from 1.5.44 to 1.5.45 ([#477](https://github.com/jayree/sfdx-plugin-update-notifier/issues/477)) ([0d780c1](https://github.com/jayree/sfdx-plugin-update-notifier/commit/0d780c1ad77a4efc56785eba030b0a30cb9d2c61))
|
|
7
|
+
|
|
1
8
|
## [1.2.49](https://github.com/jayree/sfdx-plugin-update-notifier/compare/v1.2.48...v1.2.49) (2023-10-06)
|
|
2
9
|
|
|
3
10
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g sfdx-plugin-update-notifier
|
|
|
21
21
|
$ sfdx COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ sfdx (--version)
|
|
24
|
-
sfdx-plugin-update-notifier/1.2.
|
|
24
|
+
sfdx-plugin-update-notifier/1.2.50 linux-x64 node-v18.18.0
|
|
25
25
|
$ sfdx --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ sfdx COMMAND
|
package/oclif.lock
CHANGED
|
@@ -432,10 +432,10 @@
|
|
|
432
432
|
minimatch "^3.1.2"
|
|
433
433
|
strip-json-comments "^3.1.1"
|
|
434
434
|
|
|
435
|
-
"@eslint/js@8.
|
|
436
|
-
version "8.
|
|
437
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
438
|
-
integrity sha512-
|
|
435
|
+
"@eslint/js@8.51.0":
|
|
436
|
+
version "8.51.0"
|
|
437
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.51.0.tgz#6d419c240cfb2b66da37df230f7e7eef801c32fa"
|
|
438
|
+
integrity sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==
|
|
439
439
|
|
|
440
440
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
441
441
|
version "1.1.3"
|
|
@@ -972,15 +972,15 @@
|
|
|
972
972
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
973
973
|
config-chain "^1.1.11"
|
|
974
974
|
|
|
975
|
-
"@salesforce/core@^5.3.
|
|
976
|
-
version "5.3.
|
|
977
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
978
|
-
integrity sha512
|
|
975
|
+
"@salesforce/core@^5.3.5":
|
|
976
|
+
version "5.3.9"
|
|
977
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.9.tgz#1c8f793ce1a0798c5c7767a5a370a5926d3298de"
|
|
978
|
+
integrity sha512-/HX0PiXq3Sjc5eVJ0EaYetcDGsKU9O9Nj8jFGw5qYlITx8zogfxc0j07liH67tQXS1KbTysYoj/MQ2zbHSNkPA==
|
|
979
979
|
dependencies:
|
|
980
|
-
"@salesforce/kit" "^3.0.
|
|
980
|
+
"@salesforce/kit" "^3.0.13"
|
|
981
981
|
"@salesforce/schemas" "^1.6.0"
|
|
982
982
|
"@salesforce/ts-types" "^2.0.8"
|
|
983
|
-
"@types/semver" "^7.5.
|
|
983
|
+
"@types/semver" "^7.5.3"
|
|
984
984
|
ajv "^8.12.0"
|
|
985
985
|
change-case "^4.1.2"
|
|
986
986
|
faye "^1.4.0"
|
|
@@ -989,9 +989,9 @@
|
|
|
989
989
|
jsforce "^2.0.0-beta.27"
|
|
990
990
|
jsonwebtoken "9.0.2"
|
|
991
991
|
jszip "3.10.1"
|
|
992
|
-
pino "^8.15.
|
|
992
|
+
pino "^8.15.6"
|
|
993
993
|
pino-abstract-transport "^1.0.0"
|
|
994
|
-
pino-pretty "^10.2.
|
|
994
|
+
pino-pretty "^10.2.3"
|
|
995
995
|
proper-lockfile "^4.1.2"
|
|
996
996
|
semver "^7.5.4"
|
|
997
997
|
ts-retry-promise "^0.7.1"
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
typescript "^4.9.5"
|
|
1041
1041
|
wireit "^0.9.5"
|
|
1042
1042
|
|
|
1043
|
-
"@salesforce/kit@^3.0.
|
|
1043
|
+
"@salesforce/kit@^3.0.13":
|
|
1044
1044
|
version "3.0.13"
|
|
1045
1045
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.13.tgz#10b47ad6e0e27c3a9f97eb6a5cdcfffa9ba1f163"
|
|
1046
1046
|
integrity sha512-HLQ5L5bBi0tsMeH5ZHJAhHUpvNUNPQoNJt2O82Jf6C60GGsrlzwzQ5ONAHGNBgKSZ7HLr0UGL5xaA+hE9uOcgw==
|
|
@@ -1327,7 +1327,7 @@
|
|
|
1327
1327
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
|
|
1328
1328
|
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
|
|
1329
1329
|
|
|
1330
|
-
"@types/semver@^7.5.
|
|
1330
|
+
"@types/semver@^7.5.3":
|
|
1331
1331
|
version "7.5.3"
|
|
1332
1332
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
|
|
1333
1333
|
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
|
|
@@ -1359,16 +1359,16 @@
|
|
|
1359
1359
|
"@types/expect" "^1.20.4"
|
|
1360
1360
|
"@types/node" "*"
|
|
1361
1361
|
|
|
1362
|
-
"@typescript-eslint/eslint-plugin@^6.7.
|
|
1363
|
-
version "6.7.
|
|
1364
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.
|
|
1365
|
-
integrity sha512-
|
|
1362
|
+
"@typescript-eslint/eslint-plugin@^6.7.5":
|
|
1363
|
+
version "6.7.5"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.5.tgz#f4024b9f63593d0c2b5bd6e4ca027e6f30934d4f"
|
|
1365
|
+
integrity sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==
|
|
1366
1366
|
dependencies:
|
|
1367
1367
|
"@eslint-community/regexpp" "^4.5.1"
|
|
1368
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1369
|
-
"@typescript-eslint/type-utils" "6.7.
|
|
1370
|
-
"@typescript-eslint/utils" "6.7.
|
|
1371
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1368
|
+
"@typescript-eslint/scope-manager" "6.7.5"
|
|
1369
|
+
"@typescript-eslint/type-utils" "6.7.5"
|
|
1370
|
+
"@typescript-eslint/utils" "6.7.5"
|
|
1371
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1372
1372
|
debug "^4.3.4"
|
|
1373
1373
|
graphemer "^1.4.0"
|
|
1374
1374
|
ignore "^5.2.4"
|
|
@@ -1376,15 +1376,15 @@
|
|
|
1376
1376
|
semver "^7.5.4"
|
|
1377
1377
|
ts-api-utils "^1.0.1"
|
|
1378
1378
|
|
|
1379
|
-
"@typescript-eslint/parser@^6.7.
|
|
1380
|
-
version "6.7.
|
|
1381
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.
|
|
1382
|
-
integrity sha512-
|
|
1379
|
+
"@typescript-eslint/parser@^6.7.5":
|
|
1380
|
+
version "6.7.5"
|
|
1381
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.5.tgz#8d7ca3d1fbd9d5a58cc4d30b2aa797a760137886"
|
|
1382
|
+
integrity sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==
|
|
1383
1383
|
dependencies:
|
|
1384
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1385
|
-
"@typescript-eslint/types" "6.7.
|
|
1386
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1387
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1384
|
+
"@typescript-eslint/scope-manager" "6.7.5"
|
|
1385
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1386
|
+
"@typescript-eslint/typescript-estree" "6.7.5"
|
|
1387
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1388
1388
|
debug "^4.3.4"
|
|
1389
1389
|
|
|
1390
1390
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1395,21 +1395,21 @@
|
|
|
1395
1395
|
"@typescript-eslint/types" "5.62.0"
|
|
1396
1396
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1397
1397
|
|
|
1398
|
-
"@typescript-eslint/scope-manager@6.7.
|
|
1399
|
-
version "6.7.
|
|
1400
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.
|
|
1401
|
-
integrity sha512-
|
|
1398
|
+
"@typescript-eslint/scope-manager@6.7.5":
|
|
1399
|
+
version "6.7.5"
|
|
1400
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.5.tgz#1cf33b991043886cd67f4f3600b8e122fc14e711"
|
|
1401
|
+
integrity sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==
|
|
1402
1402
|
dependencies:
|
|
1403
|
-
"@typescript-eslint/types" "6.7.
|
|
1404
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1403
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1404
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1405
1405
|
|
|
1406
|
-
"@typescript-eslint/type-utils@6.7.
|
|
1407
|
-
version "6.7.
|
|
1408
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.
|
|
1409
|
-
integrity sha512-
|
|
1406
|
+
"@typescript-eslint/type-utils@6.7.5":
|
|
1407
|
+
version "6.7.5"
|
|
1408
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.5.tgz#0a65949ec16588d8956f6d967f7d9c84ddb2d72a"
|
|
1409
|
+
integrity sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==
|
|
1410
1410
|
dependencies:
|
|
1411
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1412
|
-
"@typescript-eslint/utils" "6.7.
|
|
1411
|
+
"@typescript-eslint/typescript-estree" "6.7.5"
|
|
1412
|
+
"@typescript-eslint/utils" "6.7.5"
|
|
1413
1413
|
debug "^4.3.4"
|
|
1414
1414
|
ts-api-utils "^1.0.1"
|
|
1415
1415
|
|
|
@@ -1418,10 +1418,10 @@
|
|
|
1418
1418
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1419
1419
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1420
1420
|
|
|
1421
|
-
"@typescript-eslint/types@6.7.
|
|
1422
|
-
version "6.7.
|
|
1423
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.
|
|
1424
|
-
integrity sha512-
|
|
1421
|
+
"@typescript-eslint/types@6.7.5":
|
|
1422
|
+
version "6.7.5"
|
|
1423
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.5.tgz#4571320fb9cf669de9a95d9849f922c3af809790"
|
|
1424
|
+
integrity sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==
|
|
1425
1425
|
|
|
1426
1426
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1427
1427
|
version "5.62.0"
|
|
@@ -1436,30 +1436,30 @@
|
|
|
1436
1436
|
semver "^7.3.7"
|
|
1437
1437
|
tsutils "^3.21.0"
|
|
1438
1438
|
|
|
1439
|
-
"@typescript-eslint/typescript-estree@6.7.
|
|
1440
|
-
version "6.7.
|
|
1441
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.
|
|
1442
|
-
integrity sha512-
|
|
1439
|
+
"@typescript-eslint/typescript-estree@6.7.5":
|
|
1440
|
+
version "6.7.5"
|
|
1441
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.5.tgz#4578de1a26e9f24950f029a4f00d1bfe41f15a39"
|
|
1442
|
+
integrity sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==
|
|
1443
1443
|
dependencies:
|
|
1444
|
-
"@typescript-eslint/types" "6.7.
|
|
1445
|
-
"@typescript-eslint/visitor-keys" "6.7.
|
|
1444
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1445
|
+
"@typescript-eslint/visitor-keys" "6.7.5"
|
|
1446
1446
|
debug "^4.3.4"
|
|
1447
1447
|
globby "^11.1.0"
|
|
1448
1448
|
is-glob "^4.0.3"
|
|
1449
1449
|
semver "^7.5.4"
|
|
1450
1450
|
ts-api-utils "^1.0.1"
|
|
1451
1451
|
|
|
1452
|
-
"@typescript-eslint/utils@6.7.
|
|
1453
|
-
version "6.7.
|
|
1454
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.
|
|
1455
|
-
integrity sha512-
|
|
1452
|
+
"@typescript-eslint/utils@6.7.5":
|
|
1453
|
+
version "6.7.5"
|
|
1454
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.5.tgz#ab847b53d6b65e029314b8247c2336843dba81ab"
|
|
1455
|
+
integrity sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==
|
|
1456
1456
|
dependencies:
|
|
1457
1457
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1458
1458
|
"@types/json-schema" "^7.0.12"
|
|
1459
1459
|
"@types/semver" "^7.5.0"
|
|
1460
|
-
"@typescript-eslint/scope-manager" "6.7.
|
|
1461
|
-
"@typescript-eslint/types" "6.7.
|
|
1462
|
-
"@typescript-eslint/typescript-estree" "6.7.
|
|
1460
|
+
"@typescript-eslint/scope-manager" "6.7.5"
|
|
1461
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1462
|
+
"@typescript-eslint/typescript-estree" "6.7.5"
|
|
1463
1463
|
semver "^7.5.4"
|
|
1464
1464
|
|
|
1465
1465
|
"@typescript-eslint/utils@^5.59.11":
|
|
@@ -1484,12 +1484,12 @@
|
|
|
1484
1484
|
"@typescript-eslint/types" "5.62.0"
|
|
1485
1485
|
eslint-visitor-keys "^3.3.0"
|
|
1486
1486
|
|
|
1487
|
-
"@typescript-eslint/visitor-keys@6.7.
|
|
1488
|
-
version "6.7.
|
|
1489
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.
|
|
1490
|
-
integrity sha512-
|
|
1487
|
+
"@typescript-eslint/visitor-keys@6.7.5":
|
|
1488
|
+
version "6.7.5"
|
|
1489
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.5.tgz#84c68d6ceb5b12d5246b918b84f2b79affd6c2f1"
|
|
1490
|
+
integrity sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==
|
|
1491
1491
|
dependencies:
|
|
1492
|
-
"@typescript-eslint/types" "6.7.
|
|
1492
|
+
"@typescript-eslint/types" "6.7.5"
|
|
1493
1493
|
eslint-visitor-keys "^3.4.1"
|
|
1494
1494
|
|
|
1495
1495
|
"@ungap/promise-all-settled@1.1.2":
|
|
@@ -3211,20 +3211,20 @@ eslint-plugin-prefer-arrow@^1.2.1:
|
|
|
3211
3211
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
|
|
3212
3212
|
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
|
|
3213
3213
|
|
|
3214
|
-
eslint-plugin-prettier@^5.0.
|
|
3215
|
-
version "5.0.
|
|
3216
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.
|
|
3217
|
-
integrity sha512-
|
|
3214
|
+
eslint-plugin-prettier@^5.0.1:
|
|
3215
|
+
version "5.0.1"
|
|
3216
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
|
|
3217
|
+
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
|
|
3218
3218
|
dependencies:
|
|
3219
3219
|
prettier-linter-helpers "^1.0.0"
|
|
3220
3220
|
synckit "^0.8.5"
|
|
3221
3221
|
|
|
3222
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3223
|
-
version "1.16.
|
|
3224
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3225
|
-
integrity sha512-
|
|
3222
|
+
eslint-plugin-sf-plugin@^1.16.9:
|
|
3223
|
+
version "1.16.9"
|
|
3224
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.9.tgz#0c8bfa7b51b52c716bf8cecbb271237931bffa3b"
|
|
3225
|
+
integrity sha512-VOAA1OEieGCzimavNvI1OP2AnlR5SZfxi4Q+WDahxJcedh5/SP0DEynW8ww+begy4Nt0APdLzwXN1JJTZQCemA==
|
|
3226
3226
|
dependencies:
|
|
3227
|
-
"@salesforce/core" "^5.3.
|
|
3227
|
+
"@salesforce/core" "^5.3.5"
|
|
3228
3228
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3229
3229
|
|
|
3230
3230
|
eslint-scope@^5.1.1:
|
|
@@ -3248,15 +3248,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
3248
3248
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
3249
3249
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
3250
3250
|
|
|
3251
|
-
eslint@^8.41.0, eslint@^8.
|
|
3252
|
-
version "8.
|
|
3253
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3254
|
-
integrity sha512-
|
|
3251
|
+
eslint@^8.41.0, eslint@^8.51.0:
|
|
3252
|
+
version "8.51.0"
|
|
3253
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.51.0.tgz#4a82dae60d209ac89a5cff1604fea978ba4950f3"
|
|
3254
|
+
integrity sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==
|
|
3255
3255
|
dependencies:
|
|
3256
3256
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3257
3257
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3258
3258
|
"@eslint/eslintrc" "^2.1.2"
|
|
3259
|
-
"@eslint/js" "8.
|
|
3259
|
+
"@eslint/js" "8.51.0"
|
|
3260
3260
|
"@humanwhocodes/config-array" "^0.11.11"
|
|
3261
3261
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3262
3262
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -5995,10 +5995,10 @@ object.values@^1.1.6:
|
|
|
5995
5995
|
define-properties "^1.1.4"
|
|
5996
5996
|
es-abstract "^1.20.4"
|
|
5997
5997
|
|
|
5998
|
-
oclif-plugin-update-notifier@^1.5.
|
|
5999
|
-
version "1.5.
|
|
6000
|
-
resolved "https://registry.yarnpkg.com/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6001
|
-
integrity sha512-
|
|
5998
|
+
oclif-plugin-update-notifier@^1.5.45:
|
|
5999
|
+
version "1.5.45"
|
|
6000
|
+
resolved "https://registry.yarnpkg.com/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.45.tgz#a73c85aba51fb706dc814e0f9bfa298d0ae4f535"
|
|
6001
|
+
integrity sha512-pCjZ1h0fTCHantZQgcIbH6IAtcrmYUl23b1NnFoNIT9ox1vPDiYhhND5nOVyvO+r9WhW2OTtuM1hZezmIonr/g==
|
|
6002
6002
|
dependencies:
|
|
6003
6003
|
"@jayree/changelog" "^1.1.6"
|
|
6004
6004
|
"@oclif/core" "^2.15.0"
|
|
@@ -6419,10 +6419,10 @@ pino-abstract-transport@v1.1.0:
|
|
|
6419
6419
|
readable-stream "^4.0.0"
|
|
6420
6420
|
split2 "^4.0.0"
|
|
6421
6421
|
|
|
6422
|
-
pino-pretty@^10.2.
|
|
6423
|
-
version "10.2.
|
|
6424
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.
|
|
6425
|
-
integrity sha512-
|
|
6422
|
+
pino-pretty@^10.2.3:
|
|
6423
|
+
version "10.2.3"
|
|
6424
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.2.3.tgz#db539c796a1421fd4d130734fa994f5a26027783"
|
|
6425
|
+
integrity sha512-4jfIUc8TC1GPUfDyMSlW1STeORqkoxec71yhxIpLDQapUu8WOuoz2TTCoidrIssyz78LZC69whBMPIKCMbi3cw==
|
|
6426
6426
|
dependencies:
|
|
6427
6427
|
colorette "^2.0.7"
|
|
6428
6428
|
dateformat "^4.6.3"
|
|
@@ -6444,10 +6444,10 @@ pino-std-serializers@^6.0.0:
|
|
|
6444
6444
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6445
6445
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6446
6446
|
|
|
6447
|
-
pino@^8.15.
|
|
6448
|
-
version "8.
|
|
6449
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6450
|
-
integrity sha512-
|
|
6447
|
+
pino@^8.15.6:
|
|
6448
|
+
version "8.16.0"
|
|
6449
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.0.tgz#2465012a1d11fa2e7a0545032f636e203990ae26"
|
|
6450
|
+
integrity sha512-UUmvQ/7KTZt/vHjhRrnyS7h+J7qPBQnpG80V56xmIC+o9IqYmQOw/UIny9S9zYDfRBR0ClouCr464EkBMIT7Fw==
|
|
6451
6451
|
dependencies:
|
|
6452
6452
|
atomic-sleep "^1.0.0"
|
|
6453
6453
|
fast-redact "^3.1.1"
|
|
@@ -6458,7 +6458,7 @@ pino@^8.15.1:
|
|
|
6458
6458
|
quick-format-unescaped "^4.0.3"
|
|
6459
6459
|
real-require "^0.2.0"
|
|
6460
6460
|
safe-stable-stringify "^2.3.1"
|
|
6461
|
-
sonic-boom "^3.
|
|
6461
|
+
sonic-boom "^3.7.0"
|
|
6462
6462
|
thread-stream "^2.0.0"
|
|
6463
6463
|
|
|
6464
6464
|
pinst@^3.0.0:
|
|
@@ -7263,13 +7263,20 @@ socks@^2.6.2:
|
|
|
7263
7263
|
ip "^2.0.0"
|
|
7264
7264
|
smart-buffer "^4.2.0"
|
|
7265
7265
|
|
|
7266
|
-
sonic-boom@^3.0.0
|
|
7266
|
+
sonic-boom@^3.0.0:
|
|
7267
7267
|
version "3.3.0"
|
|
7268
7268
|
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.3.0.tgz#cffab6dafee3b2bcb88d08d589394198bee1838c"
|
|
7269
7269
|
integrity sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==
|
|
7270
7270
|
dependencies:
|
|
7271
7271
|
atomic-sleep "^1.0.0"
|
|
7272
7272
|
|
|
7273
|
+
sonic-boom@^3.7.0:
|
|
7274
|
+
version "3.7.0"
|
|
7275
|
+
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2"
|
|
7276
|
+
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg==
|
|
7277
|
+
dependencies:
|
|
7278
|
+
atomic-sleep "^1.0.0"
|
|
7279
|
+
|
|
7273
7280
|
sort-keys@^4.2.0:
|
|
7274
7281
|
version "4.2.0"
|
|
7275
7282
|
resolved "https://registry.yarnpkg.com/sort-keys/-/sort-keys-4.2.0.tgz#6b7638cee42c506fff8c1cecde7376d21315be18"
|
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.50",
|
|
5
5
|
"author": "jayree",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bugs": "https://github.com/jayree/sfdx-plugin-update-notifier/issues",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@oclif/core": "^2.15.0",
|
|
11
11
|
"@salesforce/kit": "^3.0.13",
|
|
12
12
|
"debug": "^4.3.4",
|
|
13
|
-
"oclif-plugin-update-notifier": "^1.5.
|
|
13
|
+
"oclif-plugin-update-notifier": "^1.5.45",
|
|
14
14
|
"tslib": "^2.6.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"@types/debug": "^4.1.9",
|
|
24
24
|
"@types/fs-extra": "^11.0.2",
|
|
25
25
|
"@types/jsforce": "^1.11.2",
|
|
26
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
|
27
|
-
"@typescript-eslint/parser": "^6.7.
|
|
26
|
+
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
27
|
+
"@typescript-eslint/parser": "^6.7.5",
|
|
28
28
|
"c8": "^8.0.1",
|
|
29
29
|
"chai": "^4.3.8",
|
|
30
|
-
"eslint": "^8.
|
|
30
|
+
"eslint": "^8.51.0",
|
|
31
31
|
"eslint-config-prettier": "^9.0.0",
|
|
32
32
|
"eslint-config-salesforce": "^2.0.2",
|
|
33
33
|
"eslint-config-salesforce-typescript": "^1.1.2",
|
|
34
34
|
"eslint-plugin-header": "^3.1.1",
|
|
35
35
|
"eslint-plugin-import": "^2.28.1",
|
|
36
36
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
37
|
-
"eslint-plugin-prettier": "^5.0.
|
|
38
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
37
|
+
"eslint-plugin-prettier": "^5.0.1",
|
|
38
|
+
"eslint-plugin-sf-plugin": "^1.16.9",
|
|
39
39
|
"husky": "^8.0.3",
|
|
40
40
|
"is-ci": "^3.0.1",
|
|
41
41
|
"mocha": "^10.2.0",
|