@jayree/sfdx-plugin-manifest 4.0.9 → 4.0.11

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 CHANGED
@@ -1,3 +1,20 @@
1
+ ## [4.0.11](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.10...4.0.11) (2025-05-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/core from 8.11.1 to 8.11.3 ([#1792](https://github.com/jayree/sfdx-plugin-manifest/issues/1792)) ([6b29d7b](https://github.com/jayree/sfdx-plugin-manifest/commit/6b29d7b5e649a735145e2ebba3ae18a9a028a450))
7
+ * **deps:** bump pino from 9.4.0 to 9.7.0 ([4aa4887](https://github.com/forcedotcom/sfdx-core/commit/4aa48876ec94a1ecedeefa7eeb388b467548dda0))
8
+ * **deps:** bump pino-pretty from 11.2.2 to 11.3.0 ([18ef1a4](https://github.com/forcedotcom/sfdx-core/commit/18ef1a4467eb968283c80b729281145cd3abea35))
9
+
10
+ ## [4.0.10](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.9...4.0.10) (2025-05-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **deps:** bump isomorphic-git from 1.30.1 to 1.30.2 ([#1790](https://github.com/jayree/sfdx-plugin-manifest/issues/1790)) ([46d51b3](https://github.com/jayree/sfdx-plugin-manifest/commit/46d51b3670d035e7210e350a26a61bb1ee49e0d3))
16
+ * mergeTree returns undefined when a directory in deleted in a branch and updated in the other ([#2062](https://github.com/isomorphic-git/isomorphic-git/issues/2062)) ([0f302a9](https://github.com/isomorphic-git/isomorphic-git/commit/0f302a9dd09b31b46fe98aa32acc667f15896da7)), closes [#1999](https://github.com/isomorphic-git/isomorphic-git/issues/1999)
17
+
1
18
  ## [4.0.9](https://github.com/jayree/sfdx-plugin-manifest/compare/4.0.8...4.0.9) (2025-05-23)
2
19
 
3
20
 
package/README.md CHANGED
@@ -112,7 +112,7 @@ EXAMPLES
112
112
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
113
113
  ```
114
114
 
115
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.9/src/commands/jayree/manifest/cleanup.ts)_
115
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.11/src/commands/jayree/manifest/cleanup.ts)_
116
116
 
117
117
  ### `sf jayree manifest generate`
118
118
 
@@ -150,7 +150,7 @@ EXAMPLES
150
150
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
151
151
  ```
152
152
 
153
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.9/src/commands/jayree/manifest/generate.ts)_
153
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.11/src/commands/jayree/manifest/generate.ts)_
154
154
 
155
155
  ### `sf jayree manifest git diff REF1 [REF2]`
156
156
 
@@ -230,7 +230,7 @@ FLAG DESCRIPTIONS
230
230
  Use this flag to create a 'destructiveChanges.xml' and a blank 'package.xml'.
231
231
  ```
232
232
 
233
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.9/src/commands/jayree/manifest/git/diff.ts)_
233
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/4.0.11/src/commands/jayree/manifest/git/diff.ts)_
234
234
  <!-- commandsstop -->
235
235
 
236
236
  ## Performance Testing
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "4.0.9",
3
+ "version": "4.0.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "4.0.9",
9
+ "version": "4.0.11",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.10",
13
13
  "@oclif/core": "^4.3.0",
14
- "@salesforce/core": "^8.11.1",
14
+ "@salesforce/core": "^8.11.3",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.2.2",
17
17
  "@salesforce/source-deploy-retrieve": "12.19.7",
@@ -21,7 +21,7 @@
21
21
  "fast-xml-parser": "^5.2.3",
22
22
  "fs-extra": "^11.3.0",
23
23
  "graceful-fs": "^4.2.11",
24
- "isomorphic-git": "1.30.1"
24
+ "isomorphic-git": "1.30.2"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.2.40",
@@ -35,7 +35,7 @@
35
35
  "eslint-config-oclif": "^6.0.58",
36
36
  "eslint-config-salesforce-license": "^1.0.1",
37
37
  "eslint-plugin-prettier": "^5.4.0",
38
- "eslint-plugin-sf-plugin": "^1.20.23",
38
+ "eslint-plugin-sf-plugin": "^1.20.24",
39
39
  "oclif": "^4.17.46",
40
40
  "patch-package": "^8.0.0",
41
41
  "prettier": "^3.5.3",
@@ -3672,9 +3672,9 @@
3672
3672
  }
3673
3673
  },
3674
3674
  "node_modules/@salesforce/core": {
3675
- "version": "8.11.1",
3676
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.1.tgz",
3677
- "integrity": "sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==",
3675
+ "version": "8.11.3",
3676
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.3.tgz",
3677
+ "integrity": "sha512-dnW995EG7hblcFRN+1UQOGFytQp9zq0V+X3JmiCjKfW30Yz3SOhFGfSgyu9PFPHzckkD4h2cPzG1EKg0KKlb0g==",
3678
3678
  "license": "BSD-3-Clause",
3679
3679
  "dependencies": {
3680
3680
  "@jsforce/jsforce-node": "^3.8.2",
@@ -3689,9 +3689,9 @@
3689
3689
  "js2xmlparser": "^4.0.1",
3690
3690
  "jsonwebtoken": "9.0.2",
3691
3691
  "jszip": "3.10.1",
3692
- "pino": "^9.4.0",
3692
+ "pino": "^9.7.0",
3693
3693
  "pino-abstract-transport": "^1.2.0",
3694
- "pino-pretty": "^11.2.2",
3694
+ "pino-pretty": "^11.3.0",
3695
3695
  "proper-lockfile": "^4.1.2",
3696
3696
  "semver": "^7.6.3",
3697
3697
  "ts-retry-promise": "^0.8.1"
@@ -9729,13 +9729,13 @@
9729
9729
  }
9730
9730
  },
9731
9731
  "node_modules/eslint-plugin-sf-plugin": {
9732
- "version": "1.20.23",
9733
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz",
9734
- "integrity": "sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==",
9732
+ "version": "1.20.24",
9733
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
9734
+ "integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
9735
9735
  "dev": true,
9736
9736
  "license": "BSD-3-Clause",
9737
9737
  "dependencies": {
9738
- "@salesforce/core": "^8.10.3",
9738
+ "@salesforce/core": "^8.11.1",
9739
9739
  "@typescript-eslint/utils": "^7.18.0"
9740
9740
  },
9741
9741
  "engines": {
@@ -12442,9 +12442,9 @@
12442
12442
  "license": "ISC"
12443
12443
  },
12444
12444
  "node_modules/isomorphic-git": {
12445
- "version": "1.30.1",
12446
- "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.1.tgz",
12447
- "integrity": "sha512-eWBlPIPDOctGY/bTUc/whs6EZ8YvnG1H2kOjTCJ/AkvBWUzODXcfulhpiA8Y4Px9e+bRYYkifE5fSE8FcRk8Ew==",
12445
+ "version": "1.30.2",
12446
+ "resolved": "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.30.2.tgz",
12447
+ "integrity": "sha512-Io/AkS58RFp0Sm+PPHkPT2NHfsxkG1+F6iOuPYxWvF1K0ZgIzT950lYt1G5PkhZr2edzIUoDJcqWYbxPIL6mXw==",
12448
12448
  "license": "MIT",
12449
12449
  "dependencies": {
12450
12450
  "async-lock": "^1.4.1",
@@ -15235,9 +15235,9 @@
15235
15235
  }
15236
15236
  },
15237
15237
  "node_modules/pino": {
15238
- "version": "9.6.0",
15239
- "resolved": "https://registry.npmjs.org/pino/-/pino-9.6.0.tgz",
15240
- "integrity": "sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==",
15238
+ "version": "9.7.0",
15239
+ "resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
15240
+ "integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
15241
15241
  "license": "MIT",
15242
15242
  "dependencies": {
15243
15243
  "atomic-sleep": "^1.0.0",
@@ -15245,7 +15245,7 @@
15245
15245
  "on-exit-leak-free": "^2.1.0",
15246
15246
  "pino-abstract-transport": "^2.0.0",
15247
15247
  "pino-std-serializers": "^7.0.0",
15248
- "process-warning": "^4.0.0",
15248
+ "process-warning": "^5.0.0",
15249
15249
  "quick-format-unescaped": "^4.0.3",
15250
15250
  "real-require": "^0.2.0",
15251
15251
  "safe-stable-stringify": "^2.3.1",
@@ -15522,9 +15522,9 @@
15522
15522
  }
15523
15523
  },
15524
15524
  "node_modules/process-warning": {
15525
- "version": "4.0.1",
15526
- "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-4.0.1.tgz",
15527
- "integrity": "sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==",
15525
+ "version": "5.0.0",
15526
+ "resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
15527
+ "integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
15528
15528
  "funding": [
15529
15529
  {
15530
15530
  "type": "github",
package/oclif.lock CHANGED
@@ -1543,10 +1543,10 @@
1543
1543
  strip-ansi "6.0.1"
1544
1544
  ts-retry-promise "^0.8.1"
1545
1545
 
1546
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.9.1":
1547
- version "8.11.1"
1548
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.1.tgz#d680118f7671de0a102b4c2fe66235203ea6443f"
1549
- integrity sha512-plu13EOxApJBCdGKwbE8bMOrxB5YTnHKGVaBjAk2Mli2M0ADh+q3qn8eedYDG24oViFNcV+sjfjbamQpLNCclA==
1546
+ "@salesforce/core@^8.10.0", "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.3", "@salesforce/core@^8.8.0", "@salesforce/core@^8.9.1":
1547
+ version "8.11.3"
1548
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.3.tgz#754f4e76d39605dd6585ff1c5e270d9ad85bd857"
1549
+ integrity sha512-dnW995EG7hblcFRN+1UQOGFytQp9zq0V+X3JmiCjKfW30Yz3SOhFGfSgyu9PFPHzckkD4h2cPzG1EKg0KKlb0g==
1550
1550
  dependencies:
1551
1551
  "@jsforce/jsforce-node" "^3.8.2"
1552
1552
  "@salesforce/kit" "^3.2.2"
@@ -1560,9 +1560,9 @@
1560
1560
  js2xmlparser "^4.0.1"
1561
1561
  jsonwebtoken "9.0.2"
1562
1562
  jszip "3.10.1"
1563
- pino "^9.4.0"
1563
+ pino "^9.7.0"
1564
1564
  pino-abstract-transport "^1.2.0"
1565
- pino-pretty "^11.2.2"
1565
+ pino-pretty "^11.3.0"
1566
1566
  proper-lockfile "^4.1.2"
1567
1567
  semver "^7.6.3"
1568
1568
  ts-retry-promise "^0.8.1"
@@ -4627,12 +4627,12 @@ eslint-plugin-prettier@^5.4.0:
4627
4627
  prettier-linter-helpers "^1.0.0"
4628
4628
  synckit "^0.11.0"
4629
4629
 
4630
- eslint-plugin-sf-plugin@^1.20.23:
4631
- version "1.20.23"
4632
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.23.tgz#213c514a67b734c989eac1ebbc23ff506f9ddc85"
4633
- integrity sha512-zlvxTJW4nMugGqgedymkEEeP/uiW/hgVGaaKZXEnCU+FMU7aW4kgTtLn+1JWk08mLwRlv/5NynGcABnsON21PA==
4630
+ eslint-plugin-sf-plugin@^1.20.24:
4631
+ version "1.20.24"
4632
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
4633
+ integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
4634
4634
  dependencies:
4635
- "@salesforce/core" "^8.10.3"
4635
+ "@salesforce/core" "^8.11.1"
4636
4636
  "@typescript-eslint/utils" "^7.18.0"
4637
4637
 
4638
4638
  eslint-plugin-unicorn@^48.0.1:
@@ -6132,10 +6132,10 @@ isexe@^2.0.0:
6132
6132
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
6133
6133
  integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
6134
6134
 
6135
- isomorphic-git@1.30.1, isomorphic-git@^1.30.1:
6136
- version "1.30.1"
6137
- resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.30.1.tgz#7706fca07a0039c47e49b7e5b4c12a3ad24f7e3a"
6138
- integrity sha512-eWBlPIPDOctGY/bTUc/whs6EZ8YvnG1H2kOjTCJ/AkvBWUzODXcfulhpiA8Y4Px9e+bRYYkifE5fSE8FcRk8Ew==
6135
+ isomorphic-git@1.30.2, isomorphic-git@^1.30.1:
6136
+ version "1.30.2"
6137
+ resolved "https://registry.yarnpkg.com/isomorphic-git/-/isomorphic-git-1.30.2.tgz#c50d17859e59eed4a29a3e68b542d466a049805b"
6138
+ integrity sha512-Io/AkS58RFp0Sm+PPHkPT2NHfsxkG1+F6iOuPYxWvF1K0ZgIzT950lYt1G5PkhZr2edzIUoDJcqWYbxPIL6mXw==
6139
6139
  dependencies:
6140
6140
  async-lock "^1.4.1"
6141
6141
  clean-git-ref "^2.0.1"
@@ -7648,7 +7648,7 @@ pino-abstract-transport@^2.0.0:
7648
7648
  dependencies:
7649
7649
  split2 "^4.0.0"
7650
7650
 
7651
- pino-pretty@^11.2.2:
7651
+ pino-pretty@^11.3.0:
7652
7652
  version "11.3.0"
7653
7653
  resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.3.0.tgz#390b3be044cf3d2e9192c7d19d44f6b690468f2e"
7654
7654
  integrity sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==
@@ -7673,17 +7673,17 @@ pino-std-serializers@^7.0.0:
7673
7673
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
7674
7674
  integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
7675
7675
 
7676
- pino@^9.4.0:
7677
- version "9.6.0"
7678
- resolved "https://registry.yarnpkg.com/pino/-/pino-9.6.0.tgz#6bc628159ba0cc81806d286718903b7fc6b13169"
7679
- integrity sha512-i85pKRCt4qMjZ1+L7sy2Ag4t1atFcdbEt76+7iRJn1g2BvsnRMGu9p8pivl9fs63M2kF/A0OacFZhTub+m/qMg==
7676
+ pino@^9.7.0:
7677
+ version "9.7.0"
7678
+ resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
7679
+ integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
7680
7680
  dependencies:
7681
7681
  atomic-sleep "^1.0.0"
7682
7682
  fast-redact "^3.1.1"
7683
7683
  on-exit-leak-free "^2.1.0"
7684
7684
  pino-abstract-transport "^2.0.0"
7685
7685
  pino-std-serializers "^7.0.0"
7686
- process-warning "^4.0.0"
7686
+ process-warning "^5.0.0"
7687
7687
  quick-format-unescaped "^4.0.3"
7688
7688
  real-require "^0.2.0"
7689
7689
  safe-stable-stringify "^2.3.1"
@@ -7767,10 +7767,10 @@ process-on-spawn@^1.0.0:
7767
7767
  dependencies:
7768
7768
  fromentries "^1.2.0"
7769
7769
 
7770
- process-warning@^4.0.0:
7771
- version "4.0.1"
7772
- resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-4.0.1.tgz#5c1db66007c67c756e4e09eb170cdece15da32fb"
7773
- integrity sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==
7770
+ process-warning@^5.0.0:
7771
+ version "5.0.0"
7772
+ resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
7773
+ integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
7774
7774
 
7775
7775
  process@^0.11.10:
7776
7776
  version "0.11.10"
@@ -267,5 +267,5 @@
267
267
  ]
268
268
  }
269
269
  },
270
- "version": "4.0.9"
270
+ "version": "4.0.11"
271
271
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
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": "4.0.9",
4
+ "version": "4.0.11",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.10",
10
10
  "@oclif/core": "^4.3.0",
11
- "@salesforce/core": "^8.11.1",
11
+ "@salesforce/core": "^8.11.3",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.2.2",
14
14
  "@salesforce/source-deploy-retrieve": "12.19.7",
@@ -18,7 +18,7 @@
18
18
  "fast-xml-parser": "^5.2.3",
19
19
  "fs-extra": "^11.3.0",
20
20
  "graceful-fs": "^4.2.11",
21
- "isomorphic-git": "1.30.1"
21
+ "isomorphic-git": "1.30.2"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@oclif/plugin-command-snapshot": "^5.2.40",
@@ -32,7 +32,7 @@
32
32
  "eslint-config-oclif": "^6.0.58",
33
33
  "eslint-config-salesforce-license": "^1.0.1",
34
34
  "eslint-plugin-prettier": "^5.4.0",
35
- "eslint-plugin-sf-plugin": "^1.20.23",
35
+ "eslint-plugin-sf-plugin": "^1.20.24",
36
36
  "oclif": "^4.17.46",
37
37
  "patch-package": "^8.0.0",
38
38
  "prettier": "^3.5.3",