@salesforce/plugin-lightning-dev 1.9.0 → 1.9.1

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,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-lightning-dev",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-lightning-dev",
9
- "version": "1.9.0",
9
+ "version": "1.9.1",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/prompts": "^5.3.8",
13
13
  "@inquirer/select": "^2.4.7",
14
- "@lwc/lwc-dev-server": "^9.5.1",
15
- "@lwc/sfdc-lwc-compiler": "^9.5.1",
14
+ "@lwc/lwc-dev-server": "^9.5.3",
15
+ "@lwc/sfdc-lwc-compiler": "^9.5.3",
16
16
  "@lwrjs/api": "0.14.3",
17
17
  "@oclif/core": "^4.0.17",
18
18
  "@salesforce/core": "^8.2.7",
@@ -20,6 +20,7 @@
20
20
  "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9",
21
21
  "@salesforce/sf-plugins-core": "^11.2.4",
22
22
  "axios": "^1.7.7",
23
+ "glob": "10.4.5",
23
24
  "lwc": "7.1.3",
24
25
  "lwr": "0.14.3",
25
26
  "node-fetch": "^3.3.2"
@@ -1256,6 +1257,26 @@
1256
1257
  "node": ">= 6"
1257
1258
  }
1258
1259
  },
1260
+ "node_modules/@babel/cli/node_modules/glob": {
1261
+ "version": "7.2.3",
1262
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
1263
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
1264
+ "license": "ISC",
1265
+ "dependencies": {
1266
+ "fs.realpath": "^1.0.0",
1267
+ "inflight": "^1.0.4",
1268
+ "inherits": "2",
1269
+ "minimatch": "^3.1.1",
1270
+ "once": "^1.3.0",
1271
+ "path-is-absolute": "^1.0.0"
1272
+ },
1273
+ "engines": {
1274
+ "node": "*"
1275
+ },
1276
+ "funding": {
1277
+ "url": "https://github.com/sponsors/isaacs"
1278
+ }
1279
+ },
1259
1280
  "node_modules/@babel/cli/node_modules/make-dir": {
1260
1281
  "version": "2.1.0",
1261
1282
  "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
@@ -1485,6 +1506,52 @@
1485
1506
  "@babel/core": "^7.0.0"
1486
1507
  }
1487
1508
  },
1509
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/core": {
1510
+ "version": "7.24.8",
1511
+ "license": "MIT",
1512
+ "peer": true,
1513
+ "dependencies": {
1514
+ "@ampproject/remapping": "^2.2.0",
1515
+ "@babel/code-frame": "^7.24.7",
1516
+ "@babel/generator": "^7.24.8",
1517
+ "@babel/helper-compilation-targets": "^7.24.8",
1518
+ "@babel/helper-module-transforms": "^7.24.8",
1519
+ "@babel/helpers": "^7.24.8",
1520
+ "@babel/parser": "^7.24.8",
1521
+ "@babel/template": "^7.24.7",
1522
+ "@babel/traverse": "^7.24.8",
1523
+ "@babel/types": "^7.24.8",
1524
+ "convert-source-map": "^2.0.0",
1525
+ "debug": "^4.1.0",
1526
+ "gensync": "^1.0.0-beta.2",
1527
+ "json5": "^2.2.3",
1528
+ "semver": "^6.3.1"
1529
+ },
1530
+ "engines": {
1531
+ "node": ">=6.9.0"
1532
+ },
1533
+ "funding": {
1534
+ "type": "opencollective",
1535
+ "url": "https://opencollective.com/babel"
1536
+ }
1537
+ },
1538
+ "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-replace-supers": {
1539
+ "version": "7.25.0",
1540
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz",
1541
+ "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==",
1542
+ "license": "MIT",
1543
+ "dependencies": {
1544
+ "@babel/helper-member-expression-to-functions": "^7.24.8",
1545
+ "@babel/helper-optimise-call-expression": "^7.24.7",
1546
+ "@babel/traverse": "^7.25.0"
1547
+ },
1548
+ "engines": {
1549
+ "node": ">=6.9.0"
1550
+ },
1551
+ "peerDependencies": {
1552
+ "@babel/core": "^7.0.0"
1553
+ }
1554
+ },
1488
1555
  "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
1489
1556
  "version": "6.3.1",
1490
1557
  "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
@@ -1711,6 +1778,45 @@
1711
1778
  "@babel/core": "^7.0.0"
1712
1779
  }
1713
1780
  },
1781
+ "node_modules/@babel/helper-replace-supers/node_modules/@babel/core": {
1782
+ "version": "7.24.8",
1783
+ "license": "MIT",
1784
+ "peer": true,
1785
+ "dependencies": {
1786
+ "@ampproject/remapping": "^2.2.0",
1787
+ "@babel/code-frame": "^7.24.7",
1788
+ "@babel/generator": "^7.24.8",
1789
+ "@babel/helper-compilation-targets": "^7.24.8",
1790
+ "@babel/helper-module-transforms": "^7.24.8",
1791
+ "@babel/helpers": "^7.24.8",
1792
+ "@babel/parser": "^7.24.8",
1793
+ "@babel/template": "^7.24.7",
1794
+ "@babel/traverse": "^7.24.8",
1795
+ "@babel/types": "^7.24.8",
1796
+ "convert-source-map": "^2.0.0",
1797
+ "debug": "^4.1.0",
1798
+ "gensync": "^1.0.0-beta.2",
1799
+ "json5": "^2.2.3",
1800
+ "semver": "^6.3.1"
1801
+ },
1802
+ "engines": {
1803
+ "node": ">=6.9.0"
1804
+ },
1805
+ "funding": {
1806
+ "type": "opencollective",
1807
+ "url": "https://opencollective.com/babel"
1808
+ }
1809
+ },
1810
+ "node_modules/@babel/helper-replace-supers/node_modules/semver": {
1811
+ "version": "6.3.1",
1812
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1813
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1814
+ "license": "ISC",
1815
+ "peer": true,
1816
+ "bin": {
1817
+ "semver": "bin/semver.js"
1818
+ }
1819
+ },
1714
1820
  "node_modules/@babel/helper-simple-access": {
1715
1821
  "version": "7.24.7",
1716
1822
  "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz",
@@ -2215,6 +2321,45 @@
2215
2321
  "@babel/core": "^7.0.0-0"
2216
2322
  }
2217
2323
  },
2324
+ "node_modules/@babel/plugin-syntax-jsx/node_modules/@babel/core": {
2325
+ "version": "7.24.8",
2326
+ "license": "MIT",
2327
+ "peer": true,
2328
+ "dependencies": {
2329
+ "@ampproject/remapping": "^2.2.0",
2330
+ "@babel/code-frame": "^7.24.7",
2331
+ "@babel/generator": "^7.24.8",
2332
+ "@babel/helper-compilation-targets": "^7.24.8",
2333
+ "@babel/helper-module-transforms": "^7.24.8",
2334
+ "@babel/helpers": "^7.24.8",
2335
+ "@babel/parser": "^7.24.8",
2336
+ "@babel/template": "^7.24.7",
2337
+ "@babel/traverse": "^7.24.8",
2338
+ "@babel/types": "^7.24.8",
2339
+ "convert-source-map": "^2.0.0",
2340
+ "debug": "^4.1.0",
2341
+ "gensync": "^1.0.0-beta.2",
2342
+ "json5": "^2.2.3",
2343
+ "semver": "^6.3.1"
2344
+ },
2345
+ "engines": {
2346
+ "node": ">=6.9.0"
2347
+ },
2348
+ "funding": {
2349
+ "type": "opencollective",
2350
+ "url": "https://opencollective.com/babel"
2351
+ }
2352
+ },
2353
+ "node_modules/@babel/plugin-syntax-jsx/node_modules/semver": {
2354
+ "version": "6.3.1",
2355
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2356
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2357
+ "license": "ISC",
2358
+ "peer": true,
2359
+ "bin": {
2360
+ "semver": "bin/semver.js"
2361
+ }
2362
+ },
2218
2363
  "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
2219
2364
  "version": "7.10.4",
2220
2365
  "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
@@ -2317,21 +2462,6 @@
2317
2462
  "@babel/core": "^7.0.0-0"
2318
2463
  }
2319
2464
  },
2320
- "node_modules/@babel/plugin-syntax-typescript": {
2321
- "version": "7.24.7",
2322
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
2323
- "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
2324
- "license": "MIT",
2325
- "dependencies": {
2326
- "@babel/helper-plugin-utils": "^7.24.7"
2327
- },
2328
- "engines": {
2329
- "node": ">=6.9.0"
2330
- },
2331
- "peerDependencies": {
2332
- "@babel/core": "^7.0.0-0"
2333
- }
2334
- },
2335
2465
  "node_modules/@babel/plugin-syntax-unicode-sets-regex": {
2336
2466
  "version": "7.18.6",
2337
2467
  "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
@@ -2735,6 +2865,45 @@
2735
2865
  "@babel/core": "^7.0.0-0"
2736
2866
  }
2737
2867
  },
2868
+ "node_modules/@babel/plugin-transform-modules-commonjs/node_modules/@babel/core": {
2869
+ "version": "7.24.8",
2870
+ "license": "MIT",
2871
+ "peer": true,
2872
+ "dependencies": {
2873
+ "@ampproject/remapping": "^2.2.0",
2874
+ "@babel/code-frame": "^7.24.7",
2875
+ "@babel/generator": "^7.24.8",
2876
+ "@babel/helper-compilation-targets": "^7.24.8",
2877
+ "@babel/helper-module-transforms": "^7.24.8",
2878
+ "@babel/helpers": "^7.24.8",
2879
+ "@babel/parser": "^7.24.8",
2880
+ "@babel/template": "^7.24.7",
2881
+ "@babel/traverse": "^7.24.8",
2882
+ "@babel/types": "^7.24.8",
2883
+ "convert-source-map": "^2.0.0",
2884
+ "debug": "^4.1.0",
2885
+ "gensync": "^1.0.0-beta.2",
2886
+ "json5": "^2.2.3",
2887
+ "semver": "^6.3.1"
2888
+ },
2889
+ "engines": {
2890
+ "node": ">=6.9.0"
2891
+ },
2892
+ "funding": {
2893
+ "type": "opencollective",
2894
+ "url": "https://opencollective.com/babel"
2895
+ }
2896
+ },
2897
+ "node_modules/@babel/plugin-transform-modules-commonjs/node_modules/semver": {
2898
+ "version": "6.3.1",
2899
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
2900
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
2901
+ "license": "ISC",
2902
+ "peer": true,
2903
+ "bin": {
2904
+ "semver": "bin/semver.js"
2905
+ }
2906
+ },
2738
2907
  "node_modules/@babel/plugin-transform-modules-systemjs": {
2739
2908
  "version": "7.25.0",
2740
2909
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz",
@@ -3179,25 +3348,6 @@
3179
3348
  "@babel/core": "^7.0.0-0"
3180
3349
  }
3181
3350
  },
3182
- "node_modules/@babel/plugin-transform-typescript": {
3183
- "version": "7.25.0",
3184
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
3185
- "integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
3186
- "license": "MIT",
3187
- "dependencies": {
3188
- "@babel/helper-annotate-as-pure": "^7.24.7",
3189
- "@babel/helper-create-class-features-plugin": "^7.25.0",
3190
- "@babel/helper-plugin-utils": "^7.24.8",
3191
- "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
3192
- "@babel/plugin-syntax-typescript": "^7.24.7"
3193
- },
3194
- "engines": {
3195
- "node": ">=6.9.0"
3196
- },
3197
- "peerDependencies": {
3198
- "@babel/core": "^7.0.0-0"
3199
- }
3200
- },
3201
3351
  "node_modules/@babel/plugin-transform-unicode-escapes": {
3202
3352
  "version": "7.24.7",
3203
3353
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz",
@@ -3420,6 +3570,111 @@
3420
3570
  "@babel/core": "^7.0.0-0"
3421
3571
  }
3422
3572
  },
3573
+ "node_modules/@babel/preset-typescript/node_modules/@babel/core": {
3574
+ "version": "7.24.8",
3575
+ "license": "MIT",
3576
+ "peer": true,
3577
+ "dependencies": {
3578
+ "@ampproject/remapping": "^2.2.0",
3579
+ "@babel/code-frame": "^7.24.7",
3580
+ "@babel/generator": "^7.24.8",
3581
+ "@babel/helper-compilation-targets": "^7.24.8",
3582
+ "@babel/helper-module-transforms": "^7.24.8",
3583
+ "@babel/helpers": "^7.24.8",
3584
+ "@babel/parser": "^7.24.8",
3585
+ "@babel/template": "^7.24.7",
3586
+ "@babel/traverse": "^7.24.8",
3587
+ "@babel/types": "^7.24.8",
3588
+ "convert-source-map": "^2.0.0",
3589
+ "debug": "^4.1.0",
3590
+ "gensync": "^1.0.0-beta.2",
3591
+ "json5": "^2.2.3",
3592
+ "semver": "^6.3.1"
3593
+ },
3594
+ "engines": {
3595
+ "node": ">=6.9.0"
3596
+ },
3597
+ "funding": {
3598
+ "type": "opencollective",
3599
+ "url": "https://opencollective.com/babel"
3600
+ }
3601
+ },
3602
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
3603
+ "version": "7.24.7",
3604
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.7.tgz",
3605
+ "integrity": "sha512-6ddciUPe/mpMnOKv/U+RSd2vvVy+Yw/JfBB0ZHYjEZt9NLHmCUylNYlsbqCCS1Bffjlb0fCwC9Vqz+sBz6PsiQ==",
3606
+ "license": "MIT",
3607
+ "dependencies": {
3608
+ "@babel/helper-plugin-utils": "^7.24.7"
3609
+ },
3610
+ "engines": {
3611
+ "node": ">=6.9.0"
3612
+ },
3613
+ "peerDependencies": {
3614
+ "@babel/core": "^7.0.0-0"
3615
+ }
3616
+ },
3617
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-typescript": {
3618
+ "version": "7.24.7",
3619
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.7.tgz",
3620
+ "integrity": "sha512-c/+fVeJBB0FeKsFvwytYiUD+LBvhHjGSI0g446PRGdSVGZLRNArBUno2PETbAly3tpiNAQR5XaZ+JslxkotsbA==",
3621
+ "license": "MIT",
3622
+ "dependencies": {
3623
+ "@babel/helper-plugin-utils": "^7.24.7"
3624
+ },
3625
+ "engines": {
3626
+ "node": ">=6.9.0"
3627
+ },
3628
+ "peerDependencies": {
3629
+ "@babel/core": "^7.0.0-0"
3630
+ }
3631
+ },
3632
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
3633
+ "version": "7.24.8",
3634
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz",
3635
+ "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==",
3636
+ "license": "MIT",
3637
+ "dependencies": {
3638
+ "@babel/helper-module-transforms": "^7.24.8",
3639
+ "@babel/helper-plugin-utils": "^7.24.8",
3640
+ "@babel/helper-simple-access": "^7.24.7"
3641
+ },
3642
+ "engines": {
3643
+ "node": ">=6.9.0"
3644
+ },
3645
+ "peerDependencies": {
3646
+ "@babel/core": "^7.0.0-0"
3647
+ }
3648
+ },
3649
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-typescript": {
3650
+ "version": "7.25.0",
3651
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.25.0.tgz",
3652
+ "integrity": "sha512-LZicxFzHIw+Sa3pzgMgSz6gdpsdkfiMObHUzhSIrwKF0+/rP/nuR49u79pSS+zIFJ1FeGeqQD2Dq4QGFbOVvSw==",
3653
+ "license": "MIT",
3654
+ "dependencies": {
3655
+ "@babel/helper-annotate-as-pure": "^7.24.7",
3656
+ "@babel/helper-create-class-features-plugin": "^7.25.0",
3657
+ "@babel/helper-plugin-utils": "^7.24.8",
3658
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7",
3659
+ "@babel/plugin-syntax-typescript": "^7.24.7"
3660
+ },
3661
+ "engines": {
3662
+ "node": ">=6.9.0"
3663
+ },
3664
+ "peerDependencies": {
3665
+ "@babel/core": "^7.0.0-0"
3666
+ }
3667
+ },
3668
+ "node_modules/@babel/preset-typescript/node_modules/semver": {
3669
+ "version": "6.3.1",
3670
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
3671
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
3672
+ "license": "ISC",
3673
+ "peer": true,
3674
+ "bin": {
3675
+ "semver": "bin/semver.js"
3676
+ }
3677
+ },
3423
3678
  "node_modules/@babel/register": {
3424
3679
  "version": "7.24.6",
3425
3680
  "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.24.6.tgz",
@@ -4946,7 +5201,6 @@
4946
5201
  "version": "8.0.2",
4947
5202
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
4948
5203
  "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
4949
- "dev": true,
4950
5204
  "license": "ISC",
4951
5205
  "dependencies": {
4952
5206
  "string-width": "^5.1.2",
@@ -4964,7 +5218,6 @@
4964
5218
  "version": "6.0.1",
4965
5219
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4966
5220
  "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4967
- "dev": true,
4968
5221
  "license": "MIT",
4969
5222
  "engines": {
4970
5223
  "node": ">=12"
@@ -4977,7 +5230,6 @@
4977
5230
  "version": "6.2.1",
4978
5231
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
4979
5232
  "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
4980
- "dev": true,
4981
5233
  "license": "MIT",
4982
5234
  "engines": {
4983
5235
  "node": ">=12"
@@ -4990,14 +5242,12 @@
4990
5242
  "version": "9.2.2",
4991
5243
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
4992
5244
  "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
4993
- "dev": true,
4994
5245
  "license": "MIT"
4995
5246
  },
4996
5247
  "node_modules/@isaacs/cliui/node_modules/string-width": {
4997
5248
  "version": "5.1.2",
4998
5249
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
4999
5250
  "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
5000
- "dev": true,
5001
5251
  "license": "MIT",
5002
5252
  "dependencies": {
5003
5253
  "eastasianwidth": "^0.2.0",
@@ -5015,7 +5265,6 @@
5015
5265
  "version": "7.1.0",
5016
5266
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5017
5267
  "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5018
- "dev": true,
5019
5268
  "license": "MIT",
5020
5269
  "dependencies": {
5021
5270
  "ansi-regex": "^6.0.1"
@@ -5031,7 +5280,6 @@
5031
5280
  "version": "8.1.0",
5032
5281
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
5033
5282
  "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
5034
- "dev": true,
5035
5283
  "license": "MIT",
5036
5284
  "dependencies": {
5037
5285
  "ansi-styles": "^6.1.0",
@@ -5232,6 +5480,26 @@
5232
5480
  "node-notifier": "^8.0.0"
5233
5481
  }
5234
5482
  },
5483
+ "node_modules/@jest/reporters/node_modules/glob": {
5484
+ "version": "7.2.3",
5485
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
5486
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
5487
+ "license": "ISC",
5488
+ "dependencies": {
5489
+ "fs.realpath": "^1.0.0",
5490
+ "inflight": "^1.0.4",
5491
+ "inherits": "2",
5492
+ "minimatch": "^3.1.1",
5493
+ "once": "^1.3.0",
5494
+ "path-is-absolute": "^1.0.0"
5495
+ },
5496
+ "engines": {
5497
+ "node": "*"
5498
+ },
5499
+ "funding": {
5500
+ "url": "https://github.com/sponsors/isaacs"
5501
+ }
5502
+ },
5235
5503
  "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": {
5236
5504
  "version": "4.0.3",
5237
5505
  "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
@@ -5844,9 +6112,9 @@
5844
6112
  }
5845
6113
  },
5846
6114
  "node_modules/@lwc/dev-server-plugin-lex": {
5847
- "version": "9.5.1",
5848
- "resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-9.5.1.tgz",
5849
- "integrity": "sha512-L60zXX0bHqNovxr0oCIA/hXjJ2ppdMzd83+CN1MHrWLLIL1Pu5QLoXKX4ylltQdAknVNA+dNvCoKStPaK2Bniw==",
6115
+ "version": "9.5.3",
6116
+ "resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-9.5.3.tgz",
6117
+ "integrity": "sha512-VEcQwQKgg3az0ZqMc8mhdq9E/qZGFdD7Fhanf9HxIRvJtG2hPN2U8NB1R2vXxMJnACJOVEdQ3S0ZomAAkymI1w==",
5850
6118
  "license": "SEE LICENSE IN LICENSE.txt",
5851
6119
  "dependencies": {
5852
6120
  "magic-string": "~0.30.10"
@@ -5982,15 +6250,16 @@
5982
6250
  }
5983
6251
  },
5984
6252
  "node_modules/@lwc/lwc-dev-server": {
5985
- "version": "9.5.1",
5986
- "resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-9.5.1.tgz",
5987
- "integrity": "sha512-FrJYT4mrDPleTd7Hofw+vLV+1DW6nkBYpp64Brh+OCqbUi9xFIJq4Wr2mVm5WZYb6uzkxIfj2Lat7WxqHaFqVA==",
6253
+ "version": "9.5.3",
6254
+ "resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-9.5.3.tgz",
6255
+ "integrity": "sha512-VwtAU98FkXpcOoXhhs8lSori1oaGQ+0b/OSus9pg4g7wCLMtrpBsJeI21tvr4WxMYHgPMDZCbNjnD3sWucaQJQ==",
5988
6256
  "license": "SEE LICENSE IN LICENSE.txt",
5989
6257
  "dependencies": {
5990
- "@lwc/sfdc-lwc-compiler": "9.5.1",
6258
+ "@lwc/sfdc-lwc-compiler": "9.5.3",
5991
6259
  "chalk": "~5.3.0",
5992
6260
  "chokidar": "~3.6.0",
5993
6261
  "commander": "~10.0.0",
6262
+ "glob": "^10.4.5",
5994
6263
  "ws": "^8.18.0"
5995
6264
  },
5996
6265
  "bin": {
@@ -6016,15 +6285,15 @@
6016
6285
  }
6017
6286
  },
6018
6287
  "node_modules/@lwc/metadata": {
6019
- "version": "9.5.1",
6020
- "resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-9.5.1.tgz",
6021
- "integrity": "sha512-spyoslO97E8Mi7Phps1UPnWv0IgS0yzoseuL+Yg+vyaG0dJJMURquD94116S5JsQ/h6TJBDvbl6UlTQuVJDb0Q==",
6288
+ "version": "9.5.3",
6289
+ "resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-9.5.3.tgz",
6290
+ "integrity": "sha512-S2bzqiYbllODqQY5JhDUntoyahSZQ0qG9iv/zNO+N8gpfzhgDO/FV11vd85tgNBKabRDUUSZav6IwqXnvMwjqw==",
6022
6291
  "license": "SEE LICENSE IN LICENSE.txt",
6023
6292
  "dependencies": {
6024
6293
  "@babel/parser": "~7.24.8",
6025
6294
  "@babel/traverse": "~7.24.8",
6026
6295
  "@babel/types": "~7.24.8",
6027
- "@lwc/sfdc-compiler-utils": "9.5.1",
6296
+ "@lwc/sfdc-compiler-utils": "9.5.3",
6028
6297
  "postcss": "~8.4.39",
6029
6298
  "postcss-selector-parser": "~6.1.0",
6030
6299
  "postcss-value-parser": "~4.2.0"
@@ -6134,18 +6403,18 @@
6134
6403
  }
6135
6404
  },
6136
6405
  "node_modules/@lwc/sfdc-compiler-utils": {
6137
- "version": "9.5.1",
6138
- "resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-9.5.1.tgz",
6139
- "integrity": "sha512-7sqEj9w/zF6zIzg3QVQ7WZ4fmpIX7YP3kTzmZw4cdFOfl/RIc6q3m1PJGPCC7IB4ILIiMWAjO4RVwEnLHtmQkw==",
6406
+ "version": "9.5.3",
6407
+ "resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-9.5.3.tgz",
6408
+ "integrity": "sha512-mnLnyG/Do27p/H9bNfb/Ny3F2XbBsCIzDmQgYHkTvDIuoDapWExX9Wcr4ZDZ93Nox/PTzlU9aizXIapWsAB1jg==",
6140
6409
  "license": "SEE LICENSE IN LICENSE.txt",
6141
6410
  "engines": {
6142
6411
  "node": ">=14"
6143
6412
  }
6144
6413
  },
6145
6414
  "node_modules/@lwc/sfdc-lwc-compiler": {
6146
- "version": "9.5.1",
6147
- "resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-9.5.1.tgz",
6148
- "integrity": "sha512-KuUdMBUEL1ZOJFxtn5PXqc9yLNc1RrDxJzdjxwtMVQxObJwDfYGpmWujCvAHtQgEbJkFYereNCWdfNsJo2WQ3g==",
6415
+ "version": "9.5.3",
6416
+ "resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-9.5.3.tgz",
6417
+ "integrity": "sha512-/hJdCBwn9QkOT/Ua2zS+wB8Nr8h0nV1LHAQi3oGMMv6ZvAo/BBmP02ZkwBjk6Kj84oaYwmCv09ksiLdMMZIXwg==",
6149
6418
  "license": "SEE LICENSE IN LICENSE.txt",
6150
6419
  "dependencies": {
6151
6420
  "@babel/core": "7.24.8",
@@ -6155,11 +6424,11 @@
6155
6424
  "@babel/traverse": "7.24.8",
6156
6425
  "@babel/types": "7.24.8",
6157
6426
  "@komaci/esm-generator": "252.1.0",
6158
- "@lwc/dev-server-plugin-lex": "9.5.1",
6427
+ "@lwc/dev-server-plugin-lex": "9.5.3",
6159
6428
  "@lwc/eslint-plugin-lwc": "~1.8.2",
6160
6429
  "@lwc/eslint-plugin-lwc-platform": "~4.1.3",
6161
- "@lwc/metadata": "9.5.1",
6162
- "@lwc/sfdc-compiler-utils": "9.5.1",
6430
+ "@lwc/metadata": "9.5.3",
6431
+ "@lwc/sfdc-compiler-utils": "9.5.3",
6163
6432
  "@rollup/plugin-babel": "^6.0.4",
6164
6433
  "@rollup/plugin-replace": "^5.0.7",
6165
6434
  "@salesforce/eslint-config-lwc": "~3.6.0",
@@ -8242,7 +8511,6 @@
8242
8511
  "version": "0.11.0",
8243
8512
  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
8244
8513
  "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
8245
- "dev": true,
8246
8514
  "license": "MIT",
8247
8515
  "optional": true,
8248
8516
  "engines": {
@@ -9253,6 +9521,26 @@
9253
9521
  "node": ">=10"
9254
9522
  }
9255
9523
  },
9524
+ "node_modules/@salesforce/pwa-kit-dev/node_modules/glob": {
9525
+ "version": "7.2.3",
9526
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
9527
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
9528
+ "license": "ISC",
9529
+ "dependencies": {
9530
+ "fs.realpath": "^1.0.0",
9531
+ "inflight": "^1.0.4",
9532
+ "inherits": "2",
9533
+ "minimatch": "^3.1.1",
9534
+ "once": "^1.3.0",
9535
+ "path-is-absolute": "^1.0.0"
9536
+ },
9537
+ "engines": {
9538
+ "node": "*"
9539
+ },
9540
+ "funding": {
9541
+ "url": "https://github.com/sponsors/isaacs"
9542
+ }
9543
+ },
9256
9544
  "node_modules/@salesforce/pwa-kit-dev/node_modules/node-fetch": {
9257
9545
  "version": "2.7.0",
9258
9546
  "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
@@ -11987,6 +12275,26 @@
11987
12275
  "node": ">= 0.10.0"
11988
12276
  }
11989
12277
  },
12278
+ "node_modules/archiver-utils/node_modules/glob": {
12279
+ "version": "7.2.3",
12280
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
12281
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
12282
+ "license": "ISC",
12283
+ "dependencies": {
12284
+ "fs.realpath": "^1.0.0",
12285
+ "inflight": "^1.0.4",
12286
+ "inherits": "2",
12287
+ "minimatch": "^3.1.1",
12288
+ "once": "^1.3.0",
12289
+ "path-is-absolute": "^1.0.0"
12290
+ },
12291
+ "engines": {
12292
+ "node": "*"
12293
+ },
12294
+ "funding": {
12295
+ "url": "https://github.com/sponsors/isaacs"
12296
+ }
12297
+ },
11990
12298
  "node_modules/archiver-utils/node_modules/normalize-path": {
11991
12299
  "version": "2.1.1",
11992
12300
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz",
@@ -12008,6 +12316,26 @@
12008
12316
  "lodash": "^4.17.14"
12009
12317
  }
12010
12318
  },
12319
+ "node_modules/archiver/node_modules/glob": {
12320
+ "version": "7.2.3",
12321
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
12322
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
12323
+ "license": "ISC",
12324
+ "dependencies": {
12325
+ "fs.realpath": "^1.0.0",
12326
+ "inflight": "^1.0.4",
12327
+ "inherits": "2",
12328
+ "minimatch": "^3.1.1",
12329
+ "once": "^1.3.0",
12330
+ "path-is-absolute": "^1.0.0"
12331
+ },
12332
+ "engines": {
12333
+ "node": "*"
12334
+ },
12335
+ "funding": {
12336
+ "url": "https://github.com/sponsors/isaacs"
12337
+ }
12338
+ },
12011
12339
  "node_modules/archy": {
12012
12340
  "version": "1.0.0",
12013
12341
  "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
@@ -15101,7 +15429,6 @@
15101
15429
  "version": "0.2.0",
15102
15430
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
15103
15431
  "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
15104
- "dev": true,
15105
15432
  "license": "MIT"
15106
15433
  },
15107
15434
  "node_modules/ecdsa-sig-formatter": {
@@ -17611,43 +17938,95 @@
17611
17938
  "dev": true,
17612
17939
  "license": "ISC"
17613
17940
  },
17614
- "node_modules/glob": {
17615
- "version": "7.2.3",
17616
- "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
17617
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
17941
+ "node_modules/glob": {
17942
+ "version": "10.4.5",
17943
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
17944
+ "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
17945
+ "license": "ISC",
17946
+ "dependencies": {
17947
+ "foreground-child": "^3.1.0",
17948
+ "jackspeak": "^3.1.2",
17949
+ "minimatch": "^9.0.4",
17950
+ "minipass": "^7.1.2",
17951
+ "package-json-from-dist": "^1.0.0",
17952
+ "path-scurry": "^1.11.1"
17953
+ },
17954
+ "bin": {
17955
+ "glob": "dist/esm/bin.mjs"
17956
+ },
17957
+ "funding": {
17958
+ "url": "https://github.com/sponsors/isaacs"
17959
+ }
17960
+ },
17961
+ "node_modules/glob-parent": {
17962
+ "version": "5.1.2",
17963
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
17964
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
17965
+ "license": "ISC",
17966
+ "dependencies": {
17967
+ "is-glob": "^4.0.1"
17968
+ },
17969
+ "engines": {
17970
+ "node": ">= 6"
17971
+ }
17972
+ },
17973
+ "node_modules/glob-to-regexp": {
17974
+ "version": "0.4.1",
17975
+ "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
17976
+ "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
17977
+ "license": "BSD-2-Clause"
17978
+ },
17979
+ "node_modules/glob/node_modules/foreground-child": {
17980
+ "version": "3.2.1",
17981
+ "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
17982
+ "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
17983
+ "license": "ISC",
17984
+ "dependencies": {
17985
+ "cross-spawn": "^7.0.0",
17986
+ "signal-exit": "^4.0.1"
17987
+ },
17988
+ "engines": {
17989
+ "node": ">=14"
17990
+ },
17991
+ "funding": {
17992
+ "url": "https://github.com/sponsors/isaacs"
17993
+ }
17994
+ },
17995
+ "node_modules/glob/node_modules/minimatch": {
17996
+ "version": "9.0.5",
17997
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
17998
+ "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
17618
17999
  "license": "ISC",
17619
18000
  "dependencies": {
17620
- "fs.realpath": "^1.0.0",
17621
- "inflight": "^1.0.4",
17622
- "inherits": "2",
17623
- "minimatch": "^3.1.1",
17624
- "once": "^1.3.0",
17625
- "path-is-absolute": "^1.0.0"
18001
+ "brace-expansion": "^2.0.1"
17626
18002
  },
17627
18003
  "engines": {
17628
- "node": "*"
18004
+ "node": ">=16 || 14 >=14.17"
17629
18005
  },
17630
18006
  "funding": {
17631
18007
  "url": "https://github.com/sponsors/isaacs"
17632
18008
  }
17633
18009
  },
17634
- "node_modules/glob-parent": {
17635
- "version": "5.1.2",
17636
- "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
17637
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
18010
+ "node_modules/glob/node_modules/minipass": {
18011
+ "version": "7.1.2",
18012
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
18013
+ "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
17638
18014
  "license": "ISC",
17639
- "dependencies": {
17640
- "is-glob": "^4.0.1"
17641
- },
17642
18015
  "engines": {
17643
- "node": ">= 6"
18016
+ "node": ">=16 || 14 >=14.17"
17644
18017
  }
17645
18018
  },
17646
- "node_modules/glob-to-regexp": {
17647
- "version": "0.4.1",
17648
- "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
17649
- "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
17650
- "license": "BSD-2-Clause"
18019
+ "node_modules/glob/node_modules/signal-exit": {
18020
+ "version": "4.1.0",
18021
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
18022
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
18023
+ "license": "ISC",
18024
+ "engines": {
18025
+ "node": ">=14"
18026
+ },
18027
+ "funding": {
18028
+ "url": "https://github.com/sponsors/isaacs"
18029
+ }
17651
18030
  },
17652
18031
  "node_modules/global-dirs": {
17653
18032
  "version": "0.1.1",
@@ -19819,7 +20198,6 @@
19819
20198
  "version": "3.4.3",
19820
20199
  "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
19821
20200
  "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
19822
- "dev": true,
19823
20201
  "license": "BlueOak-1.0.0",
19824
20202
  "dependencies": {
19825
20203
  "@isaacs/cliui": "^8.0.2"
@@ -19953,6 +20331,26 @@
19953
20331
  "node": ">=0.10.0"
19954
20332
  }
19955
20333
  },
20334
+ "node_modules/jest-config/node_modules/glob": {
20335
+ "version": "7.2.3",
20336
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
20337
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
20338
+ "license": "ISC",
20339
+ "dependencies": {
20340
+ "fs.realpath": "^1.0.0",
20341
+ "inflight": "^1.0.4",
20342
+ "inherits": "2",
20343
+ "minimatch": "^3.1.1",
20344
+ "once": "^1.3.0",
20345
+ "path-is-absolute": "^1.0.0"
20346
+ },
20347
+ "engines": {
20348
+ "node": "*"
20349
+ },
20350
+ "funding": {
20351
+ "url": "https://github.com/sponsors/isaacs"
20352
+ }
20353
+ },
19956
20354
  "node_modules/jest-diff": {
19957
20355
  "version": "26.6.2",
19958
20356
  "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-26.6.2.tgz",
@@ -20322,6 +20720,26 @@
20322
20720
  "node": ">= 10.14.2"
20323
20721
  }
20324
20722
  },
20723
+ "node_modules/jest-runtime/node_modules/glob": {
20724
+ "version": "7.2.3",
20725
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
20726
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
20727
+ "license": "ISC",
20728
+ "dependencies": {
20729
+ "fs.realpath": "^1.0.0",
20730
+ "inflight": "^1.0.4",
20731
+ "inherits": "2",
20732
+ "minimatch": "^3.1.1",
20733
+ "once": "^1.3.0",
20734
+ "path-is-absolute": "^1.0.0"
20735
+ },
20736
+ "engines": {
20737
+ "node": "*"
20738
+ },
20739
+ "funding": {
20740
+ "url": "https://github.com/sponsors/isaacs"
20741
+ }
20742
+ },
20325
20743
  "node_modules/jest-serializer": {
20326
20744
  "version": "26.6.2",
20327
20745
  "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz",
@@ -21070,44 +21488,6 @@
21070
21488
  "url": "https://github.com/chalk/chalk?sponsor=1"
21071
21489
  }
21072
21490
  },
21073
- "node_modules/linkinator/node_modules/foreground-child": {
21074
- "version": "3.2.1",
21075
- "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
21076
- "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
21077
- "dev": true,
21078
- "license": "ISC",
21079
- "dependencies": {
21080
- "cross-spawn": "^7.0.0",
21081
- "signal-exit": "^4.0.1"
21082
- },
21083
- "engines": {
21084
- "node": ">=14"
21085
- },
21086
- "funding": {
21087
- "url": "https://github.com/sponsors/isaacs"
21088
- }
21089
- },
21090
- "node_modules/linkinator/node_modules/glob": {
21091
- "version": "10.4.5",
21092
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
21093
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
21094
- "dev": true,
21095
- "license": "ISC",
21096
- "dependencies": {
21097
- "foreground-child": "^3.1.0",
21098
- "jackspeak": "^3.1.2",
21099
- "minimatch": "^9.0.4",
21100
- "minipass": "^7.1.2",
21101
- "package-json-from-dist": "^1.0.0",
21102
- "path-scurry": "^1.11.1"
21103
- },
21104
- "bin": {
21105
- "glob": "dist/esm/bin.mjs"
21106
- },
21107
- "funding": {
21108
- "url": "https://github.com/sponsors/isaacs"
21109
- }
21110
- },
21111
21491
  "node_modules/linkinator/node_modules/meow": {
21112
21492
  "version": "13.2.0",
21113
21493
  "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
@@ -21121,45 +21501,6 @@
21121
21501
  "url": "https://github.com/sponsors/sindresorhus"
21122
21502
  }
21123
21503
  },
21124
- "node_modules/linkinator/node_modules/minimatch": {
21125
- "version": "9.0.5",
21126
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
21127
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
21128
- "dev": true,
21129
- "license": "ISC",
21130
- "dependencies": {
21131
- "brace-expansion": "^2.0.1"
21132
- },
21133
- "engines": {
21134
- "node": ">=16 || 14 >=14.17"
21135
- },
21136
- "funding": {
21137
- "url": "https://github.com/sponsors/isaacs"
21138
- }
21139
- },
21140
- "node_modules/linkinator/node_modules/minipass": {
21141
- "version": "7.1.2",
21142
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
21143
- "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
21144
- "dev": true,
21145
- "license": "ISC",
21146
- "engines": {
21147
- "node": ">=16 || 14 >=14.17"
21148
- }
21149
- },
21150
- "node_modules/linkinator/node_modules/signal-exit": {
21151
- "version": "4.1.0",
21152
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
21153
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
21154
- "dev": true,
21155
- "license": "ISC",
21156
- "engines": {
21157
- "node": ">=14"
21158
- },
21159
- "funding": {
21160
- "url": "https://github.com/sponsors/isaacs"
21161
- }
21162
- },
21163
21504
  "node_modules/listr2": {
21164
21505
  "version": "8.2.4",
21165
21506
  "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz",
@@ -23198,6 +23539,27 @@
23198
23539
  "dev": true,
23199
23540
  "license": "MIT"
23200
23541
  },
23542
+ "node_modules/nyc/node_modules/glob": {
23543
+ "version": "7.2.3",
23544
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
23545
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
23546
+ "dev": true,
23547
+ "license": "ISC",
23548
+ "dependencies": {
23549
+ "fs.realpath": "^1.0.0",
23550
+ "inflight": "^1.0.4",
23551
+ "inherits": "2",
23552
+ "minimatch": "^3.1.1",
23553
+ "once": "^1.3.0",
23554
+ "path-is-absolute": "^1.0.0"
23555
+ },
23556
+ "engines": {
23557
+ "node": "*"
23558
+ },
23559
+ "funding": {
23560
+ "url": "https://github.com/sponsors/isaacs"
23561
+ }
23562
+ },
23201
23563
  "node_modules/object-assign": {
23202
23564
  "version": "4.1.1",
23203
23565
  "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@@ -23869,7 +24231,6 @@
23869
24231
  "version": "1.0.0",
23870
24232
  "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
23871
24233
  "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
23872
- "dev": true,
23873
24234
  "license": "BlueOak-1.0.0"
23874
24235
  },
23875
24236
  "node_modules/pako": {
@@ -24035,7 +24396,6 @@
24035
24396
  "version": "1.11.1",
24036
24397
  "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
24037
24398
  "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
24038
- "dev": true,
24039
24399
  "license": "BlueOak-1.0.0",
24040
24400
  "dependencies": {
24041
24401
  "lru-cache": "^10.2.0",
@@ -24052,7 +24412,6 @@
24052
24412
  "version": "7.1.2",
24053
24413
  "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
24054
24414
  "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
24055
- "dev": true,
24056
24415
  "license": "ISC",
24057
24416
  "engines": {
24058
24417
  "node": ">=16 || 14 >=14.17"
@@ -25346,6 +25705,26 @@
25346
25705
  "node": ">=12"
25347
25706
  }
25348
25707
  },
25708
+ "node_modules/replace-in-file/node_modules/glob": {
25709
+ "version": "7.2.3",
25710
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
25711
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
25712
+ "license": "ISC",
25713
+ "dependencies": {
25714
+ "fs.realpath": "^1.0.0",
25715
+ "inflight": "^1.0.4",
25716
+ "inherits": "2",
25717
+ "minimatch": "^3.1.1",
25718
+ "once": "^1.3.0",
25719
+ "path-is-absolute": "^1.0.0"
25720
+ },
25721
+ "engines": {
25722
+ "node": "*"
25723
+ },
25724
+ "funding": {
25725
+ "url": "https://github.com/sponsors/isaacs"
25726
+ }
25727
+ },
25349
25728
  "node_modules/replace-in-file/node_modules/yargs": {
25350
25729
  "version": "17.7.2",
25351
25730
  "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
@@ -25599,6 +25978,26 @@
25599
25978
  "url": "https://github.com/sponsors/isaacs"
25600
25979
  }
25601
25980
  },
25981
+ "node_modules/rimraf/node_modules/glob": {
25982
+ "version": "7.2.3",
25983
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
25984
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
25985
+ "license": "ISC",
25986
+ "dependencies": {
25987
+ "fs.realpath": "^1.0.0",
25988
+ "inflight": "^1.0.4",
25989
+ "inherits": "2",
25990
+ "minimatch": "^3.1.1",
25991
+ "once": "^1.3.0",
25992
+ "path-is-absolute": "^1.0.0"
25993
+ },
25994
+ "engines": {
25995
+ "node": "*"
25996
+ },
25997
+ "funding": {
25998
+ "url": "https://github.com/sponsors/isaacs"
25999
+ }
26000
+ },
25602
26001
  "node_modules/rollup": {
25603
26002
  "version": "2.79.1",
25604
26003
  "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz",
@@ -26297,6 +26696,26 @@
26297
26696
  "node": ">=4"
26298
26697
  }
26299
26698
  },
26699
+ "node_modules/shelljs/node_modules/glob": {
26700
+ "version": "7.2.3",
26701
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
26702
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
26703
+ "license": "ISC",
26704
+ "dependencies": {
26705
+ "fs.realpath": "^1.0.0",
26706
+ "inflight": "^1.0.4",
26707
+ "inherits": "2",
26708
+ "minimatch": "^3.1.1",
26709
+ "once": "^1.3.0",
26710
+ "path-is-absolute": "^1.0.0"
26711
+ },
26712
+ "engines": {
26713
+ "node": "*"
26714
+ },
26715
+ "funding": {
26716
+ "url": "https://github.com/sponsors/isaacs"
26717
+ }
26718
+ },
26300
26719
  "node_modules/shellwords": {
26301
26720
  "version": "0.1.1",
26302
26721
  "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz",
@@ -26986,7 +27405,6 @@
26986
27405
  "version": "4.2.3",
26987
27406
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
26988
27407
  "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
26989
- "dev": true,
26990
27408
  "license": "MIT",
26991
27409
  "dependencies": {
26992
27410
  "emoji-regex": "^8.0.0",
@@ -27114,7 +27532,6 @@
27114
27532
  "version": "6.0.1",
27115
27533
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
27116
27534
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
27117
- "dev": true,
27118
27535
  "license": "MIT",
27119
27536
  "dependencies": {
27120
27537
  "ansi-regex": "^5.0.1"
@@ -27663,6 +28080,26 @@
27663
28080
  "node": ">=8"
27664
28081
  }
27665
28082
  },
28083
+ "node_modules/test-exclude/node_modules/glob": {
28084
+ "version": "7.2.3",
28085
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
28086
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
28087
+ "license": "ISC",
28088
+ "dependencies": {
28089
+ "fs.realpath": "^1.0.0",
28090
+ "inflight": "^1.0.4",
28091
+ "inherits": "2",
28092
+ "minimatch": "^3.1.1",
28093
+ "once": "^1.3.0",
28094
+ "path-is-absolute": "^1.0.0"
28095
+ },
28096
+ "engines": {
28097
+ "node": "*"
28098
+ },
28099
+ "funding": {
28100
+ "url": "https://github.com/sponsors/isaacs"
28101
+ }
28102
+ },
27666
28103
  "node_modules/text-extensions": {
27667
28104
  "version": "1.9.0",
27668
28105
  "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz",
@@ -29662,7 +30099,6 @@
29662
30099
  "version": "7.0.0",
29663
30100
  "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
29664
30101
  "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
29665
- "dev": true,
29666
30102
  "license": "MIT",
29667
30103
  "dependencies": {
29668
30104
  "ansi-styles": "^4.0.0",