appium-xcuitest-driver 10.11.0 → 10.12.0

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,13 @@
1
+ ## [10.12.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.11.0...v10.12.0) (2025-12-18)
2
+
3
+ ### Features
4
+
5
+ * Add `enforceCustomSnapshots` setting ([#2680](https://github.com/appium/appium-xcuitest-driver/issues/2680)) ([6758bee](https://github.com/appium/appium-xcuitest-driver/commit/6758beea9d8580d8e4d983b213b07cb96c5e63de))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * **deps:** bump asyncbox from 3.0.0 to 4.0.1 ([#2681](https://github.com/appium/appium-xcuitest-driver/issues/2681)) ([6998151](https://github.com/appium/appium-xcuitest-driver/commit/6998151da802a57276e2149eb21844e087f0430a))
10
+
1
11
  ## [10.11.0](https://github.com/appium/appium-xcuitest-driver/compare/v10.10.1...v10.11.0) (2025-12-13)
2
12
 
3
13
  ### Features
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-xcuitest-driver",
3
- "version": "10.11.0",
3
+ "version": "10.12.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-xcuitest-driver",
9
- "version": "10.11.0",
9
+ "version": "10.12.0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@appium/strongbox": "^1.0.0-rc.1",
@@ -15,10 +15,10 @@
15
15
  "appium-ios-device": "^3.0.0",
16
16
  "appium-ios-simulator": "^8.0.0",
17
17
  "appium-remote-debugger": "^15.2.0",
18
- "appium-webdriveragent": "^10.2.1",
18
+ "appium-webdriveragent": "^10.5.0",
19
19
  "appium-xcode": "^6.0.2",
20
20
  "async-lock": "^1.4.0",
21
- "asyncbox": "^3.0.0",
21
+ "asyncbox": "^4.0.1",
22
22
  "bluebird": "^3.7.2",
23
23
  "commander": "^14.0.1",
24
24
  "css-selector-parser": "^3.0.0",
@@ -108,6 +108,20 @@
108
108
  "spdy": "4.0.2"
109
109
  }
110
110
  },
111
+ "node_modules/@appium/base-driver/node_modules/asyncbox": {
112
+ "version": "3.0.0",
113
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
114
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
115
+ "license": "Apache-2.0",
116
+ "dependencies": {
117
+ "bluebird": "^3.5.1",
118
+ "lodash": "^4.17.4",
119
+ "source-map-support": "^0.x"
120
+ },
121
+ "engines": {
122
+ "node": ">=16"
123
+ }
124
+ },
111
125
  "node_modules/@appium/base-plugin": {
112
126
  "version": "3.0.5",
113
127
  "resolved": "https://registry.npmjs.org/@appium/base-plugin/-/base-plugin-3.0.5.tgz",
@@ -641,13 +655,13 @@
641
655
  }
642
656
  },
643
657
  "node_modules/appium-idb": {
644
- "version": "2.0.5",
645
- "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.5.tgz",
646
- "integrity": "sha512-vcnPYMZxQ27Ed+p9/E3tm3CC8gufw83SVWZfJfqkBh2a48leRIFsLSQlUczCIQ6f1JQkabmfIgL4pmcy9OVkVw==",
658
+ "version": "2.0.6",
659
+ "resolved": "https://registry.npmjs.org/appium-idb/-/appium-idb-2.0.6.tgz",
660
+ "integrity": "sha512-PaWxrXrWXeoGWHzI4/97UlS7oQ+IMQbG4LCVRYYtRwV2NttkeofGkLELTOILJ2/7cKSHSv3eATCBUNxOn9t12Q==",
647
661
  "license": "Apache-2.0",
648
662
  "dependencies": {
649
663
  "@appium/support": "^7.0.0-rc.1",
650
- "asyncbox": "^3.0.0",
664
+ "asyncbox": "^4.0.1",
651
665
  "bluebird": "^3.1.1",
652
666
  "lodash": "^4.0.0",
653
667
  "teen_process": "^3.0.0"
@@ -658,13 +672,13 @@
658
672
  }
659
673
  },
660
674
  "node_modules/appium-ios-device": {
661
- "version": "3.1.5",
662
- "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.5.tgz",
663
- "integrity": "sha512-bIR9mzCcgM1PqFz+Fgf+B5lxYtTfIt/kNMre5fnyvPR1TNpI5EMiOJ1NnVsQ8KM2xlnnGLuDMzxFTI7r/+K/Dw==",
675
+ "version": "3.1.6",
676
+ "resolved": "https://registry.npmjs.org/appium-ios-device/-/appium-ios-device-3.1.6.tgz",
677
+ "integrity": "sha512-JPMT8qeY2sh0tZYsLJWtjP6xm3kx7L+jTjsIzkFv0cnglJikDywSw2cLkIXrti1pyd/JwJah5Cwdh7briXS/0Q==",
664
678
  "license": "Apache-2.0",
665
679
  "dependencies": {
666
680
  "@appium/support": "^7.0.0-rc.1",
667
- "asyncbox": "^3.0.0",
681
+ "asyncbox": "^4.0.1",
668
682
  "axios": "^1.6.7",
669
683
  "bluebird": "^3.1.1",
670
684
  "bplist-creator": "^0.x",
@@ -678,15 +692,15 @@
678
692
  }
679
693
  },
680
694
  "node_modules/appium-ios-remotexpc": {
681
- "version": "0.18.0",
682
- "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.18.0.tgz",
683
- "integrity": "sha512-VX9B2u2V32MNDL/dVbUXdWB1weFAGtJuDWpB/yly9ZXnQKRmweg/c2iPZPUiL3+8kaLmFiS+bY8nrjInwnr9mQ==",
695
+ "version": "0.19.0",
696
+ "resolved": "https://registry.npmjs.org/appium-ios-remotexpc/-/appium-ios-remotexpc-0.19.0.tgz",
697
+ "integrity": "sha512-Zv9JF3vmuZNpdUqQHeEgV+mI/QX7fPySY0gg2HVx7AYrWlczGKGXjCOBzxgXr5s/hBkT8uvuO3Xdv9+XNNcpxw==",
684
698
  "license": "Apache-2.0",
685
699
  "optional": true,
686
700
  "dependencies": {
687
701
  "@appium/strongbox": "^1.0.0-rc.1",
688
702
  "@appium/support": "^7.0.0-rc.1",
689
- "@types/node": "^24.0.10",
703
+ "@types/node": "^25.0.2",
690
704
  "@xmldom/xmldom": "^0.9.8",
691
705
  "appium-ios-tuntap": "^0.x",
692
706
  "axios": "^1.12.0",
@@ -697,20 +711,10 @@
697
711
  "npm": ">=10"
698
712
  }
699
713
  },
700
- "node_modules/appium-ios-remotexpc/node_modules/@types/node": {
701
- "version": "24.10.3",
702
- "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz",
703
- "integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==",
704
- "license": "MIT",
705
- "optional": true,
706
- "dependencies": {
707
- "undici-types": "~7.16.0"
708
- }
709
- },
710
714
  "node_modules/appium-ios-simulator": {
711
- "version": "8.0.6",
712
- "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.6.tgz",
713
- "integrity": "sha512-f5OzSvXvPEnatalIbg7JH/JiqHh5hM6z1l+IuvgO6GtF7zghPzhDLn/qWGrgybXjZgykt9wy1d/TrdrD6uYacw==",
715
+ "version": "8.0.7",
716
+ "resolved": "https://registry.npmjs.org/appium-ios-simulator/-/appium-ios-simulator-8.0.7.tgz",
717
+ "integrity": "sha512-nTVhNK6fuhu2MCXJTjbAW0CmLmt4mfHFreJWYd5FdxarSaEpSE1hiU0z5nbARFP51S97eiZMLahSNcwsnxIppA==",
714
718
  "license": "Apache-2.0",
715
719
  "dependencies": {
716
720
  "@appium/support": "^7.0.0-rc.1",
@@ -722,7 +726,6 @@
722
726
  "lodash": "^4.2.1",
723
727
  "node-simctl": "^8.1.1",
724
728
  "semver": "^7.0.0",
725
- "source-map-support": "^0.x",
726
729
  "teen_process": "^3.0.0"
727
730
  },
728
731
  "engines": {
@@ -730,6 +733,20 @@
730
733
  "npm": ">=10"
731
734
  }
732
735
  },
736
+ "node_modules/appium-ios-simulator/node_modules/asyncbox": {
737
+ "version": "3.0.0",
738
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
739
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
740
+ "license": "Apache-2.0",
741
+ "dependencies": {
742
+ "bluebird": "^3.5.1",
743
+ "lodash": "^4.17.4",
744
+ "source-map-support": "^0.x"
745
+ },
746
+ "engines": {
747
+ "node": ">=16"
748
+ }
749
+ },
733
750
  "node_modules/appium-ios-tuntap": {
734
751
  "version": "0.1.2",
735
752
  "resolved": "https://registry.npmjs.org/appium-ios-tuntap/-/appium-ios-tuntap-0.1.2.tgz",
@@ -748,20 +765,19 @@
748
765
  }
749
766
  },
750
767
  "node_modules/appium-remote-debugger": {
751
- "version": "15.2.6",
752
- "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.6.tgz",
753
- "integrity": "sha512-XynFvh6M54jNUS0gCkV4XjEtSdxJrPlcLLrXcsONzAfmRxBHhBRk8DhYY0rudDu9zxI3oSV9TQJQp4wB0FdvOw==",
768
+ "version": "15.2.8",
769
+ "resolved": "https://registry.npmjs.org/appium-remote-debugger/-/appium-remote-debugger-15.2.8.tgz",
770
+ "integrity": "sha512-Jda/4J7wpQx3RoLCF1fu/3OpTDJHrtbXTzSdIbIio/IaRl6RDvBUXwJNRaN7jHNpRuDOgy2ftuvANMlC2aXMoQ==",
754
771
  "license": "Apache-2.0",
755
772
  "dependencies": {
756
773
  "@appium/base-driver": "^10.0.0-rc.1",
757
774
  "@appium/support": "^7.0.0-rc.1",
758
775
  "appium-ios-device": "^3.0.0",
759
776
  "async-lock": "^1.4.1",
760
- "asyncbox": "^3.0.0",
777
+ "asyncbox": "^4.0.1",
761
778
  "bluebird": "^3.4.7",
762
779
  "glob": "^13.0.0",
763
780
  "lodash": "^4.17.11",
764
- "source-map-support": "^0.x",
765
781
  "teen_process": "^3.0.0"
766
782
  },
767
783
  "engines": {
@@ -770,9 +786,9 @@
770
786
  }
771
787
  },
772
788
  "node_modules/appium-webdriveragent": {
773
- "version": "10.4.3",
774
- "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.4.3.tgz",
775
- "integrity": "sha512-C4ZxYKWWoLWEP6yGe1eEUrs2vvvNE2x2d+E9Ie77dxF7XOi2jQQ9G0w1UHbCk5DEsB82l1C9RYS+w3X5JFEeMg==",
789
+ "version": "10.5.1",
790
+ "resolved": "https://registry.npmjs.org/appium-webdriveragent/-/appium-webdriveragent-10.5.1.tgz",
791
+ "integrity": "sha512-ZrhLfHENwKbcbEebs0pKajfmgTl9C7prlBfrQF/YtRZqNnB0tuaEPGllm9LsIY8c5h0Tws6wIdlDhGh7++8paw==",
776
792
  "license": "Apache-2.0",
777
793
  "dependencies": {
778
794
  "@appium/base-driver": "^10.0.0-rc.1",
@@ -781,11 +797,10 @@
781
797
  "appium-ios-device": "^3.0.0",
782
798
  "appium-ios-simulator": "^8.0.0",
783
799
  "async-lock": "^1.0.0",
784
- "asyncbox": "^3.0.0",
800
+ "asyncbox": "^4.0.1",
785
801
  "axios": "^1.4.0",
786
802
  "bluebird": "^3.5.5",
787
803
  "lodash": "^4.17.11",
788
- "source-map-support": "^0.x",
789
804
  "teen_process": "^3.0.0"
790
805
  },
791
806
  "engines": {
@@ -812,6 +827,34 @@
812
827
  "npm": ">=10"
813
828
  }
814
829
  },
830
+ "node_modules/appium-xcode/node_modules/asyncbox": {
831
+ "version": "3.0.0",
832
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
833
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
834
+ "license": "Apache-2.0",
835
+ "dependencies": {
836
+ "bluebird": "^3.5.1",
837
+ "lodash": "^4.17.4",
838
+ "source-map-support": "^0.x"
839
+ },
840
+ "engines": {
841
+ "node": ">=16"
842
+ }
843
+ },
844
+ "node_modules/appium/node_modules/asyncbox": {
845
+ "version": "3.0.0",
846
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
847
+ "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
848
+ "license": "Apache-2.0",
849
+ "dependencies": {
850
+ "bluebird": "^3.5.1",
851
+ "lodash": "^4.17.4",
852
+ "source-map-support": "^0.x"
853
+ },
854
+ "engines": {
855
+ "node": ">=16"
856
+ }
857
+ },
815
858
  "node_modules/appium/node_modules/readable-stream": {
816
859
  "version": "3.6.2",
817
860
  "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
@@ -985,17 +1028,17 @@
985
1028
  "license": "MIT"
986
1029
  },
987
1030
  "node_modules/asyncbox": {
988
- "version": "3.0.0",
989
- "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-3.0.0.tgz",
990
- "integrity": "sha512-X7U0nedUMKV3nn9c4R0Zgvdvv6cw97tbDlHSZicq1snGPi/oX9DgGmFSURWtxDdnBWd3V0YviKhqAYAVvoWQ/A==",
1031
+ "version": "4.0.1",
1032
+ "resolved": "https://registry.npmjs.org/asyncbox/-/asyncbox-4.0.1.tgz",
1033
+ "integrity": "sha512-JtbRZ6JWq1eT0mq/Eg2yObjnX9+80QcYQXDYyLxeNcbu2jHjbV18De2eyn69GTWbbLvDm52Pp/4SFDtte3q/bQ==",
991
1034
  "license": "Apache-2.0",
992
1035
  "dependencies": {
993
1036
  "bluebird": "^3.5.1",
994
- "lodash": "^4.17.4",
995
- "source-map-support": "^0.x"
1037
+ "lodash": "^4.17.4"
996
1038
  },
997
1039
  "engines": {
998
- "node": ">=16"
1040
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
1041
+ "npm": ">=10"
999
1042
  }
1000
1043
  },
1001
1044
  "node_modules/asynckit": {
@@ -1623,9 +1666,9 @@
1623
1666
  }
1624
1667
  },
1625
1668
  "node_modules/css-selector-parser": {
1626
- "version": "3.2.0",
1627
- "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.2.0.tgz",
1628
- "integrity": "sha512-L1bdkNKUP5WYxiW5dW6vA2hd3sL8BdRNLy2FCX0rLVise4eNw9nBdeBuJHxlELieSE2H1f6bYQFfwVUwWCV9rQ==",
1669
+ "version": "3.3.0",
1670
+ "resolved": "https://registry.npmjs.org/css-selector-parser/-/css-selector-parser-3.3.0.tgz",
1671
+ "integrity": "sha512-Y2asgMGFqJKF4fq4xHDSlFYIkeVfRsm69lQC1q9kbEsH5XtnINTMrweLkjYMeaUgiXBy/uvKeO/a1JHTNnmB2g==",
1629
1672
  "funding": [
1630
1673
  {
1631
1674
  "type": "github",
@@ -3034,13 +3077,13 @@
3034
3077
  }
3035
3078
  },
3036
3079
  "node_modules/node-simctl": {
3037
- "version": "8.1.1",
3038
- "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.1.1.tgz",
3039
- "integrity": "sha512-2uyaczrXXAqqCKVioQmNaCHugehVCnZRzmnobc+QVcy3LntD+YqdRJg+uDEUMydRU8htA/rQhGRho9cUWGcvmA==",
3080
+ "version": "8.1.2",
3081
+ "resolved": "https://registry.npmjs.org/node-simctl/-/node-simctl-8.1.2.tgz",
3082
+ "integrity": "sha512-yjh/D0Tb1/G7IAg/cJdTu1ZXJVjRkcf8WozE5KC966KXMbsitvMlfAx0kc6wXwDqdYqx2Pc8unoF8TeGY07/mQ==",
3040
3083
  "license": "Apache-2.0",
3041
3084
  "dependencies": {
3042
3085
  "@appium/logger": "^2.0.0-rc.1",
3043
- "asyncbox": "^3.0.0",
3086
+ "asyncbox": "^4.0.1",
3044
3087
  "bluebird": "^3.5.1",
3045
3088
  "lodash": "^4.2.1",
3046
3089
  "rimraf": "^6.0.1",
@@ -3817,25 +3860,29 @@
3817
3860
  }
3818
3861
  },
3819
3862
  "node_modules/send": {
3820
- "version": "1.2.0",
3821
- "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz",
3822
- "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==",
3863
+ "version": "1.2.1",
3864
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
3865
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
3823
3866
  "license": "MIT",
3824
3867
  "dependencies": {
3825
- "debug": "^4.3.5",
3868
+ "debug": "^4.4.3",
3826
3869
  "encodeurl": "^2.0.0",
3827
3870
  "escape-html": "^1.0.3",
3828
3871
  "etag": "^1.8.1",
3829
3872
  "fresh": "^2.0.0",
3830
- "http-errors": "^2.0.0",
3831
- "mime-types": "^3.0.1",
3873
+ "http-errors": "^2.0.1",
3874
+ "mime-types": "^3.0.2",
3832
3875
  "ms": "^2.1.3",
3833
3876
  "on-finished": "^2.4.1",
3834
3877
  "range-parser": "^1.2.1",
3835
- "statuses": "^2.0.1"
3878
+ "statuses": "^2.0.2"
3836
3879
  },
3837
3880
  "engines": {
3838
3881
  "node": ">= 18"
3882
+ },
3883
+ "funding": {
3884
+ "type": "opencollective",
3885
+ "url": "https://opencollective.com/express"
3839
3886
  }
3840
3887
  },
3841
3888
  "node_modules/serve-favicon": {
@@ -3884,9 +3931,9 @@
3884
3931
  "license": "MIT"
3885
3932
  },
3886
3933
  "node_modules/serve-static": {
3887
- "version": "2.2.0",
3888
- "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz",
3889
- "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==",
3934
+ "version": "2.2.1",
3935
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
3936
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
3890
3937
  "license": "MIT",
3891
3938
  "dependencies": {
3892
3939
  "encodeurl": "^2.0.0",
@@ -3896,6 +3943,10 @@
3896
3943
  },
3897
3944
  "engines": {
3898
3945
  "node": ">= 18"
3946
+ },
3947
+ "funding": {
3948
+ "type": "opencollective",
3949
+ "url": "https://opencollective.com/express"
3899
3950
  }
3900
3951
  },
3901
3952
  "node_modules/set-blocking": {
@@ -4468,7 +4519,7 @@
4468
4519
  "version": "7.16.0",
4469
4520
  "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
4470
4521
  "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
4471
- "devOptional": true,
4522
+ "extraneous": true,
4472
4523
  "license": "MIT"
4473
4524
  },
4474
4525
  "node_modules/unorm": {
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "xcuitest",
9
9
  "xctest"
10
10
  ],
11
- "version": "10.11.0",
11
+ "version": "10.12.0",
12
12
  "author": "Appium Contributors",
13
13
  "license": "Apache-2.0",
14
14
  "repository": {
@@ -86,10 +86,10 @@
86
86
  "appium-ios-device": "^3.0.0",
87
87
  "appium-ios-simulator": "^8.0.0",
88
88
  "appium-remote-debugger": "^15.2.0",
89
- "appium-webdriveragent": "^10.2.1",
89
+ "appium-webdriveragent": "^10.5.0",
90
90
  "appium-xcode": "^6.0.2",
91
91
  "async-lock": "^1.4.0",
92
- "asyncbox": "^3.0.0",
92
+ "asyncbox": "^4.0.1",
93
93
  "bluebird": "^3.7.2",
94
94
  "commander": "^14.0.1",
95
95
  "css-selector-parser": "^3.0.0",