@jayree/sfdx-plugin-manifest 3.1.41 → 3.1.42

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [3.1.42](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.41...v3.1.42) (2023-12-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @jayree/changelog from 1.1.8 to 1.1.9 ([#1091](https://github.com/jayree/sfdx-plugin-manifest/issues/1091)) ([c1d11a2](https://github.com/jayree/sfdx-plugin-manifest/commit/c1d11a2e0b3a6db3623236b955d757bf2a9ce654))
7
+ * **deps:** bump @salesforce/core from 6.4.0 to 6.4.1 ([#1090](https://github.com/jayree/sfdx-plugin-manifest/issues/1090)) ([36e3870](https://github.com/jayree/sfdx-plugin-manifest/commit/36e3870d584c6555177dee7b058661392005ab28))
8
+ * **deps:** bump @salesforce/sf-plugins-core from 5.0.8 to 5.0.10 ([#1093](https://github.com/jayree/sfdx-plugin-manifest/issues/1093)) ([6b3cf85](https://github.com/jayree/sfdx-plugin-manifest/commit/6b3cf85ed849038f708ab533dd9f3a8247850e7b))
9
+
1
10
  ## [3.1.41](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.40...v3.1.41) (2023-12-11)
2
11
 
3
12
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
47
47
  $ sfdx jayree:manifest:cleanup --manifest=package.xml --file=packageignore.xml
48
48
  ```
49
49
 
50
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.41/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/src/commands/jayree/manifest/cleanup.ts)_
51
51
 
52
52
  ### `sfdx jayree:manifest:generate`
53
53
 
@@ -84,7 +84,7 @@ EXAMPLES
84
84
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
85
85
  ```
86
86
 
87
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.41/src/commands/jayree/manifest/generate.ts)_
87
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/src/commands/jayree/manifest/generate.ts)_
88
88
 
89
89
  ### `sfdx jayree:manifest:git:diff`
90
90
 
@@ -166,5 +166,5 @@ FLAG DESCRIPTIONS
166
166
  The location can be an absolute path or relative to the current working directory.
167
167
  ```
168
168
 
169
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.41/src/commands/jayree/manifest/git/diff.ts)_
169
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.42/src/commands/jayree/manifest/git/diff.ts)_
170
170
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -309,12 +309,12 @@
309
309
  resolve-global "1.0.0"
310
310
  yargs "^17.0.0"
311
311
 
312
- "@commitlint/config-conventional@^17.1.0":
313
- version "17.6.1"
314
- resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.6.1.tgz#ab07c82c88f99ffee89ae321f1f49f1798127fbb"
315
- integrity sha512-ng/ybaSLuTCH9F+7uavSOnEQ9EFMl7lHEjfAEgRh1hwmEe8SpLKpQeMo2aT1IWvHaGMuTb+gjfbzoRf2IR23NQ==
312
+ "@commitlint/config-conventional@^17.8.1":
313
+ version "17.8.1"
314
+ resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
315
+ integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
316
316
  dependencies:
317
- conventional-changelog-conventionalcommits "^5.0.0"
317
+ conventional-changelog-conventionalcommits "^6.1.0"
318
318
 
319
319
  "@commitlint/config-validator@^17.4.4":
320
320
  version "17.4.4"
@@ -559,15 +559,15 @@
559
559
  resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
560
560
  integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
561
561
 
562
- "@jayree/changelog@^1.1.8":
563
- version "1.1.8"
564
- resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.8.tgz#95bf5231bba0ce1a699937808339cb80beb8661a"
565
- integrity sha512-HUjyKmyBLqdaEnM09vry+NFsyjMhmz/S2WylqJkuUV7jv1f6Hg73JAEYMddmBsVWorOjzjUURxlezcKrGkp0Tg==
562
+ "@jayree/changelog@^1.1.9":
563
+ version "1.1.9"
564
+ resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.9.tgz#0e59f84a7b18f50e3b025fefbe54ae30d348d653"
565
+ integrity sha512-s8eiAW5bUi90duiAsQIy1JMBcuBJCzlELLDZc+B2qFEKIGsDqYvybJX9PWrnhnBcuFEUgndFpjBXyWiIKLEYBQ==
566
566
  dependencies:
567
567
  debug "^4.3.4"
568
- fs-extra "^11.1.1"
569
- marked "^10.0.0"
570
- marked-terminal "^6.1.0"
568
+ fs-extra "^11.2.0"
569
+ marked "^11.1.0"
570
+ marked-terminal "^6.2.0"
571
571
  semver "^7.5.4"
572
572
  semver-compare "^1.0.0"
573
573
 
@@ -1048,34 +1048,10 @@
1048
1048
  strip-ansi "6.0.1"
1049
1049
  ts-retry-promise "^0.7.1"
1050
1050
 
1051
- "@salesforce/core@^5.3.20":
1052
- version "5.3.20"
1053
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
1054
- integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
1055
- dependencies:
1056
- "@salesforce/kit" "^3.0.15"
1057
- "@salesforce/schemas" "^1.6.1"
1058
- "@salesforce/ts-types" "^2.0.9"
1059
- "@types/semver" "^7.5.4"
1060
- ajv "^8.12.0"
1061
- change-case "^4.1.2"
1062
- faye "^1.4.0"
1063
- form-data "^4.0.0"
1064
- js2xmlparser "^4.0.1"
1065
- jsforce "^2.0.0-beta.28"
1066
- jsonwebtoken "9.0.2"
1067
- jszip "3.10.1"
1068
- pino "^8.16.0"
1069
- pino-abstract-transport "^1.0.0"
1070
- pino-pretty "^10.2.3"
1071
- proper-lockfile "^4.1.2"
1072
- semver "^7.5.4"
1073
- ts-retry-promise "^0.7.1"
1074
-
1075
- "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
1076
- version "6.4.0"
1077
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
1078
- integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
1051
+ "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
1052
+ version "6.4.1"
1053
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
1054
+ integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
1079
1055
  dependencies:
1080
1056
  "@salesforce/kit" "^3.0.15"
1081
1057
  "@salesforce/schemas" "^1.6.1"
@@ -1101,13 +1077,13 @@
1101
1077
  resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
1102
1078
  integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
1103
1079
 
1104
- "@salesforce/dev-scripts@^8.1.0":
1105
- version "8.1.0"
1106
- resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.0.tgz#0310dc9fb4104637a237876161a40331dd382e9f"
1107
- integrity sha512-lA5uJMwfKKrbv+JMCxX8aOrwE1ihlmUfAy8SVCgBSaHNckRBDQP2zIM7S03zoXFSpUtebCndo1ODQxw+zVrK3g==
1080
+ "@salesforce/dev-scripts@^8.1.2":
1081
+ version "8.1.2"
1082
+ resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
1083
+ integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
1108
1084
  dependencies:
1109
1085
  "@commitlint/cli" "^17.1.2"
1110
- "@commitlint/config-conventional" "^17.1.0"
1086
+ "@commitlint/config-conventional" "^17.8.1"
1111
1087
  "@salesforce/dev-config" "^4.1.0"
1112
1088
  "@salesforce/prettier-config" "^0.0.3"
1113
1089
  "@types/chai" "^4.3.10"
@@ -1127,7 +1103,7 @@
1127
1103
  shelljs "^0.8.5"
1128
1104
  sinon "10.0.0"
1129
1105
  source-map-support "^0.5.21"
1130
- ts-node "^10.9.1"
1106
+ ts-node "^10.9.2"
1131
1107
  typedoc "^0.25.3"
1132
1108
  typedoc-plugin-missing-exports "0.23.0"
1133
1109
  typescript "^4.9.5"
@@ -1151,10 +1127,10 @@
1151
1127
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
1152
1128
  integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
1153
1129
 
1154
- "@salesforce/sf-plugins-core@^5.0.8":
1155
- version "5.0.8"
1156
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.8.tgz#af023ba5c9182ab277d738e6836267aa874a4dcb"
1157
- integrity sha512-NvG3E61dVzORn86bPUh9cOPCmNZPfqzjS/ShMpyu2Cpjwr3zLYAlXSqH4kg0hQUW1D/M5sAck6XcUhwMpHh5yQ==
1130
+ "@salesforce/sf-plugins-core@^5.0.10":
1131
+ version "5.0.10"
1132
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.10.tgz#f13cc406100f9aba3a9d5ddea361854068fc7e7d"
1133
+ integrity sha512-fp0f6Lbf7HDdglvU4pWmwnWt9HlgMOIdkQ0LeT7M0zbuu6tOMwGKcC6ewkXQ9lQvcSAUrtvvvpf9t4PzkN8o+w==
1158
1134
  dependencies:
1159
1135
  "@oclif/core" "^3.14.1"
1160
1136
  "@salesforce/core" "^6.2.2"
@@ -1198,12 +1174,7 @@
1198
1174
  dependencies:
1199
1175
  tslib "^2.6.2"
1200
1176
 
1201
- "@sindresorhus/is@^3.1.2":
1202
- version "3.1.2"
1203
- resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
1204
- integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
1205
-
1206
- "@sindresorhus/is@^4.0.0":
1177
+ "@sindresorhus/is@^4.0.0", "@sindresorhus/is@^4.6.0":
1207
1178
  version "4.6.0"
1208
1179
  resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
1209
1180
  integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
@@ -1390,11 +1361,6 @@
1390
1361
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
1391
1362
  integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
1392
1363
 
1393
- "@types/json-schema@^7.0.9":
1394
- version "7.0.11"
1395
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1396
- integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1397
-
1398
1364
  "@types/json5@^0.0.29":
1399
1365
  version "0.0.29"
1400
1366
  resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -1485,7 +1451,7 @@
1485
1451
  dependencies:
1486
1452
  "@types/node" "*"
1487
1453
 
1488
- "@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4", "@types/semver@^7.5.6":
1454
+ "@types/semver@^7.5.0", "@types/semver@^7.5.6":
1489
1455
  version "7.5.6"
1490
1456
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
1491
1457
  integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
@@ -1553,14 +1519,6 @@
1553
1519
  "@typescript-eslint/visitor-keys" "6.11.0"
1554
1520
  debug "^4.3.4"
1555
1521
 
1556
- "@typescript-eslint/scope-manager@5.62.0":
1557
- version "5.62.0"
1558
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1559
- integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1560
- dependencies:
1561
- "@typescript-eslint/types" "5.62.0"
1562
- "@typescript-eslint/visitor-keys" "5.62.0"
1563
-
1564
1522
  "@typescript-eslint/scope-manager@6.11.0":
1565
1523
  version "6.11.0"
1566
1524
  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
@@ -1569,13 +1527,13 @@
1569
1527
  "@typescript-eslint/types" "6.11.0"
1570
1528
  "@typescript-eslint/visitor-keys" "6.11.0"
1571
1529
 
1572
- "@typescript-eslint/scope-manager@6.9.1":
1573
- version "6.9.1"
1574
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.1.tgz#e96afeb9a68ad1cd816dba233351f61e13956b75"
1575
- integrity sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
1530
+ "@typescript-eslint/scope-manager@6.14.0":
1531
+ version "6.14.0"
1532
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
1533
+ integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
1576
1534
  dependencies:
1577
- "@typescript-eslint/types" "6.9.1"
1578
- "@typescript-eslint/visitor-keys" "6.9.1"
1535
+ "@typescript-eslint/types" "6.14.0"
1536
+ "@typescript-eslint/visitor-keys" "6.14.0"
1579
1537
 
1580
1538
  "@typescript-eslint/type-utils@6.11.0":
1581
1539
  version "6.11.0"
@@ -1587,33 +1545,15 @@
1587
1545
  debug "^4.3.4"
1588
1546
  ts-api-utils "^1.0.1"
1589
1547
 
1590
- "@typescript-eslint/types@5.62.0":
1591
- version "5.62.0"
1592
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1593
- integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1594
-
1595
1548
  "@typescript-eslint/types@6.11.0":
1596
1549
  version "6.11.0"
1597
1550
  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
1598
1551
  integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
1599
1552
 
1600
- "@typescript-eslint/types@6.9.1":
1601
- version "6.9.1"
1602
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.1.tgz#a6cfc20db0fcedcb2f397ea728ef583e0ee72459"
1603
- integrity sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
1604
-
1605
- "@typescript-eslint/typescript-estree@5.62.0":
1606
- version "5.62.0"
1607
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1608
- integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1609
- dependencies:
1610
- "@typescript-eslint/types" "5.62.0"
1611
- "@typescript-eslint/visitor-keys" "5.62.0"
1612
- debug "^4.3.4"
1613
- globby "^11.1.0"
1614
- is-glob "^4.0.3"
1615
- semver "^7.3.7"
1616
- tsutils "^3.21.0"
1553
+ "@typescript-eslint/types@6.14.0":
1554
+ version "6.14.0"
1555
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
1556
+ integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
1617
1557
 
1618
1558
  "@typescript-eslint/typescript-estree@6.11.0":
1619
1559
  version "6.11.0"
@@ -1628,13 +1568,13 @@
1628
1568
  semver "^7.5.4"
1629
1569
  ts-api-utils "^1.0.1"
1630
1570
 
1631
- "@typescript-eslint/typescript-estree@6.9.1":
1632
- version "6.9.1"
1633
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.1.tgz#8c77910a49a04f0607ba94d78772da07dab275ad"
1634
- integrity sha512-U+mUylTHfcqeO7mLWVQ5W/tMLXqVpRv61wm9ZtfE5egz7gtnmqVIw9ryh0mgIlkKk9rZLY3UHygsBSdB9/ftyw==
1571
+ "@typescript-eslint/typescript-estree@6.14.0":
1572
+ version "6.14.0"
1573
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
1574
+ integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
1635
1575
  dependencies:
1636
- "@typescript-eslint/types" "6.9.1"
1637
- "@typescript-eslint/visitor-keys" "6.9.1"
1576
+ "@typescript-eslint/types" "6.14.0"
1577
+ "@typescript-eslint/visitor-keys" "6.14.0"
1638
1578
  debug "^4.3.4"
1639
1579
  globby "^11.1.0"
1640
1580
  is-glob "^4.0.3"
@@ -1654,41 +1594,19 @@
1654
1594
  "@typescript-eslint/typescript-estree" "6.11.0"
1655
1595
  semver "^7.5.4"
1656
1596
 
1657
- "@typescript-eslint/utils@^5.59.11":
1658
- version "5.62.0"
1659
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1660
- integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1661
- dependencies:
1662
- "@eslint-community/eslint-utils" "^4.2.0"
1663
- "@types/json-schema" "^7.0.9"
1664
- "@types/semver" "^7.3.12"
1665
- "@typescript-eslint/scope-manager" "5.62.0"
1666
- "@typescript-eslint/types" "5.62.0"
1667
- "@typescript-eslint/typescript-estree" "5.62.0"
1668
- eslint-scope "^5.1.1"
1669
- semver "^7.3.7"
1670
-
1671
- "@typescript-eslint/utils@^6.6.0":
1672
- version "6.9.1"
1673
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.1.tgz#763da41281ef0d16974517b5f0d02d85897a1c1e"
1674
- integrity sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
1597
+ "@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.6.0":
1598
+ version "6.14.0"
1599
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
1600
+ integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
1675
1601
  dependencies:
1676
1602
  "@eslint-community/eslint-utils" "^4.4.0"
1677
1603
  "@types/json-schema" "^7.0.12"
1678
1604
  "@types/semver" "^7.5.0"
1679
- "@typescript-eslint/scope-manager" "6.9.1"
1680
- "@typescript-eslint/types" "6.9.1"
1681
- "@typescript-eslint/typescript-estree" "6.9.1"
1605
+ "@typescript-eslint/scope-manager" "6.14.0"
1606
+ "@typescript-eslint/types" "6.14.0"
1607
+ "@typescript-eslint/typescript-estree" "6.14.0"
1682
1608
  semver "^7.5.4"
1683
1609
 
1684
- "@typescript-eslint/visitor-keys@5.62.0":
1685
- version "5.62.0"
1686
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1687
- integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1688
- dependencies:
1689
- "@typescript-eslint/types" "5.62.0"
1690
- eslint-visitor-keys "^3.3.0"
1691
-
1692
1610
  "@typescript-eslint/visitor-keys@6.11.0":
1693
1611
  version "6.11.0"
1694
1612
  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
@@ -1697,12 +1615,12 @@
1697
1615
  "@typescript-eslint/types" "6.11.0"
1698
1616
  eslint-visitor-keys "^3.4.1"
1699
1617
 
1700
- "@typescript-eslint/visitor-keys@6.9.1":
1701
- version "6.9.1"
1702
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.1.tgz#6753a9225a0ba00459b15d6456b9c2780b66707d"
1703
- integrity sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
1618
+ "@typescript-eslint/visitor-keys@6.14.0":
1619
+ version "6.14.0"
1620
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
1621
+ integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
1704
1622
  dependencies:
1705
- "@typescript-eslint/types" "6.9.1"
1623
+ "@typescript-eslint/types" "6.14.0"
1706
1624
  eslint-visitor-keys "^3.4.1"
1707
1625
 
1708
1626
  "@ungap/structured-clone@^1.2.0":
@@ -2791,14 +2709,12 @@ conventional-changelog-angular@^5.0.11:
2791
2709
  compare-func "^2.0.0"
2792
2710
  q "^1.5.1"
2793
2711
 
2794
- conventional-changelog-conventionalcommits@^5.0.0:
2795
- version "5.0.0"
2796
- resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
2797
- integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
2712
+ conventional-changelog-conventionalcommits@^6.1.0:
2713
+ version "6.1.0"
2714
+ resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
2715
+ integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
2798
2716
  dependencies:
2799
2717
  compare-func "^2.0.0"
2800
- lodash "^4.17.15"
2801
- q "^1.5.1"
2802
2718
 
2803
2719
  conventional-commits-parser@^3.2.2:
2804
2720
  version "3.2.4"
@@ -3513,13 +3429,13 @@ eslint-plugin-prettier@^5.0.1:
3513
3429
  prettier-linter-helpers "^1.0.0"
3514
3430
  synckit "^0.8.5"
3515
3431
 
3516
- eslint-plugin-sf-plugin@^1.16.15:
3517
- version "1.16.15"
3518
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
3519
- integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
3432
+ eslint-plugin-sf-plugin@^1.17.0:
3433
+ version "1.17.0"
3434
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
3435
+ integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
3520
3436
  dependencies:
3521
- "@salesforce/core" "^5.3.20"
3522
- "@typescript-eslint/utils" "^5.59.11"
3437
+ "@salesforce/core" "^6.4.0"
3438
+ "@typescript-eslint/utils" "^6.13.2"
3523
3439
 
3524
3440
  eslint-plugin-unicorn@^48.0.1:
3525
3441
  version "48.0.1"
@@ -3562,14 +3478,6 @@ eslint-plugin-unicorn@^49.0.0:
3562
3478
  semver "^7.5.4"
3563
3479
  strip-indent "^3.0.0"
3564
3480
 
3565
- eslint-scope@^5.1.1:
3566
- version "5.1.1"
3567
- resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
3568
- integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
3569
- dependencies:
3570
- esrecurse "^4.3.0"
3571
- estraverse "^4.1.1"
3572
-
3573
3481
  eslint-scope@^7.2.2:
3574
3482
  version "7.2.2"
3575
3483
  resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
@@ -3679,11 +3587,6 @@ esrecurse@^4.3.0:
3679
3587
  dependencies:
3680
3588
  estraverse "^5.2.0"
3681
3589
 
3682
- estraverse@^4.1.1:
3683
- version "4.3.0"
3684
- resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
3685
- integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
3686
-
3687
3590
  estraverse@^5.1.0, estraverse@^5.2.0:
3688
3591
  version "5.3.0"
3689
3592
  resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -3994,7 +3897,7 @@ fromentries@^1.2.0:
3994
3897
  resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
3995
3898
  integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
3996
3899
 
3997
- fs-extra@^11.0.0, fs-extra@^11.1.1, fs-extra@^11.2.0:
3900
+ fs-extra@^11.0.0, fs-extra@^11.2.0:
3998
3901
  version "11.2.0"
3999
3902
  resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
4000
3903
  integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
@@ -5179,7 +5082,7 @@ jsesc@~0.5.0:
5179
5082
  resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
5180
5083
  integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
5181
5084
 
5182
- jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
5085
+ jsforce@^2.0.0-beta.29:
5183
5086
  version "2.0.0-beta.29"
5184
5087
  resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
5185
5088
  integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
@@ -5693,16 +5596,16 @@ map-obj@^4.0.0:
5693
5596
  resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
5694
5597
  integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
5695
5598
 
5696
- marked-terminal@^6.1.0:
5697
- version "6.1.0"
5698
- resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.1.0.tgz#ad54dc034d40c532f9708a2b4c128a83919fe0de"
5699
- integrity sha512-QaCSF6NV82oo6K0szEnmc65ooDeW0T/Adcyf0fcW+Hto2GT1VADFg8dn1zaeHqzj65fqDH1hMNChGNRaC/lbkA==
5599
+ marked-terminal@^6.2.0:
5600
+ version "6.2.0"
5601
+ resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.2.0.tgz#82928d7967af486185a64ea927be723aadd4755f"
5602
+ integrity sha512-ubWhwcBFHnXsjYNsu+Wndpg0zhY4CahSpPlA70PlO0rR9r2sZpkyU+rkCsOWH+KMEkx847UpALON+HWgxowFtw==
5700
5603
  dependencies:
5701
5604
  ansi-escapes "^6.2.0"
5702
5605
  cardinal "^2.1.1"
5703
5606
  chalk "^5.3.0"
5704
5607
  cli-table3 "^0.6.3"
5705
- node-emoji "^2.1.0"
5608
+ node-emoji "^2.1.3"
5706
5609
  supports-hyperlinks "^3.0.0"
5707
5610
 
5708
5611
  marked@^10.0.0:
@@ -5710,6 +5613,11 @@ marked@^10.0.0:
5710
5613
  resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
5711
5614
  integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
5712
5615
 
5616
+ marked@^11.1.0:
5617
+ version "11.1.0"
5618
+ resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.0.tgz#f2d12323e80ba8a97cc8262fe7e94fcc007476ab"
5619
+ integrity sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==
5620
+
5713
5621
  marked@^4.3.0:
5714
5622
  version "4.3.0"
5715
5623
  resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
@@ -6123,12 +6031,12 @@ no-case@^3.0.4:
6123
6031
  lower-case "^2.0.2"
6124
6032
  tslib "^2.0.3"
6125
6033
 
6126
- node-emoji@^2.1.0:
6127
- version "2.1.0"
6128
- resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.0.tgz#93c99b0d3dfe7d5e37c056aded389e013c72d0c5"
6129
- integrity sha512-tcsBm9C6FmPN5Wo7OjFi9lgMyJjvkAeirmjR/ax8Ttfqy4N8PoFic26uqFTIgayHPNI5FH4ltUvfh9kHzwcK9A==
6034
+ node-emoji@^2.1.3:
6035
+ version "2.1.3"
6036
+ resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.3.tgz#93cfabb5cc7c3653aa52f29d6ffb7927d8047c06"
6037
+ integrity sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==
6130
6038
  dependencies:
6131
- "@sindresorhus/is" "^3.1.2"
6039
+ "@sindresorhus/is" "^4.6.0"
6132
6040
  char-regex "^1.0.2"
6133
6041
  emojilib "^2.4.0"
6134
6042
  skin-tone "^2.0.0"
@@ -6407,10 +6315,10 @@ object.values@^1.1.7:
6407
6315
  define-properties "^1.2.0"
6408
6316
  es-abstract "^1.22.1"
6409
6317
 
6410
- oclif@^4.0.4:
6411
- version "4.0.4"
6412
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
6413
- integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
6318
+ oclif@^4.1.0:
6319
+ version "4.1.0"
6320
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6321
+ integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6414
6322
  dependencies:
6415
6323
  "@oclif/core" "^3.0.4"
6416
6324
  "@oclif/plugin-help" "^5.2.14"
@@ -6845,7 +6753,7 @@ pino-std-serializers@^6.0.0:
6845
6753
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
6846
6754
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
6847
6755
 
6848
- pino@^8.16.0, pino@^8.16.2:
6756
+ pino@^8.16.2:
6849
6757
  version "8.16.2"
6850
6758
  resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
6851
6759
  integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
@@ -7451,7 +7359,7 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0, semver@^6.3.1:
7451
7359
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
7452
7360
  integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
7453
7361
 
7454
- semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
7362
+ semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
7455
7363
  version "7.5.4"
7456
7364
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
7457
7365
  integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
@@ -8162,7 +8070,7 @@ tsconfig-paths@^3.14.2:
8162
8070
  minimist "^1.2.6"
8163
8071
  strip-bom "^3.0.0"
8164
8072
 
8165
- tslib@^1.8.1, tslib@^1.9.0:
8073
+ tslib@^1.9.0:
8166
8074
  version "1.14.1"
8167
8075
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
8168
8076
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
@@ -8172,13 +8080,6 @@ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0,
8172
8080
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
8173
8081
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
8174
8082
 
8175
- tsutils@^3.21.0:
8176
- version "3.21.0"
8177
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8178
- integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8179
- dependencies:
8180
- tslib "^1.8.1"
8181
-
8182
8083
  tunnel-agent@*, tunnel-agent@^0.6.0:
8183
8084
  version "0.6.0"
8184
8085
  resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
@@ -302,5 +302,5 @@
302
302
  ]
303
303
  }
304
304
  },
305
- "version": "3.1.41"
305
+ "version": "3.1.42"
306
306
  }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.1.41",
4
+ "version": "3.1.42",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
- "@jayree/changelog": "^1.1.8",
9
+ "@jayree/changelog": "^1.1.9",
10
10
  "@oclif/core": "^3.14.1",
11
- "@salesforce/core": "^6.4.0",
12
- "@salesforce/sf-plugins-core": "^5.0.8",
11
+ "@salesforce/core": "^6.4.1",
12
+ "@salesforce/sf-plugins-core": "^5.0.10",
13
13
  "@salesforce/source-deploy-retrieve": "^10.2.1",
14
14
  "debug": "^4.3.4",
15
15
  "fast-deep-equal": "^3.1.3",
@@ -23,7 +23,7 @@
23
23
  "@oclif/plugin-command-snapshot": "^5.0.4",
24
24
  "@oclif/plugin-help": "^6.0.8",
25
25
  "@salesforce/cli-plugins-testkit": "^5.1.1",
26
- "@salesforce/dev-scripts": "^8.1.0",
26
+ "@salesforce/dev-scripts": "^8.1.2",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "@types/debug": "^4.1.12",
29
29
  "@types/fs-extra": "^11.0.4",
@@ -32,9 +32,9 @@
32
32
  "c8": "^8.0.1",
33
33
  "eslint-config-oclif": "^5.0",
34
34
  "eslint-plugin-prettier": "^5.0.1",
35
- "eslint-plugin-sf-plugin": "^1.16.15",
35
+ "eslint-plugin-sf-plugin": "^1.17.0",
36
36
  "is-ci": "^3.0.1",
37
- "oclif": "^4.0.4",
37
+ "oclif": "^4.1.0",
38
38
  "patch-package": "^8.0.0",
39
39
  "prettier": "^3.1.1",
40
40
  "pretty-quick": "^3.1.3",