@salesforce/analytics 1.4.25 → 1.4.26

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
- "version": "1.4.25",
3
+ "version": "1.4.26",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/analytics",
9
- "version": "1.4.25",
9
+ "version": "1.4.26",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^3.27.0",
13
- "@oclif/plugin-help": "^6.2.12",
13
+ "@oclif/plugin-help": "^6.2.14",
14
14
  "@salesforce/core": "^6.7.1",
15
15
  "@salesforce/kit": "^3.2.0",
16
16
  "@salesforce/sf-plugins-core": "^7.1.16",
@@ -20,14 +20,14 @@
20
20
  "moment": "^2.30.1"
21
21
  },
22
22
  "devDependencies": {
23
- "@oclif/plugin-command-snapshot": "^5.2.15",
24
- "@salesforce/cli-plugins-testkit": "^5.3.32",
23
+ "@oclif/plugin-command-snapshot": "^5.2.17",
24
+ "@salesforce/cli-plugins-testkit": "^5.3.33",
25
25
  "@salesforce/dev-scripts": "^8.5.0",
26
26
  "@salesforce/plugin-command-reference": "^3.1.26",
27
27
  "@salesforce/ts-sinon": "^1.4.27",
28
28
  "@types/lodash.get": "^4.4.9",
29
29
  "eslint-plugin-mocha": "^10.5.0",
30
- "eslint-plugin-sf-plugin": "^1.20.7",
30
+ "eslint-plugin-sf-plugin": "^1.20.8",
31
31
  "oclif": "^4",
32
32
  "ts-node": "^10.9.2",
33
33
  "typescript": "^5.6.2"
@@ -3778,9 +3778,9 @@
3778
3778
  }
3779
3779
  },
3780
3780
  "node_modules/@inquirer/figures": {
3781
- "version": "1.0.3",
3782
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz",
3783
- "integrity": "sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==",
3781
+ "version": "1.0.5",
3782
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
3783
+ "integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==",
3784
3784
  "dev": true,
3785
3785
  "license": "MIT",
3786
3786
  "engines": {
@@ -3826,16 +3826,6 @@
3826
3826
  "node": ">=18"
3827
3827
  }
3828
3828
  },
3829
- "node_modules/@inquirer/input/node_modules/@inquirer/figures": {
3830
- "version": "1.0.5",
3831
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
3832
- "integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==",
3833
- "dev": true,
3834
- "license": "MIT",
3835
- "engines": {
3836
- "node": ">=18"
3837
- }
3838
- },
3839
3829
  "node_modules/@inquirer/input/node_modules/@inquirer/type": {
3840
3830
  "version": "1.5.2",
3841
3831
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.2.tgz",
@@ -3911,15 +3901,15 @@
3911
3901
  }
3912
3902
  },
3913
3903
  "node_modules/@inquirer/select": {
3914
- "version": "2.3.10",
3915
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.3.10.tgz",
3916
- "integrity": "sha512-rr7iR0Zj1YFfgM8IUGimPD9Yukd+n/U63CnYT9kdum6DbRXtMxR45rrreP+EA9ixCnShr+W4xj7suRxC1+8t9g==",
3904
+ "version": "2.5.0",
3905
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz",
3906
+ "integrity": "sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==",
3917
3907
  "dev": true,
3918
3908
  "license": "MIT",
3919
3909
  "dependencies": {
3920
- "@inquirer/core": "^9.0.2",
3921
- "@inquirer/figures": "^1.0.3",
3922
- "@inquirer/type": "^1.4.0",
3910
+ "@inquirer/core": "^9.1.0",
3911
+ "@inquirer/figures": "^1.0.5",
3912
+ "@inquirer/type": "^1.5.3",
3923
3913
  "ansi-escapes": "^4.3.2",
3924
3914
  "yoctocolors-cjs": "^2.1.2"
3925
3915
  },
@@ -3928,19 +3918,18 @@
3928
3918
  }
3929
3919
  },
3930
3920
  "node_modules/@inquirer/select/node_modules/@inquirer/core": {
3931
- "version": "9.0.2",
3932
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.0.2.tgz",
3933
- "integrity": "sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==",
3921
+ "version": "9.2.1",
3922
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz",
3923
+ "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==",
3934
3924
  "dev": true,
3935
3925
  "license": "MIT",
3936
3926
  "dependencies": {
3937
- "@inquirer/figures": "^1.0.3",
3938
- "@inquirer/type": "^1.4.0",
3927
+ "@inquirer/figures": "^1.0.6",
3928
+ "@inquirer/type": "^2.0.0",
3939
3929
  "@types/mute-stream": "^0.0.4",
3940
- "@types/node": "^20.14.9",
3930
+ "@types/node": "^22.5.5",
3941
3931
  "@types/wrap-ansi": "^3.0.0",
3942
3932
  "ansi-escapes": "^4.3.2",
3943
- "cli-spinners": "^2.9.2",
3944
3933
  "cli-width": "^4.1.0",
3945
3934
  "mute-stream": "^1.0.0",
3946
3935
  "signal-exit": "^4.1.0",
@@ -3952,10 +3941,33 @@
3952
3941
  "node": ">=18"
3953
3942
  }
3954
3943
  },
3944
+ "node_modules/@inquirer/select/node_modules/@inquirer/core/node_modules/@inquirer/figures": {
3945
+ "version": "1.0.6",
3946
+ "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.6.tgz",
3947
+ "integrity": "sha512-yfZzps3Cso2UbM7WlxKwZQh2Hs6plrbjs1QnzQDZhK2DgyCo6D8AaHps9olkNcUFlcYERMqU3uJSp1gmy3s/qQ==",
3948
+ "dev": true,
3949
+ "license": "MIT",
3950
+ "engines": {
3951
+ "node": ">=18"
3952
+ }
3953
+ },
3954
+ "node_modules/@inquirer/select/node_modules/@inquirer/core/node_modules/@inquirer/type": {
3955
+ "version": "2.0.0",
3956
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz",
3957
+ "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==",
3958
+ "dev": true,
3959
+ "license": "MIT",
3960
+ "dependencies": {
3961
+ "mute-stream": "^1.0.0"
3962
+ },
3963
+ "engines": {
3964
+ "node": ">=18"
3965
+ }
3966
+ },
3955
3967
  "node_modules/@inquirer/select/node_modules/@inquirer/type": {
3956
- "version": "1.4.0",
3957
- "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.4.0.tgz",
3958
- "integrity": "sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==",
3968
+ "version": "1.5.5",
3969
+ "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz",
3970
+ "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==",
3959
3971
  "dev": true,
3960
3972
  "license": "MIT",
3961
3973
  "dependencies": {
@@ -3966,13 +3978,13 @@
3966
3978
  }
3967
3979
  },
3968
3980
  "node_modules/@inquirer/select/node_modules/@types/node": {
3969
- "version": "20.14.9",
3970
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
3971
- "integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
3981
+ "version": "22.5.5",
3982
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
3983
+ "integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
3972
3984
  "dev": true,
3973
3985
  "license": "MIT",
3974
3986
  "dependencies": {
3975
- "undici-types": "~5.26.4"
3987
+ "undici-types": "~6.19.2"
3976
3988
  }
3977
3989
  },
3978
3990
  "node_modules/@inquirer/select/node_modules/signal-exit": {
@@ -3988,6 +4000,13 @@
3988
4000
  "url": "https://github.com/sponsors/isaacs"
3989
4001
  }
3990
4002
  },
4003
+ "node_modules/@inquirer/select/node_modules/undici-types": {
4004
+ "version": "6.19.8",
4005
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz",
4006
+ "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==",
4007
+ "dev": true,
4008
+ "license": "MIT"
4009
+ },
3991
4010
  "node_modules/@inquirer/type": {
3992
4011
  "version": "1.2.0",
3993
4012
  "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
@@ -4441,9 +4460,9 @@
4441
4460
  }
4442
4461
  },
4443
4462
  "node_modules/@oclif/plugin-command-snapshot": {
4444
- "version": "5.2.15",
4445
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz",
4446
- "integrity": "sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw==",
4463
+ "version": "5.2.17",
4464
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.17.tgz",
4465
+ "integrity": "sha512-vfvGjpPywLLbH8cbGyfcA+7PP1fI4aDa5sJRW2yx6SuNJbNJvIbGvthGs8Qy3q+d2T1DTHR39yHpEOolhSOfNQ==",
4447
4466
  "dev": true,
4448
4467
  "license": "MIT",
4449
4468
  "dependencies": {
@@ -4462,9 +4481,9 @@
4462
4481
  }
4463
4482
  },
4464
4483
  "node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
4465
- "version": "4.0.19",
4466
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
4467
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
4484
+ "version": "4.0.27",
4485
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
4486
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
4468
4487
  "dev": true,
4469
4488
  "license": "MIT",
4470
4489
  "dependencies": {
@@ -4472,14 +4491,15 @@
4472
4491
  "ansis": "^3.3.2",
4473
4492
  "clean-stack": "^3.0.1",
4474
4493
  "cli-spinners": "^2.9.2",
4475
- "debug": "^4.3.5",
4494
+ "debug": "^4.3.7",
4476
4495
  "ejs": "^3.1.10",
4477
4496
  "get-package-type": "^0.1.0",
4478
4497
  "globby": "^11.1.0",
4479
4498
  "indent-string": "^4.0.0",
4480
- "is-wsl": "^2.2.0",
4499
+ "is-wsl": "^3",
4481
4500
  "lilconfig": "^3.1.2",
4482
4501
  "minimatch": "^9.0.5",
4502
+ "semver": "^7.6.3",
4483
4503
  "string-width": "^4.2.3",
4484
4504
  "supports-color": "^8",
4485
4505
  "widest-line": "^3.1.0",
@@ -4542,6 +4562,22 @@
4542
4562
  "url": "https://github.com/sponsors/sindresorhus"
4543
4563
  }
4544
4564
  },
4565
+ "node_modules/@oclif/plugin-command-snapshot/node_modules/is-wsl": {
4566
+ "version": "3.1.0",
4567
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
4568
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
4569
+ "dev": true,
4570
+ "license": "MIT",
4571
+ "dependencies": {
4572
+ "is-inside-container": "^1.0.0"
4573
+ },
4574
+ "engines": {
4575
+ "node": ">=16"
4576
+ },
4577
+ "funding": {
4578
+ "url": "https://github.com/sponsors/sindresorhus"
4579
+ }
4580
+ },
4545
4581
  "node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
4546
4582
  "version": "9.0.5",
4547
4583
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -4619,9 +4655,9 @@
4619
4655
  }
4620
4656
  },
4621
4657
  "node_modules/@oclif/plugin-help": {
4622
- "version": "6.2.12",
4623
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.12.tgz",
4624
- "integrity": "sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug==",
4658
+ "version": "6.2.14",
4659
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.14.tgz",
4660
+ "integrity": "sha512-Tz0QuOstZhr9EXftjihMScM0sXtjzDPrx683lKnEit/XGPdx3IJtH8+0uKxmmeDQ/VbGLNWb57ZLjB62H5yA9g==",
4625
4661
  "license": "MIT",
4626
4662
  "dependencies": {
4627
4663
  "@oclif/core": "^4"
@@ -4631,23 +4667,24 @@
4631
4667
  }
4632
4668
  },
4633
4669
  "node_modules/@oclif/plugin-help/node_modules/@oclif/core": {
4634
- "version": "4.0.19",
4635
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
4636
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
4670
+ "version": "4.0.27",
4671
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
4672
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
4637
4673
  "license": "MIT",
4638
4674
  "dependencies": {
4639
4675
  "ansi-escapes": "^4.3.2",
4640
4676
  "ansis": "^3.3.2",
4641
4677
  "clean-stack": "^3.0.1",
4642
4678
  "cli-spinners": "^2.9.2",
4643
- "debug": "^4.3.5",
4679
+ "debug": "^4.3.7",
4644
4680
  "ejs": "^3.1.10",
4645
4681
  "get-package-type": "^0.1.0",
4646
4682
  "globby": "^11.1.0",
4647
4683
  "indent-string": "^4.0.0",
4648
- "is-wsl": "^2.2.0",
4684
+ "is-wsl": "^3",
4649
4685
  "lilconfig": "^3.1.2",
4650
4686
  "minimatch": "^9.0.5",
4687
+ "semver": "^7.6.3",
4651
4688
  "string-width": "^4.2.3",
4652
4689
  "supports-color": "^8",
4653
4690
  "widest-line": "^3.1.0",
@@ -4658,6 +4695,21 @@
4658
4695
  "node": ">=18.0.0"
4659
4696
  }
4660
4697
  },
4698
+ "node_modules/@oclif/plugin-help/node_modules/is-wsl": {
4699
+ "version": "3.1.0",
4700
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
4701
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
4702
+ "license": "MIT",
4703
+ "dependencies": {
4704
+ "is-inside-container": "^1.0.0"
4705
+ },
4706
+ "engines": {
4707
+ "node": ">=16"
4708
+ },
4709
+ "funding": {
4710
+ "url": "https://github.com/sponsors/sindresorhus"
4711
+ }
4712
+ },
4661
4713
  "node_modules/@oclif/plugin-help/node_modules/minimatch": {
4662
4714
  "version": "9.0.5",
4663
4715
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -4722,9 +4774,9 @@
4722
4774
  }
4723
4775
  },
4724
4776
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
4725
- "version": "4.0.19",
4726
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
4727
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
4777
+ "version": "4.0.27",
4778
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
4779
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
4728
4780
  "dev": true,
4729
4781
  "license": "MIT",
4730
4782
  "dependencies": {
@@ -4732,14 +4784,15 @@
4732
4784
  "ansis": "^3.3.2",
4733
4785
  "clean-stack": "^3.0.1",
4734
4786
  "cli-spinners": "^2.9.2",
4735
- "debug": "^4.3.5",
4787
+ "debug": "^4.3.7",
4736
4788
  "ejs": "^3.1.10",
4737
4789
  "get-package-type": "^0.1.0",
4738
4790
  "globby": "^11.1.0",
4739
4791
  "indent-string": "^4.0.0",
4740
- "is-wsl": "^2.2.0",
4792
+ "is-wsl": "^3",
4741
4793
  "lilconfig": "^3.1.2",
4742
4794
  "minimatch": "^9.0.5",
4795
+ "semver": "^7.6.3",
4743
4796
  "string-width": "^4.2.3",
4744
4797
  "supports-color": "^8",
4745
4798
  "widest-line": "^3.1.0",
@@ -4750,6 +4803,22 @@
4750
4803
  "node": ">=18.0.0"
4751
4804
  }
4752
4805
  },
4806
+ "node_modules/@oclif/plugin-not-found/node_modules/is-wsl": {
4807
+ "version": "3.1.0",
4808
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
4809
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
4810
+ "dev": true,
4811
+ "license": "MIT",
4812
+ "dependencies": {
4813
+ "is-inside-container": "^1.0.0"
4814
+ },
4815
+ "engines": {
4816
+ "node": ">=16"
4817
+ },
4818
+ "funding": {
4819
+ "url": "https://github.com/sponsors/sindresorhus"
4820
+ }
4821
+ },
4753
4822
  "node_modules/@oclif/plugin-not-found/node_modules/minimatch": {
4754
4823
  "version": "9.0.5",
4755
4824
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -4818,9 +4887,9 @@
4818
4887
  }
4819
4888
  },
4820
4889
  "node_modules/@oclif/plugin-warn-if-update-available/node_modules/@oclif/core": {
4821
- "version": "4.0.19",
4822
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
4823
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
4890
+ "version": "4.0.27",
4891
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
4892
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
4824
4893
  "dev": true,
4825
4894
  "license": "MIT",
4826
4895
  "dependencies": {
@@ -4828,14 +4897,15 @@
4828
4897
  "ansis": "^3.3.2",
4829
4898
  "clean-stack": "^3.0.1",
4830
4899
  "cli-spinners": "^2.9.2",
4831
- "debug": "^4.3.5",
4900
+ "debug": "^4.3.7",
4832
4901
  "ejs": "^3.1.10",
4833
4902
  "get-package-type": "^0.1.0",
4834
4903
  "globby": "^11.1.0",
4835
4904
  "indent-string": "^4.0.0",
4836
- "is-wsl": "^2.2.0",
4905
+ "is-wsl": "^3",
4837
4906
  "lilconfig": "^3.1.2",
4838
4907
  "minimatch": "^9.0.5",
4908
+ "semver": "^7.6.3",
4839
4909
  "string-width": "^4.2.3",
4840
4910
  "supports-color": "^8",
4841
4911
  "widest-line": "^3.1.0",
@@ -4846,6 +4916,22 @@
4846
4916
  "node": ">=18.0.0"
4847
4917
  }
4848
4918
  },
4919
+ "node_modules/@oclif/plugin-warn-if-update-available/node_modules/is-wsl": {
4920
+ "version": "3.1.0",
4921
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
4922
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
4923
+ "dev": true,
4924
+ "license": "MIT",
4925
+ "dependencies": {
4926
+ "is-inside-container": "^1.0.0"
4927
+ },
4928
+ "engines": {
4929
+ "node": ">=16"
4930
+ },
4931
+ "funding": {
4932
+ "url": "https://github.com/sponsors/sindresorhus"
4933
+ }
4934
+ },
4849
4935
  "node_modules/@oclif/plugin-warn-if-update-available/node_modules/minimatch": {
4850
4936
  "version": "9.0.5",
4851
4937
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -4908,13 +4994,13 @@
4908
4994
  }
4909
4995
  },
4910
4996
  "node_modules/@salesforce/cli-plugins-testkit": {
4911
- "version": "5.3.32",
4912
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.32.tgz",
4913
- "integrity": "sha512-eXi0n4Ae7igTS4PAvuK19I5utA9p1uQlojNFlvQl0Oiqidy9Rl5i5GWekIAmNrn/hX0gbftwAh4PezB/W5hZ3Q==",
4997
+ "version": "5.3.33",
4998
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.33.tgz",
4999
+ "integrity": "sha512-Ee/2s2aGcVTH49Dujd1Vbf6BLnQG5uwv+u+Ah4uWXjlE1ogcsZto48OhpABlxoS9UaQVBcBuZFZGGQt/mU0HKQ==",
4914
5000
  "dev": true,
4915
5001
  "license": "BSD-3-Clause",
4916
5002
  "dependencies": {
4917
- "@salesforce/core": "^8.5.7",
5003
+ "@salesforce/core": "^8.6.1",
4918
5004
  "@salesforce/kit": "^3.2.3",
4919
5005
  "@salesforce/ts-types": "^2.0.11",
4920
5006
  "@types/shelljs": "^0.8.15",
@@ -4930,9 +5016,9 @@
4930
5016
  }
4931
5017
  },
4932
5018
  "node_modules/@salesforce/cli-plugins-testkit/node_modules/@salesforce/core": {
4933
- "version": "8.5.7",
4934
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.7.tgz",
4935
- "integrity": "sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==",
5019
+ "version": "8.6.1",
5020
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.1.tgz",
5021
+ "integrity": "sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==",
4936
5022
  "dev": true,
4937
5023
  "license": "BSD-3-Clause",
4938
5024
  "dependencies": {
@@ -5391,16 +5477,6 @@
5391
5477
  "node": ">=8"
5392
5478
  }
5393
5479
  },
5394
- "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/figures": {
5395
- "version": "1.0.5",
5396
- "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz",
5397
- "integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==",
5398
- "dev": true,
5399
- "license": "MIT",
5400
- "engines": {
5401
- "node": ">=18"
5402
- }
5403
- },
5404
5480
  "node_modules/@salesforce/plugin-command-reference/node_modules/@inquirer/password": {
5405
5481
  "version": "2.1.22",
5406
5482
  "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.1.22.tgz",
@@ -5430,9 +5506,9 @@
5430
5506
  }
5431
5507
  },
5432
5508
  "node_modules/@salesforce/plugin-command-reference/node_modules/@oclif/core": {
5433
- "version": "4.0.19",
5434
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
5435
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
5509
+ "version": "4.0.27",
5510
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
5511
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
5436
5512
  "dev": true,
5437
5513
  "license": "MIT",
5438
5514
  "dependencies": {
@@ -5440,14 +5516,15 @@
5440
5516
  "ansis": "^3.3.2",
5441
5517
  "clean-stack": "^3.0.1",
5442
5518
  "cli-spinners": "^2.9.2",
5443
- "debug": "^4.3.5",
5519
+ "debug": "^4.3.7",
5444
5520
  "ejs": "^3.1.10",
5445
5521
  "get-package-type": "^0.1.0",
5446
5522
  "globby": "^11.1.0",
5447
5523
  "indent-string": "^4.0.0",
5448
- "is-wsl": "^2.2.0",
5524
+ "is-wsl": "^3",
5449
5525
  "lilconfig": "^3.1.2",
5450
5526
  "minimatch": "^9.0.5",
5527
+ "semver": "^7.6.3",
5451
5528
  "string-width": "^4.2.3",
5452
5529
  "supports-color": "^8",
5453
5530
  "widest-line": "^3.1.0",
@@ -5459,9 +5536,9 @@
5459
5536
  }
5460
5537
  },
5461
5538
  "node_modules/@salesforce/plugin-command-reference/node_modules/@salesforce/core": {
5462
- "version": "8.5.7",
5463
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.7.tgz",
5464
- "integrity": "sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==",
5539
+ "version": "8.6.1",
5540
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.1.tgz",
5541
+ "integrity": "sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==",
5465
5542
  "dev": true,
5466
5543
  "license": "BSD-3-Clause",
5467
5544
  "dependencies": {
@@ -5623,6 +5700,22 @@
5623
5700
  "url": "https://github.com/sponsors/sindresorhus"
5624
5701
  }
5625
5702
  },
5703
+ "node_modules/@salesforce/plugin-command-reference/node_modules/is-wsl": {
5704
+ "version": "3.1.0",
5705
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
5706
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
5707
+ "dev": true,
5708
+ "license": "MIT",
5709
+ "dependencies": {
5710
+ "is-inside-container": "^1.0.0"
5711
+ },
5712
+ "engines": {
5713
+ "node": ">=16"
5714
+ },
5715
+ "funding": {
5716
+ "url": "https://github.com/sponsors/sindresorhus"
5717
+ }
5718
+ },
5626
5719
  "node_modules/@salesforce/plugin-command-reference/node_modules/minimatch": {
5627
5720
  "version": "9.0.5",
5628
5721
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
@@ -9418,13 +9511,13 @@
9418
9511
  }
9419
9512
  },
9420
9513
  "node_modules/eslint-plugin-sf-plugin": {
9421
- "version": "1.20.7",
9422
- "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.7.tgz",
9423
- "integrity": "sha512-Lps86ebnRrHTYRVMJPvoQtvM+hmTzkEj0mbD3d0UfPPvTZ2dy5HtFk/8OspG9HweyYbTJU6qoTXWDwIH09LD0g==",
9514
+ "version": "1.20.8",
9515
+ "resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz",
9516
+ "integrity": "sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==",
9424
9517
  "dev": true,
9425
9518
  "license": "BSD-3-Clause",
9426
9519
  "dependencies": {
9427
- "@salesforce/core": "^8.5.4",
9520
+ "@salesforce/core": "^8.6.1",
9428
9521
  "@typescript-eslint/utils": "^7.18.0"
9429
9522
  },
9430
9523
  "engines": {
@@ -9432,9 +9525,9 @@
9432
9525
  }
9433
9526
  },
9434
9527
  "node_modules/eslint-plugin-sf-plugin/node_modules/@salesforce/core": {
9435
- "version": "8.5.7",
9436
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.7.tgz",
9437
- "integrity": "sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==",
9528
+ "version": "8.6.1",
9529
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.6.1.tgz",
9530
+ "integrity": "sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==",
9438
9531
  "dev": true,
9439
9532
  "license": "BSD-3-Clause",
9440
9533
  "dependencies": {
@@ -11536,6 +11629,39 @@
11536
11629
  "node": ">=0.10.0"
11537
11630
  }
11538
11631
  },
11632
+ "node_modules/is-inside-container": {
11633
+ "version": "1.0.0",
11634
+ "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
11635
+ "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==",
11636
+ "license": "MIT",
11637
+ "dependencies": {
11638
+ "is-docker": "^3.0.0"
11639
+ },
11640
+ "bin": {
11641
+ "is-inside-container": "cli.js"
11642
+ },
11643
+ "engines": {
11644
+ "node": ">=14.16"
11645
+ },
11646
+ "funding": {
11647
+ "url": "https://github.com/sponsors/sindresorhus"
11648
+ }
11649
+ },
11650
+ "node_modules/is-inside-container/node_modules/is-docker": {
11651
+ "version": "3.0.0",
11652
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz",
11653
+ "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==",
11654
+ "license": "MIT",
11655
+ "bin": {
11656
+ "is-docker": "cli.js"
11657
+ },
11658
+ "engines": {
11659
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
11660
+ },
11661
+ "funding": {
11662
+ "url": "https://github.com/sponsors/sindresorhus"
11663
+ }
11664
+ },
11539
11665
  "node_modules/is-negative-zero": {
11540
11666
  "version": "2.0.2",
11541
11667
  "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
@@ -13572,9 +13698,9 @@
13572
13698
  }
13573
13699
  },
13574
13700
  "node_modules/oclif": {
13575
- "version": "4.14.34",
13576
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.34.tgz",
13577
- "integrity": "sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag==",
13701
+ "version": "4.15.2",
13702
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.15.2.tgz",
13703
+ "integrity": "sha512-OUgrpw/juKUJ6lk24DyQYO4TyvvvuFdmPaMEvCb1IRO4njNIkWRqiar9pRU1jcakCyfmsDBddgPsyqovlIhPAA==",
13578
13704
  "dev": true,
13579
13705
  "license": "MIT",
13580
13706
  "dependencies": {
@@ -13582,8 +13708,8 @@
13582
13708
  "@aws-sdk/client-s3": "^3.651.1",
13583
13709
  "@inquirer/confirm": "^3.1.22",
13584
13710
  "@inquirer/input": "^2.2.4",
13585
- "@inquirer/select": "^2.3.10",
13586
- "@oclif/core": "^4",
13711
+ "@inquirer/select": "^2.5.0",
13712
+ "@oclif/core": "^4.0.27",
13587
13713
  "@oclif/plugin-help": "^6.2.10",
13588
13714
  "@oclif/plugin-not-found": "^3.2.21",
13589
13715
  "@oclif/plugin-warn-if-update-available": "^3.1.11",
@@ -13611,9 +13737,9 @@
13611
13737
  }
13612
13738
  },
13613
13739
  "node_modules/oclif/node_modules/@oclif/core": {
13614
- "version": "4.0.19",
13615
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.19.tgz",
13616
- "integrity": "sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==",
13740
+ "version": "4.0.27",
13741
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.27.tgz",
13742
+ "integrity": "sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==",
13617
13743
  "dev": true,
13618
13744
  "license": "MIT",
13619
13745
  "dependencies": {
@@ -13621,14 +13747,15 @@
13621
13747
  "ansis": "^3.3.2",
13622
13748
  "clean-stack": "^3.0.1",
13623
13749
  "cli-spinners": "^2.9.2",
13624
- "debug": "^4.3.5",
13750
+ "debug": "^4.3.7",
13625
13751
  "ejs": "^3.1.10",
13626
13752
  "get-package-type": "^0.1.0",
13627
13753
  "globby": "^11.1.0",
13628
13754
  "indent-string": "^4.0.0",
13629
- "is-wsl": "^2.2.0",
13755
+ "is-wsl": "^3",
13630
13756
  "lilconfig": "^3.1.2",
13631
13757
  "minimatch": "^9.0.5",
13758
+ "semver": "^7.6.3",
13632
13759
  "string-width": "^4.2.3",
13633
13760
  "supports-color": "^8",
13634
13761
  "widest-line": "^3.1.0",
@@ -13685,6 +13812,22 @@
13685
13812
  "node": "^16.14.0 || >=18.0.0"
13686
13813
  }
13687
13814
  },
13815
+ "node_modules/oclif/node_modules/is-wsl": {
13816
+ "version": "3.1.0",
13817
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz",
13818
+ "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==",
13819
+ "dev": true,
13820
+ "license": "MIT",
13821
+ "dependencies": {
13822
+ "is-inside-container": "^1.0.0"
13823
+ },
13824
+ "engines": {
13825
+ "node": ">=16"
13826
+ },
13827
+ "funding": {
13828
+ "url": "https://github.com/sponsors/sindresorhus"
13829
+ }
13830
+ },
13688
13831
  "node_modules/oclif/node_modules/lru-cache": {
13689
13832
  "version": "10.2.2",
13690
13833
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz",
package/oclif.lock CHANGED
@@ -1494,25 +1494,6 @@
1494
1494
  wrap-ansi "^6.2.0"
1495
1495
  yoctocolors-cjs "^2.1.2"
1496
1496
 
1497
- "@inquirer/core@^9.0.2":
1498
- version "9.0.2"
1499
- resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.2.tgz#8be8782266f00129acb5c804537d1231b2fe3ac6"
1500
- integrity sha512-nguvH3TZar3ACwbytZrraRTzGqyxJfYJwv+ZwqZNatAosdWQMP1GV8zvmkNlBe2JeZSaw0WYBHZk52pDpWC9qA==
1501
- dependencies:
1502
- "@inquirer/figures" "^1.0.3"
1503
- "@inquirer/type" "^1.4.0"
1504
- "@types/mute-stream" "^0.0.4"
1505
- "@types/node" "^20.14.9"
1506
- "@types/wrap-ansi" "^3.0.0"
1507
- ansi-escapes "^4.3.2"
1508
- cli-spinners "^2.9.2"
1509
- cli-width "^4.1.0"
1510
- mute-stream "^1.0.0"
1511
- signal-exit "^4.1.0"
1512
- strip-ansi "^6.0.1"
1513
- wrap-ansi "^6.2.0"
1514
- yoctocolors-cjs "^2.1.2"
1515
-
1516
1497
  "@inquirer/core@^9.1.0":
1517
1498
  version "9.2.1"
1518
1499
  resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.2.1.tgz#677c49dee399c9063f31e0c93f0f37bddc67add1"
@@ -1531,11 +1512,6 @@
1531
1512
  wrap-ansi "^6.2.0"
1532
1513
  yoctocolors-cjs "^2.1.2"
1533
1514
 
1534
- "@inquirer/figures@^1.0.3":
1535
- version "1.0.3"
1536
- resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
1537
- integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==
1538
-
1539
1515
  "@inquirer/figures@^1.0.5":
1540
1516
  version "1.0.5"
1541
1517
  resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.5.tgz#57f9a996d64d3e3345d2a3ca04d36912e94f8790"
@@ -1573,14 +1549,14 @@
1573
1549
  "@inquirer/type" "^1.5.2"
1574
1550
  ansi-escapes "^4.3.2"
1575
1551
 
1576
- "@inquirer/select@^2.3.10":
1577
- version "2.3.10"
1578
- resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.3.10.tgz#4491805435984726c75f89e8f810ddb1fe503123"
1579
- integrity sha512-rr7iR0Zj1YFfgM8IUGimPD9Yukd+n/U63CnYT9kdum6DbRXtMxR45rrreP+EA9ixCnShr+W4xj7suRxC1+8t9g==
1552
+ "@inquirer/select@^2.5.0":
1553
+ version "2.5.0"
1554
+ resolved "https://registry.yarnpkg.com/@inquirer/select/-/select-2.5.0.tgz#345c6908ecfaeef3d84ddd2f9feb2f487c558efb"
1555
+ integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==
1580
1556
  dependencies:
1581
- "@inquirer/core" "^9.0.2"
1582
- "@inquirer/figures" "^1.0.3"
1583
- "@inquirer/type" "^1.4.0"
1557
+ "@inquirer/core" "^9.1.0"
1558
+ "@inquirer/figures" "^1.0.5"
1559
+ "@inquirer/type" "^1.5.3"
1584
1560
  ansi-escapes "^4.3.2"
1585
1561
  yoctocolors-cjs "^2.1.2"
1586
1562
 
@@ -1589,13 +1565,6 @@
1589
1565
  resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
1590
1566
  integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
1591
1567
 
1592
- "@inquirer/type@^1.4.0":
1593
- version "1.4.0"
1594
- resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.4.0.tgz#3dd0c8f78c0548bbc18b9c07af16a86c4007e1f0"
1595
- integrity sha512-AjOqykVyjdJQvtfkNDGUyMYGF8xN50VUxftCQWsOyIo4DFRLr6VQhW0VItGI1JIyQGCGgIpKa7hMMwNhZb4OIw==
1596
- dependencies:
1597
- mute-stream "^1.0.0"
1598
-
1599
1568
  "@inquirer/type@^1.5.2":
1600
1569
  version "1.5.2"
1601
1570
  resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
@@ -1758,33 +1727,34 @@
1758
1727
  wordwrap "^1.0.0"
1759
1728
  wrap-ansi "^7.0.0"
1760
1729
 
1761
- "@oclif/core@^4", "@oclif/core@^4.0.19":
1762
- version "4.0.19"
1763
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.19.tgz#e52ba83c3eaa75c580c567067ed86b5bd4cadbe6"
1764
- integrity sha512-VXnsYNVfmucXp5BdOA/OcWi8F/h2h8ofW1GxQDdspodnmnUgALEpqrxXBl5NFuA+iEihtAJeXzX260ICHYDaBg==
1730
+ "@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.27":
1731
+ version "4.0.27"
1732
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.27.tgz#686079df278e681e3097cea301d5558fdb490e88"
1733
+ integrity sha512-9j92jHr6k2tjQ6/mIwNi46Gqw+qbPFQ02mxT5T8/nxO2fgsPL3qL0kb9SR1il5AVfqpgLIG3uLUcw87rgaioUg==
1765
1734
  dependencies:
1766
1735
  ansi-escapes "^4.3.2"
1767
1736
  ansis "^3.3.2"
1768
1737
  clean-stack "^3.0.1"
1769
1738
  cli-spinners "^2.9.2"
1770
- debug "^4.3.5"
1739
+ debug "^4.3.7"
1771
1740
  ejs "^3.1.10"
1772
1741
  get-package-type "^0.1.0"
1773
1742
  globby "^11.1.0"
1774
1743
  indent-string "^4.0.0"
1775
- is-wsl "^2.2.0"
1744
+ is-wsl "^3"
1776
1745
  lilconfig "^3.1.2"
1777
1746
  minimatch "^9.0.5"
1747
+ semver "^7.6.3"
1778
1748
  string-width "^4.2.3"
1779
1749
  supports-color "^8"
1780
1750
  widest-line "^3.1.0"
1781
1751
  wordwrap "^1.0.0"
1782
1752
  wrap-ansi "^7.0.0"
1783
1753
 
1784
- "@oclif/plugin-command-snapshot@^5.2.15":
1785
- version "5.2.15"
1786
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.15.tgz#039e2457638d0d630a6006d67de329add6519f5f"
1787
- integrity sha512-nRyleFoNgyy8vLGlzE1ryjmlKA8E53NFqbgHl245Qgw9LbrC7czINnnyI2rkJLxxO0puGnJ5+qlz7bLDCwbSiw==
1754
+ "@oclif/plugin-command-snapshot@^5.2.17":
1755
+ version "5.2.17"
1756
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.17.tgz#c3e2bcefc581a69eae3984a0ed09ac6db44504ed"
1757
+ integrity sha512-vfvGjpPywLLbH8cbGyfcA+7PP1fI4aDa5sJRW2yx6SuNJbNJvIbGvthGs8Qy3q+d2T1DTHR39yHpEOolhSOfNQ==
1788
1758
  dependencies:
1789
1759
  "@oclif/core" "^4"
1790
1760
  ansis "^3.3.2"
@@ -1796,10 +1766,10 @@
1796
1766
  semver "^7.6.3"
1797
1767
  ts-json-schema-generator "^1.5.1"
1798
1768
 
1799
- "@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.12":
1800
- version "6.2.12"
1801
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.12.tgz#73bdec08dbfc73621182854040ea5f4e9a5f4ab3"
1802
- integrity sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug==
1769
+ "@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@^6.2.14":
1770
+ version "6.2.14"
1771
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.14.tgz#3b5f2b3537b5f1e06445b86f6a37755d183137bb"
1772
+ integrity sha512-Tz0QuOstZhr9EXftjihMScM0sXtjzDPrx683lKnEit/XGPdx3IJtH8+0uKxmmeDQ/VbGLNWb57ZLjB62H5yA9g==
1803
1773
  dependencies:
1804
1774
  "@oclif/core" "^4"
1805
1775
 
@@ -1829,12 +1799,12 @@
1829
1799
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1830
1800
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1831
1801
 
1832
- "@salesforce/cli-plugins-testkit@^5.3.32":
1833
- version "5.3.32"
1834
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.32.tgz#30018a25d68b21ad2cb4b91c82be1bcf9690629b"
1835
- integrity sha512-eXi0n4Ae7igTS4PAvuK19I5utA9p1uQlojNFlvQl0Oiqidy9Rl5i5GWekIAmNrn/hX0gbftwAh4PezB/W5hZ3Q==
1802
+ "@salesforce/cli-plugins-testkit@^5.3.33":
1803
+ version "5.3.33"
1804
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.33.tgz#de3211fe4774e9090f8b1fc6a41a7212e2b9524e"
1805
+ integrity sha512-Ee/2s2aGcVTH49Dujd1Vbf6BLnQG5uwv+u+Ah4uWXjlE1ogcsZto48OhpABlxoS9UaQVBcBuZFZGGQt/mU0HKQ==
1836
1806
  dependencies:
1837
- "@salesforce/core" "^8.5.7"
1807
+ "@salesforce/core" "^8.6.1"
1838
1808
  "@salesforce/kit" "^3.2.3"
1839
1809
  "@salesforce/ts-types" "^2.0.11"
1840
1810
  "@types/shelljs" "^0.8.15"
@@ -1868,10 +1838,10 @@
1868
1838
  semver "^7.6.0"
1869
1839
  ts-retry-promise "^0.7.1"
1870
1840
 
1871
- "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7":
1872
- version "8.5.7"
1873
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.7.tgz#18c98ba383f7030f7e5420677bbd108d1d93dcc3"
1874
- integrity sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==
1841
+ "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.7", "@salesforce/core@^8.6.1":
1842
+ version "8.6.1"
1843
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.6.1.tgz#180c489447190632cf48364a077510989fc1dea2"
1844
+ integrity sha512-bOS6YIjk3IFzFtZcQXUIbJQ740Gh6EyzlcvoBpDpFA5eaz5ZrS0dO1e0rU6Gn4V1FZkvt84gQXA5G1M8tTNKVw==
1875
1845
  dependencies:
1876
1846
  "@jsforce/jsforce-node" "^3.4.1"
1877
1847
  "@salesforce/kit" "^3.2.2"
@@ -2841,13 +2811,6 @@
2841
2811
  dependencies:
2842
2812
  undici-types "~5.26.4"
2843
2813
 
2844
- "@types/node@^20.14.9":
2845
- version "20.14.9"
2846
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
2847
- integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
2848
- dependencies:
2849
- undici-types "~5.26.4"
2850
-
2851
2814
  "@types/node@^22.1.0":
2852
2815
  version "22.2.0"
2853
2816
  resolved "https://registry.yarnpkg.com/@types/node/-/node-22.2.0.tgz#7cf046a99f0ba4d628ad3088cb21f790df9b0c5b"
@@ -4343,12 +4306,12 @@ eslint-plugin-mocha@^10.5.0:
4343
4306
  globals "^13.24.0"
4344
4307
  rambda "^7.4.0"
4345
4308
 
4346
- eslint-plugin-sf-plugin@^1.20.7:
4347
- version "1.20.7"
4348
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.7.tgz#f22dfe52f6731e68e6ff54debccc938e7802645c"
4349
- integrity sha512-Lps86ebnRrHTYRVMJPvoQtvM+hmTzkEj0mbD3d0UfPPvTZ2dy5HtFk/8OspG9HweyYbTJU6qoTXWDwIH09LD0g==
4309
+ eslint-plugin-sf-plugin@^1.20.8:
4310
+ version "1.20.8"
4311
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.8.tgz#d105980a7907bf71340fc7ad2c28b9adafc58cb4"
4312
+ integrity sha512-GCQjzf30OSBr8rg3c/FqWQvbJlXJtWzZkAttXxRRh/A108glXwgME06CU882f3sXidA0vbfoic4WB8SOv6ULPA==
4350
4313
  dependencies:
4351
- "@salesforce/core" "^8.5.4"
4314
+ "@salesforce/core" "^8.6.1"
4352
4315
  "@typescript-eslint/utils" "^7.18.0"
4353
4316
 
4354
4317
  eslint-plugin-unicorn@^50.0.1:
@@ -5385,6 +5348,11 @@ is-docker@^2.0.0:
5385
5348
  resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa"
5386
5349
  integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==
5387
5350
 
5351
+ is-docker@^3.0.0:
5352
+ version "3.0.0"
5353
+ resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200"
5354
+ integrity sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==
5355
+
5388
5356
  is-extglob@^2.1.1:
5389
5357
  version "2.1.1"
5390
5358
  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
@@ -5409,6 +5377,13 @@ is-glob@^4.0.0, is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
5409
5377
  dependencies:
5410
5378
  is-extglob "^2.1.1"
5411
5379
 
5380
+ is-inside-container@^1.0.0:
5381
+ version "1.0.0"
5382
+ resolved "https://registry.yarnpkg.com/is-inside-container/-/is-inside-container-1.0.0.tgz#e81fba699662eb31dbdaf26766a61d4814717ea4"
5383
+ integrity sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==
5384
+ dependencies:
5385
+ is-docker "^3.0.0"
5386
+
5412
5387
  is-negative-zero@^2.0.2:
5413
5388
  version "2.0.2"
5414
5389
  resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.2.tgz#7bf6f03a28003b8b3965de3ac26f664d765f3150"
@@ -5533,6 +5508,13 @@ is-wsl@^2.1.1, is-wsl@^2.2.0:
5533
5508
  dependencies:
5534
5509
  is-docker "^2.0.0"
5535
5510
 
5511
+ is-wsl@^3:
5512
+ version "3.1.0"
5513
+ resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.0.tgz#e1c657e39c10090afcbedec61720f6b924c3cbd2"
5514
+ integrity sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==
5515
+ dependencies:
5516
+ is-inside-container "^1.0.0"
5517
+
5536
5518
  isarray@0.0.1:
5537
5519
  version "0.0.1"
5538
5520
  resolved "https://registry.yarnpkg.com/isarray/-/isarray-0.0.1.tgz#8a18acfca9a8f4177e09abfc6038939b05d1eedf"
@@ -6531,16 +6513,16 @@ object.values@^1.1.7:
6531
6513
  es-abstract "^1.22.1"
6532
6514
 
6533
6515
  oclif@^4:
6534
- version "4.14.34"
6535
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.34.tgz#45ddd207ab648a0996ec845e975087ac2fe10479"
6536
- integrity sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag==
6516
+ version "4.15.2"
6517
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.2.tgz#e4be9b99dfe150b163d063dcc32991b9349e8be3"
6518
+ integrity sha512-OUgrpw/juKUJ6lk24DyQYO4TyvvvuFdmPaMEvCb1IRO4njNIkWRqiar9pRU1jcakCyfmsDBddgPsyqovlIhPAA==
6537
6519
  dependencies:
6538
6520
  "@aws-sdk/client-cloudfront" "^3.645.0"
6539
6521
  "@aws-sdk/client-s3" "^3.651.1"
6540
6522
  "@inquirer/confirm" "^3.1.22"
6541
6523
  "@inquirer/input" "^2.2.4"
6542
- "@inquirer/select" "^2.3.10"
6543
- "@oclif/core" "^4"
6524
+ "@inquirer/select" "^2.5.0"
6525
+ "@oclif/core" "^4.0.27"
6544
6526
  "@oclif/plugin-help" "^6.2.10"
6545
6527
  "@oclif/plugin-not-found" "^3.2.21"
6546
6528
  "@oclif/plugin-warn-if-update-available" "^3.1.11"
@@ -4362,5 +4362,5 @@
4362
4362
  ]
4363
4363
  }
4364
4364
  },
4365
- "version": "1.4.25"
4365
+ "version": "1.4.26"
4366
4366
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/analytics",
3
3
  "description": "Commands for working with Salesforce Analytics applications, assets, and services",
4
- "version": "1.4.25",
4
+ "version": "1.4.26",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-analytics/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.27.0",
9
- "@oclif/plugin-help": "^6.2.12",
9
+ "@oclif/plugin-help": "^6.2.14",
10
10
  "@salesforce/core": "^6.7.1",
11
11
  "@salesforce/kit": "^3.2.0",
12
12
  "@salesforce/sf-plugins-core": "^7.1.16",
@@ -16,14 +16,14 @@
16
16
  "moment": "^2.30.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@oclif/plugin-command-snapshot": "^5.2.15",
20
- "@salesforce/cli-plugins-testkit": "^5.3.32",
19
+ "@oclif/plugin-command-snapshot": "^5.2.17",
20
+ "@salesforce/cli-plugins-testkit": "^5.3.33",
21
21
  "@salesforce/dev-scripts": "^8.5.0",
22
22
  "@salesforce/plugin-command-reference": "^3.1.26",
23
23
  "@salesforce/ts-sinon": "^1.4.27",
24
24
  "@types/lodash.get": "^4.4.9",
25
25
  "eslint-plugin-mocha": "^10.5.0",
26
- "eslint-plugin-sf-plugin": "^1.20.7",
26
+ "eslint-plugin-sf-plugin": "^1.20.8",
27
27
  "oclif": "^4",
28
28
  "ts-node": "^10.9.2",
29
29
  "typescript": "^5.6.2"
@@ -276,7 +276,7 @@
276
276
  },
277
277
  "type": "module",
278
278
  "sfdx": {
279
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.25.crt",
280
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.25.sig"
279
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.26.crt",
280
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/analytics/1.4.26.sig"
281
281
  }
282
282
  }