@salesforce/cli 2.8.8 → 2.8.10

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.
@@ -1,25 +1,25 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.8.8",
3
+ "version": "2.8.10",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.8.8",
9
+ "version": "2.8.10",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@oclif/core": "2.15.0",
14
- "@oclif/plugin-autocomplete": "2.3.7",
14
+ "@oclif/plugin-autocomplete": "2.3.8",
15
15
  "@oclif/plugin-commands": "2.2.25",
16
16
  "@oclif/plugin-help": "5.2.19",
17
17
  "@oclif/plugin-not-found": "2.4.1",
18
- "@oclif/plugin-plugins": "3.4.0",
18
+ "@oclif/plugin-plugins": "3.4.2",
19
19
  "@oclif/plugin-search": "0.0.22",
20
- "@oclif/plugin-update": "3.2.0",
20
+ "@oclif/plugin-update": "3.2.1",
21
21
  "@oclif/plugin-version": "1.3.10",
22
- "@oclif/plugin-warn-if-update-available": "2.0.50",
22
+ "@oclif/plugin-warn-if-update-available": "2.1.0",
23
23
  "@oclif/plugin-which": "2.2.32",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.14",
@@ -56,7 +56,7 @@
56
56
  "@types/debug": "^4.1.8",
57
57
  "@typescript-eslint/eslint-plugin": "^5.62.0",
58
58
  "@typescript-eslint/parser": "^5.62.0",
59
- "aws-sdk": "^2.1446.0",
59
+ "aws-sdk": "^2.1450.0",
60
60
  "chai": "^4.3.8",
61
61
  "eslint": "^8.48.0",
62
62
  "eslint-config-oclif": "^3.1",
@@ -67,7 +67,7 @@
67
67
  "eslint-config-salesforce-typescript": "^1.1.1",
68
68
  "eslint-plugin-header": "^3.1.1",
69
69
  "eslint-plugin-import": "^2.28.1",
70
- "eslint-plugin-jsdoc": "^46.5.0",
70
+ "eslint-plugin-jsdoc": "^46.5.1",
71
71
  "globby": "^11.1.0",
72
72
  "husky": "^7.0.4",
73
73
  "mocha": "^9.2.2",
@@ -2490,47 +2490,19 @@
2490
2490
  }
2491
2491
  },
2492
2492
  "node_modules/@oclif/plugin-autocomplete": {
2493
- "version": "2.3.7",
2494
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.7.tgz",
2495
- "integrity": "sha512-pFgMwBgzCGsG8Rk+/x2dmfjA4T4Z8BziWhkr4sYUcQTPvxWZ6YXd2+1Kp4+PDb6ttn0w5M801F97kYhbNLD6VQ==",
2493
+ "version": "2.3.8",
2494
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.8.tgz",
2495
+ "integrity": "sha512-cmRPss9OQxz8sRoaw5C/4t/Da7eBEIDJWKRsuzUSQBcPJCN3kTgjp24VTjPHT3j86197s/qkjCRct+3P0IGArg==",
2496
2496
  "license": "MIT",
2497
2497
  "dependencies": {
2498
2498
  "@oclif/core": "^2.15.0",
2499
2499
  "chalk": "^4.1.0",
2500
- "debug": "^4.3.4",
2501
- "fs-extra": "^9.0.1"
2500
+ "debug": "^4.3.4"
2502
2501
  },
2503
2502
  "engines": {
2504
2503
  "node": ">=12.0.0"
2505
2504
  }
2506
2505
  },
2507
- "node_modules/@oclif/plugin-autocomplete/node_modules/fs-extra": {
2508
- "version": "9.1.0",
2509
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2510
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2511
- "license": "MIT",
2512
- "dependencies": {
2513
- "at-least-node": "^1.0.0",
2514
- "graceful-fs": "^4.2.0",
2515
- "jsonfile": "^6.0.1",
2516
- "universalify": "^2.0.0"
2517
- },
2518
- "engines": {
2519
- "node": ">=10"
2520
- }
2521
- },
2522
- "node_modules/@oclif/plugin-autocomplete/node_modules/jsonfile": {
2523
- "version": "6.1.0",
2524
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
2525
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
2526
- "license": "MIT",
2527
- "dependencies": {
2528
- "universalify": "^2.0.0"
2529
- },
2530
- "optionalDependencies": {
2531
- "graceful-fs": "^4.1.6"
2532
- }
2533
- },
2534
2506
  "node_modules/@oclif/plugin-command-snapshot": {
2535
2507
  "version": "3.3.15",
2536
2508
  "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-3.3.15.tgz",
@@ -2590,15 +2562,14 @@
2590
2562
  }
2591
2563
  },
2592
2564
  "node_modules/@oclif/plugin-plugins": {
2593
- "version": "3.4.0",
2594
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.4.0.tgz",
2595
- "integrity": "sha512-oErF7B+75TEheNWMvVfrCtlaHhnCnx41B4pN6cDQWeW4AZc11N45aNYFU55jPN0q20nUkzlVjhb/5M4zMDqQ7w==",
2565
+ "version": "3.4.2",
2566
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.4.2.tgz",
2567
+ "integrity": "sha512-0goaZY8XOk6gH/c5nZ4k3DYnNdY0ZHCqe2bvSaT7rH2UCgeo/sS70gGYqbnn+TVIVxN6mIL9ogzsLtpQy02U3A==",
2596
2568
  "license": "MIT",
2597
2569
  "dependencies": {
2598
2570
  "@oclif/core": "^2.11.10",
2599
2571
  "chalk": "^4.1.2",
2600
2572
  "debug": "^4.3.4",
2601
- "fs-extra": "^9.0",
2602
2573
  "http-call": "^5.2.2",
2603
2574
  "load-json-file": "^5.3.0",
2604
2575
  "npm": "9.6.7",
@@ -2613,33 +2584,6 @@
2613
2584
  "node": ">=16"
2614
2585
  }
2615
2586
  },
2616
- "node_modules/@oclif/plugin-plugins/node_modules/fs-extra": {
2617
- "version": "9.1.0",
2618
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2619
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2620
- "license": "MIT",
2621
- "dependencies": {
2622
- "at-least-node": "^1.0.0",
2623
- "graceful-fs": "^4.2.0",
2624
- "jsonfile": "^6.0.1",
2625
- "universalify": "^2.0.0"
2626
- },
2627
- "engines": {
2628
- "node": ">=10"
2629
- }
2630
- },
2631
- "node_modules/@oclif/plugin-plugins/node_modules/jsonfile": {
2632
- "version": "6.1.0",
2633
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
2634
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
2635
- "license": "MIT",
2636
- "dependencies": {
2637
- "universalify": "^2.0.0"
2638
- },
2639
- "optionalDependencies": {
2640
- "graceful-fs": "^4.1.6"
2641
- }
2642
- },
2643
2587
  "node_modules/@oclif/plugin-plugins/node_modules/load-json-file": {
2644
2588
  "version": "5.3.0",
2645
2589
  "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-5.3.0.tgz",
@@ -2695,9 +2639,9 @@
2695
2639
  }
2696
2640
  },
2697
2641
  "node_modules/@oclif/plugin-update": {
2698
- "version": "3.2.0",
2699
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.0.tgz",
2700
- "integrity": "sha512-naQIw/sjbNBNdYnoQOudYMJc1Im2fpyQAh87ZN8tR/6Wuf4fyxfLUENm8Gy8jqBM3GN4rw/yg0uW7tDH5wY0qg==",
2642
+ "version": "3.2.1",
2643
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.2.1.tgz",
2644
+ "integrity": "sha512-c2Ftg8/7TOCUK7zHq/o9/hnd3X+NwU/9EtoVV4X/2/q6h4HVjzN1aICIqbJr2AMLC9fw75jU1u0aBCAHJ6GBGQ==",
2701
2645
  "license": "MIT",
2702
2646
  "dependencies": {
2703
2647
  "@oclif/core": "^2.11.8",
@@ -2757,50 +2701,22 @@
2757
2701
  }
2758
2702
  },
2759
2703
  "node_modules/@oclif/plugin-warn-if-update-available": {
2760
- "version": "2.0.50",
2761
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.50.tgz",
2762
- "integrity": "sha512-+VtxuK31PX49suwkwcR8no0P55KUjvZzfKURTYhveLGAeGHSPLnA60TqB+94+FQN88nlPZncw3867zfwgw6rfw==",
2704
+ "version": "2.1.0",
2705
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.1.0.tgz",
2706
+ "integrity": "sha512-liTWd/qSIqALsikr88CAB9o2xGFt0LdT5REbhxtrx16/trRmkxQ+0RHK1FieGZAzEENx/4D3YcC/Y67a0uyO0g==",
2763
2707
  "license": "MIT",
2764
2708
  "dependencies": {
2765
2709
  "@oclif/core": "^2.15.0",
2766
2710
  "chalk": "^4.1.0",
2767
2711
  "debug": "^4.1.0",
2768
- "fs-extra": "^9.0.1",
2769
2712
  "http-call": "^5.2.2",
2770
- "lodash": "^4.17.21",
2713
+ "lodash.template": "^4.5.0",
2771
2714
  "semver": "^7.5.4"
2772
2715
  },
2773
2716
  "engines": {
2774
2717
  "node": ">=12.0.0"
2775
2718
  }
2776
2719
  },
2777
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/fs-extra": {
2778
- "version": "9.1.0",
2779
- "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
2780
- "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
2781
- "license": "MIT",
2782
- "dependencies": {
2783
- "at-least-node": "^1.0.0",
2784
- "graceful-fs": "^4.2.0",
2785
- "jsonfile": "^6.0.1",
2786
- "universalify": "^2.0.0"
2787
- },
2788
- "engines": {
2789
- "node": ">=10"
2790
- }
2791
- },
2792
- "node_modules/@oclif/plugin-warn-if-update-available/node_modules/jsonfile": {
2793
- "version": "6.1.0",
2794
- "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
2795
- "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
2796
- "license": "MIT",
2797
- "dependencies": {
2798
- "universalify": "^2.0.0"
2799
- },
2800
- "optionalDependencies": {
2801
- "graceful-fs": "^4.1.6"
2802
- }
2803
- },
2804
2720
  "node_modules/@oclif/plugin-which": {
2805
2721
  "version": "2.2.32",
2806
2722
  "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.32.tgz",
@@ -4233,9 +4149,9 @@
4233
4149
  }
4234
4150
  },
4235
4151
  "node_modules/@salesforce/source-deploy-retrieve": {
4236
- "version": "9.7.8",
4237
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.8.tgz",
4238
- "integrity": "sha512-bDmn7ccYfcnmj2Meotk/TABcleVffK/cBiefdKrND+8eKKLWoZpb8VPCgoVaiShvOmKIy0tqrZ1oEF4AzFcn9g==",
4152
+ "version": "9.7.9",
4153
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.7.9.tgz",
4154
+ "integrity": "sha512-lp166IZX3Me8I2YUIZS4uAgKLnbGp1MdbAUlpUL5VhAQBh7dNuPcjDFSueTEVG/4vfGPkM4s+65WMi2sJfx8pg==",
4239
4155
  "license": "BSD-3-Clause",
4240
4156
  "dependencies": {
4241
4157
  "@salesforce/core": "^5.2.1",
@@ -5716,9 +5632,9 @@
5716
5632
  }
5717
5633
  },
5718
5634
  "node_modules/aws-sdk": {
5719
- "version": "2.1446.0",
5720
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1446.0.tgz",
5721
- "integrity": "sha512-QaIyQz9csPSgujM+asHNWHh6uw1FDh+SxpUERLbePDYwqycQha/0BkOxTciGh/Jhp26tKMnHL7rwrYl37H6RYA==",
5635
+ "version": "2.1450.0",
5636
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1450.0.tgz",
5637
+ "integrity": "sha512-EfZLImJ0XNuIdlx5McHX0rJbOiQHz+vEjnpGV08gXSzaq2cN3vSjE+L2Dju7KmaIh85FTYvLOf2REUuCLDpSRg==",
5722
5638
  "dev": true,
5723
5639
  "license": "Apache-2.0",
5724
5640
  "dependencies": {
@@ -8971,9 +8887,9 @@
8971
8887
  }
8972
8888
  },
8973
8889
  "node_modules/eslint-plugin-jsdoc": {
8974
- "version": "46.5.0",
8975
- "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.5.0.tgz",
8976
- "integrity": "sha512-aulXdA4I1dyWpzyS1Nh/GNoS6PavzeucxEapnMR4JUERowWvaEk2Y4A5irpHAcdXtBBHLVe8WIhdXNjoAlGQgA==",
8890
+ "version": "46.5.1",
8891
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.5.1.tgz",
8892
+ "integrity": "sha512-CPbvKprmEuJYoxMj5g8gXfPqUGgcqMM6jpH06Kp4pn5Uy5MrPkFKzoD7UFp2E4RBzfXbJz1+TeuEivwFVMkXBg==",
8977
8893
  "dev": true,
8978
8894
  "license": "BSD-3-Clause",
8979
8895
  "dependencies": {
@@ -12662,6 +12578,12 @@
12662
12578
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
12663
12579
  "license": "MIT"
12664
12580
  },
12581
+ "node_modules/lodash._reinterpolate": {
12582
+ "version": "3.0.0",
12583
+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
12584
+ "integrity": "sha512-xYHt68QRoYGjeeM/XOE1uJtvXQAgvszfBhjV4yvsQH0u2i9I6cI6c6/eG4Hh3UAOVn0y/xAXwmTzEay49Q//HA==",
12585
+ "license": "MIT"
12586
+ },
12665
12587
  "node_modules/lodash.camelcase": {
12666
12588
  "version": "4.3.0",
12667
12589
  "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz",
@@ -12774,6 +12696,25 @@
12774
12696
  "dev": true,
12775
12697
  "license": "MIT"
12776
12698
  },
12699
+ "node_modules/lodash.template": {
12700
+ "version": "4.5.0",
12701
+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.5.0.tgz",
12702
+ "integrity": "sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A==",
12703
+ "license": "MIT",
12704
+ "dependencies": {
12705
+ "lodash._reinterpolate": "^3.0.0",
12706
+ "lodash.templatesettings": "^4.0.0"
12707
+ }
12708
+ },
12709
+ "node_modules/lodash.templatesettings": {
12710
+ "version": "4.2.0",
12711
+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.2.0.tgz",
12712
+ "integrity": "sha512-stgLz+i3Aa9mZgnjr/O+v9ruKZsPsndy7qPZOchbqk2cnTU1ZaldKK+v7m54WoKIyxiuMZTKT2H81F8BeAc3ZQ==",
12713
+ "license": "MIT",
12714
+ "dependencies": {
12715
+ "lodash._reinterpolate": "^3.0.0"
12716
+ }
12717
+ },
12777
12718
  "node_modules/lodash.throttle": {
12778
12719
  "version": "4.1.1",
12779
12720
  "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.8.8",
2
+ "version": "2.8.10",
3
3
  "commands": {
4
4
  "cmdt:generate:field": {
5
5
  "id": "cmdt:generate:field",
@@ -4634,7 +4634,6 @@
4634
4634
  "pluginName": "@salesforce/plugin-packaging",
4635
4635
  "pluginAlias": "@salesforce/plugin-packaging",
4636
4636
  "pluginType": "jit",
4637
- "hidden": true,
4638
4637
  "aliases": [],
4639
4638
  "examples": [
4640
4639
  "Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.8.8",
4
+ "version": "2.8.10",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run",
@@ -72,13 +72,13 @@
72
72
  "@salesforce/plugin-custom-metadata": "2.1.41",
73
73
  "@salesforce/plugin-community": "2.3.15",
74
74
  "@salesforce/plugin-dev": "1.1.10",
75
- "@salesforce/plugin-devops-center": "1.1.2",
75
+ "@salesforce/plugin-devops-center": "1.1.4",
76
76
  "@salesforce/plugin-env": "2.1.25",
77
77
  "@salesforce/plugin-functions": "1.21.11",
78
- "@salesforce/plugin-packaging": "1.23.2",
78
+ "@salesforce/plugin-packaging": "1.24.0",
79
79
  "@salesforce/plugin-signups": "1.4.34",
80
80
  "@salesforce/sfdx-plugin-lwc-test": "1.0.2",
81
- "@salesforce/sfdx-scanner": "3.15.0"
81
+ "@salesforce/sfdx-scanner": "3.16.0"
82
82
  },
83
83
  "devPlugins": [
84
84
  "@oclif/plugin-command-snapshot",
@@ -120,15 +120,15 @@
120
120
  },
121
121
  "dependencies": {
122
122
  "@oclif/core": "2.15.0",
123
- "@oclif/plugin-autocomplete": "2.3.7",
123
+ "@oclif/plugin-autocomplete": "2.3.8",
124
124
  "@oclif/plugin-commands": "2.2.25",
125
125
  "@oclif/plugin-help": "5.2.19",
126
126
  "@oclif/plugin-not-found": "2.4.1",
127
- "@oclif/plugin-plugins": "3.4.0",
127
+ "@oclif/plugin-plugins": "3.4.2",
128
128
  "@oclif/plugin-search": "0.0.22",
129
- "@oclif/plugin-update": "3.2.0",
129
+ "@oclif/plugin-update": "3.2.1",
130
130
  "@oclif/plugin-version": "1.3.10",
131
- "@oclif/plugin-warn-if-update-available": "2.0.50",
131
+ "@oclif/plugin-warn-if-update-available": "2.1.0",
132
132
  "@oclif/plugin-which": "2.2.32",
133
133
  "@salesforce/core": "^5.2.0",
134
134
  "@salesforce/plugin-apex": "2.3.14",
@@ -184,7 +184,7 @@
184
184
  "resolutions": {
185
185
  "@salesforce/schemas": "1.6.0",
186
186
  "@salesforce/templates": "59.0.1",
187
- "@salesforce/source-deploy-retrieve": "9.7.8",
187
+ "@salesforce/source-deploy-retrieve": "9.7.9",
188
188
  "@salesforce/source-tracking": "4.2.12"
189
189
  },
190
190
  "repository": "salesforcecli/cli",
@@ -236,7 +236,7 @@
236
236
  "@types/debug": "^4.1.8",
237
237
  "@typescript-eslint/eslint-plugin": "^5.62.0",
238
238
  "@typescript-eslint/parser": "^5.62.0",
239
- "aws-sdk": "^2.1446.0",
239
+ "aws-sdk": "^2.1450.0",
240
240
  "chai": "^4.3.8",
241
241
  "eslint": "^8.48.0",
242
242
  "eslint-config-oclif": "^3.1",
@@ -247,7 +247,7 @@
247
247
  "eslint-config-salesforce-typescript": "^1.1.1",
248
248
  "eslint-plugin-header": "^3.1.1",
249
249
  "eslint-plugin-import": "^2.28.1",
250
- "eslint-plugin-jsdoc": "^46.5.0",
250
+ "eslint-plugin-jsdoc": "^46.5.1",
251
251
  "globby": "^11.1.0",
252
252
  "husky": "^7.0.4",
253
253
  "mocha": "^9.2.2",