@automattic/vip 2.28.2 → 2.29.0-dev1

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "2.28.2",
3
+ "version": "2.29.0-dev1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@automattic/vip",
9
- "version": "2.28.2",
9
+ "version": "2.28.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -29,12 +29,12 @@
29
29
  "js-yaml": "^4.1.0",
30
30
  "json2csv": "5.0.7",
31
31
  "jwt-decode": "2.2.0",
32
- "lando": "github:automattic/lando-cli.git#d75a4e8",
32
+ "lando": "github:automattic/lando-cli.git#d58d9b3",
33
33
  "node-fetch": "^2.6.1",
34
34
  "opn": "5.5.0",
35
35
  "proxy-from-env": "^1.1.0",
36
36
  "rollbar": "2.22.0",
37
- "semver": "7.3.8",
37
+ "semver": "7.5.0",
38
38
  "shelljs": "^0.8.5",
39
39
  "single-line-log": "1.1.2",
40
40
  "socket.io-client": "^4.5.3",
@@ -75,6 +75,7 @@
75
75
  "vip-dev-env-start": "dist/bin/vip-dev-env-start.js",
76
76
  "vip-dev-env-stop": "dist/bin/vip-dev-env-stop.js",
77
77
  "vip-dev-env-update": "dist/bin/vip-dev-env-update.js",
78
+ "vip-export-sql": "dist/bin/vip-export-sql.js",
78
79
  "vip-import": "dist/bin/vip-import.js",
79
80
  "vip-import-media": "dist/bin/vip-import-media.js",
80
81
  "vip-import-media-abort": "dist/bin/vip-import-media-abort.js",
@@ -93,11 +94,11 @@
93
94
  },
94
95
  "devDependencies": {
95
96
  "@automattic/eslint-plugin-wpvip": "^0.5.2",
96
- "@babel/cli": "7.21.0",
97
- "@babel/core": "7.21.4",
98
- "@babel/eslint-parser": "7.21.3",
99
- "@babel/plugin-transform-modules-commonjs": "7.21.2",
100
- "@babel/preset-env": "7.21.4",
97
+ "@babel/cli": "7.21.5",
98
+ "@babel/core": "7.21.8",
99
+ "@babel/eslint-parser": "7.21.8",
100
+ "@babel/plugin-transform-modules-commonjs": "7.21.5",
101
+ "@babel/preset-env": "7.21.5",
101
102
  "@babel/preset-flow": "7.21.4",
102
103
  "@jest/globals": "^29.5.0",
103
104
  "@jest/test-sequencer": "^29.5.0",
@@ -107,10 +108,10 @@
107
108
  "dockerode": "^3.3.4",
108
109
  "eslint": "^8.35.0",
109
110
  "eslint-plugin-flowtype": "^8.0.3",
110
- "flow-bin": "^0.204.0",
111
+ "flow-bin": "^0.205.1",
111
112
  "jest": "^29.5.0",
112
113
  "jest-environment-jsdom": "^29.5.0",
113
- "nock": "13.3.0",
114
+ "nock": "13.3.1",
114
115
  "prettier": "^2.0.5",
115
116
  "publish-please": "5.5.2",
116
117
  "rimraf": "3.0.2"
@@ -170,9 +171,9 @@
170
171
  }
171
172
  },
172
173
  "node_modules/@automattic/eslint-plugin-wpvip": {
173
- "version": "0.5.2",
174
- "resolved": "https://registry.npmjs.org/@automattic/eslint-plugin-wpvip/-/eslint-plugin-wpvip-0.5.2.tgz",
175
- "integrity": "sha512-8orPlR5ZVkyrYVPA8BvIqa7cDIbBViIQm6eVBdtHZzSqjjDNWr/7T0kjoec/PK94XIY1TrYyxgFKAl3BWD4c6w==",
174
+ "version": "0.5.3",
175
+ "resolved": "https://registry.npmjs.org/@automattic/eslint-plugin-wpvip/-/eslint-plugin-wpvip-0.5.3.tgz",
176
+ "integrity": "sha512-BPsuN6LqZMpShuuOyyiaxl7DLjlyk41XBs5wqhD1qeULNnWctGkTa8SiX9Ev88NRMtR/evApIAFIDMTQzxXV8Q==",
176
177
  "dev": true,
177
178
  "dependencies": {
178
179
  "@babel/eslint-parser": "7.21.3",
@@ -197,6 +198,33 @@
197
198
  "eslint": ">=8"
198
199
  }
199
200
  },
201
+ "node_modules/@automattic/eslint-plugin-wpvip/node_modules/@babel/eslint-parser": {
202
+ "version": "7.21.3",
203
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz",
204
+ "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==",
205
+ "dev": true,
206
+ "dependencies": {
207
+ "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
208
+ "eslint-visitor-keys": "^2.1.0",
209
+ "semver": "^6.3.0"
210
+ },
211
+ "engines": {
212
+ "node": "^10.13.0 || ^12.13.0 || >=14.0.0"
213
+ },
214
+ "peerDependencies": {
215
+ "@babel/core": ">=7.11.0",
216
+ "eslint": "^7.5.0 || ^8.0.0"
217
+ }
218
+ },
219
+ "node_modules/@automattic/eslint-plugin-wpvip/node_modules/eslint-visitor-keys": {
220
+ "version": "2.1.0",
221
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
222
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
223
+ "dev": true,
224
+ "engines": {
225
+ "node": ">=10"
226
+ }
227
+ },
200
228
  "node_modules/@automattic/eslint-plugin-wpvip/node_modules/globals": {
201
229
  "version": "13.20.0",
202
230
  "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
@@ -212,6 +240,15 @@
212
240
  "url": "https://github.com/sponsors/sindresorhus"
213
241
  }
214
242
  },
243
+ "node_modules/@automattic/eslint-plugin-wpvip/node_modules/semver": {
244
+ "version": "6.3.0",
245
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
246
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
247
+ "dev": true,
248
+ "bin": {
249
+ "semver": "bin/semver.js"
250
+ }
251
+ },
215
252
  "node_modules/@automattic/vip-go-preflight-checks": {
216
253
  "version": "2.0.16",
217
254
  "resolved": "https://registry.npmjs.org/@automattic/vip-go-preflight-checks/-/vip-go-preflight-checks-2.0.16.tgz",
@@ -400,9 +437,9 @@
400
437
  }
401
438
  },
402
439
  "node_modules/@babel/cli": {
403
- "version": "7.21.0",
404
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.0.tgz",
405
- "integrity": "sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==",
440
+ "version": "7.21.5",
441
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.5.tgz",
442
+ "integrity": "sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==",
406
443
  "dev": true,
407
444
  "dependencies": {
408
445
  "@jridgewell/trace-mapping": "^0.3.17",
@@ -463,30 +500,30 @@
463
500
  }
464
501
  },
465
502
  "node_modules/@babel/compat-data": {
466
- "version": "7.21.4",
467
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.4.tgz",
468
- "integrity": "sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==",
503
+ "version": "7.21.7",
504
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.7.tgz",
505
+ "integrity": "sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==",
469
506
  "dev": true,
470
507
  "engines": {
471
508
  "node": ">=6.9.0"
472
509
  }
473
510
  },
474
511
  "node_modules/@babel/core": {
475
- "version": "7.21.4",
476
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz",
477
- "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==",
512
+ "version": "7.21.8",
513
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.8.tgz",
514
+ "integrity": "sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==",
478
515
  "dev": true,
479
516
  "dependencies": {
480
517
  "@ampproject/remapping": "^2.2.0",
481
518
  "@babel/code-frame": "^7.21.4",
482
- "@babel/generator": "^7.21.4",
483
- "@babel/helper-compilation-targets": "^7.21.4",
484
- "@babel/helper-module-transforms": "^7.21.2",
485
- "@babel/helpers": "^7.21.0",
486
- "@babel/parser": "^7.21.4",
519
+ "@babel/generator": "^7.21.5",
520
+ "@babel/helper-compilation-targets": "^7.21.5",
521
+ "@babel/helper-module-transforms": "^7.21.5",
522
+ "@babel/helpers": "^7.21.5",
523
+ "@babel/parser": "^7.21.8",
487
524
  "@babel/template": "^7.20.7",
488
- "@babel/traverse": "^7.21.4",
489
- "@babel/types": "^7.21.4",
525
+ "@babel/traverse": "^7.21.5",
526
+ "@babel/types": "^7.21.5",
490
527
  "convert-source-map": "^1.7.0",
491
528
  "debug": "^4.1.0",
492
529
  "gensync": "^1.0.0-beta.2",
@@ -511,9 +548,9 @@
511
548
  }
512
549
  },
513
550
  "node_modules/@babel/eslint-parser": {
514
- "version": "7.21.3",
515
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz",
516
- "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==",
551
+ "version": "7.21.8",
552
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz",
553
+ "integrity": "sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==",
517
554
  "dev": true,
518
555
  "dependencies": {
519
556
  "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -547,12 +584,12 @@
547
584
  }
548
585
  },
549
586
  "node_modules/@babel/generator": {
550
- "version": "7.21.4",
551
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.4.tgz",
552
- "integrity": "sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==",
587
+ "version": "7.21.5",
588
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.5.tgz",
589
+ "integrity": "sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==",
553
590
  "dev": true,
554
591
  "dependencies": {
555
- "@babel/types": "^7.21.4",
592
+ "@babel/types": "^7.21.5",
556
593
  "@jridgewell/gen-mapping": "^0.3.2",
557
594
  "@jridgewell/trace-mapping": "^0.3.17",
558
595
  "jsesc": "^2.5.1"
@@ -562,9 +599,9 @@
562
599
  }
563
600
  },
564
601
  "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": {
565
- "version": "0.3.2",
566
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
567
- "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
602
+ "version": "0.3.3",
603
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
604
+ "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
568
605
  "dev": true,
569
606
  "dependencies": {
570
607
  "@jridgewell/set-array": "^1.0.1",
@@ -601,12 +638,12 @@
601
638
  }
602
639
  },
603
640
  "node_modules/@babel/helper-compilation-targets": {
604
- "version": "7.21.4",
605
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz",
606
- "integrity": "sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==",
641
+ "version": "7.21.5",
642
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz",
643
+ "integrity": "sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==",
607
644
  "dev": true,
608
645
  "dependencies": {
609
- "@babel/compat-data": "^7.21.4",
646
+ "@babel/compat-data": "^7.21.5",
610
647
  "@babel/helper-validator-option": "^7.21.0",
611
648
  "browserslist": "^4.21.3",
612
649
  "lru-cache": "^5.1.1",
@@ -708,9 +745,9 @@
708
745
  }
709
746
  },
710
747
  "node_modules/@babel/helper-environment-visitor": {
711
- "version": "7.18.9",
712
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
713
- "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
748
+ "version": "7.21.5",
749
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz",
750
+ "integrity": "sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==",
714
751
  "dev": true,
715
752
  "engines": {
716
753
  "node": ">=6.9.0"
@@ -766,31 +803,31 @@
766
803
  }
767
804
  },
768
805
  "node_modules/@babel/helper-module-imports": {
769
- "version": "7.18.6",
770
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
771
- "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
806
+ "version": "7.21.4",
807
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz",
808
+ "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==",
772
809
  "dev": true,
773
810
  "dependencies": {
774
- "@babel/types": "^7.18.6"
811
+ "@babel/types": "^7.21.4"
775
812
  },
776
813
  "engines": {
777
814
  "node": ">=6.9.0"
778
815
  }
779
816
  },
780
817
  "node_modules/@babel/helper-module-transforms": {
781
- "version": "7.21.2",
782
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz",
783
- "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==",
818
+ "version": "7.21.5",
819
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz",
820
+ "integrity": "sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==",
784
821
  "dev": true,
785
822
  "dependencies": {
786
- "@babel/helper-environment-visitor": "^7.18.9",
787
- "@babel/helper-module-imports": "^7.18.6",
788
- "@babel/helper-simple-access": "^7.20.2",
823
+ "@babel/helper-environment-visitor": "^7.21.5",
824
+ "@babel/helper-module-imports": "^7.21.4",
825
+ "@babel/helper-simple-access": "^7.21.5",
789
826
  "@babel/helper-split-export-declaration": "^7.18.6",
790
827
  "@babel/helper-validator-identifier": "^7.19.1",
791
828
  "@babel/template": "^7.20.7",
792
- "@babel/traverse": "^7.21.2",
793
- "@babel/types": "^7.21.2"
829
+ "@babel/traverse": "^7.21.5",
830
+ "@babel/types": "^7.21.5"
794
831
  },
795
832
  "engines": {
796
833
  "node": ">=6.9.0"
@@ -809,9 +846,9 @@
809
846
  }
810
847
  },
811
848
  "node_modules/@babel/helper-plugin-utils": {
812
- "version": "7.20.2",
813
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
814
- "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
849
+ "version": "7.21.5",
850
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz",
851
+ "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==",
815
852
  "dev": true,
816
853
  "engines": {
817
854
  "node": ">=6.9.0"
@@ -853,12 +890,12 @@
853
890
  }
854
891
  },
855
892
  "node_modules/@babel/helper-simple-access": {
856
- "version": "7.20.2",
857
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
858
- "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
893
+ "version": "7.21.5",
894
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz",
895
+ "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==",
859
896
  "dev": true,
860
897
  "dependencies": {
861
- "@babel/types": "^7.20.2"
898
+ "@babel/types": "^7.21.5"
862
899
  },
863
900
  "engines": {
864
901
  "node": ">=6.9.0"
@@ -889,9 +926,9 @@
889
926
  }
890
927
  },
891
928
  "node_modules/@babel/helper-string-parser": {
892
- "version": "7.19.4",
893
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
894
- "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
929
+ "version": "7.21.5",
930
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz",
931
+ "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==",
895
932
  "dev": true,
896
933
  "engines": {
897
934
  "node": ">=6.9.0"
@@ -931,14 +968,14 @@
931
968
  }
932
969
  },
933
970
  "node_modules/@babel/helpers": {
934
- "version": "7.21.0",
935
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz",
936
- "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==",
971
+ "version": "7.21.5",
972
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.5.tgz",
973
+ "integrity": "sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==",
937
974
  "dev": true,
938
975
  "dependencies": {
939
976
  "@babel/template": "^7.20.7",
940
- "@babel/traverse": "^7.21.0",
941
- "@babel/types": "^7.21.0"
977
+ "@babel/traverse": "^7.21.5",
978
+ "@babel/types": "^7.21.5"
942
979
  },
943
980
  "engines": {
944
981
  "node": ">=6.9.0"
@@ -973,9 +1010,9 @@
973
1010
  }
974
1011
  },
975
1012
  "node_modules/@babel/parser": {
976
- "version": "7.21.4",
977
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
978
- "integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==",
1013
+ "version": "7.21.8",
1014
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz",
1015
+ "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==",
979
1016
  "dev": true,
980
1017
  "bin": {
981
1018
  "parser": "bin/babel-parser.js"
@@ -1527,12 +1564,12 @@
1527
1564
  }
1528
1565
  },
1529
1566
  "node_modules/@babel/plugin-transform-arrow-functions": {
1530
- "version": "7.20.7",
1531
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
1532
- "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
1567
+ "version": "7.21.5",
1568
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz",
1569
+ "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==",
1533
1570
  "dev": true,
1534
1571
  "dependencies": {
1535
- "@babel/helper-plugin-utils": "^7.20.2"
1572
+ "@babel/helper-plugin-utils": "^7.21.5"
1536
1573
  },
1537
1574
  "engines": {
1538
1575
  "node": ">=6.9.0"
@@ -1612,12 +1649,12 @@
1612
1649
  }
1613
1650
  },
1614
1651
  "node_modules/@babel/plugin-transform-computed-properties": {
1615
- "version": "7.20.7",
1616
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
1617
- "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
1652
+ "version": "7.21.5",
1653
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz",
1654
+ "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==",
1618
1655
  "dev": true,
1619
1656
  "dependencies": {
1620
- "@babel/helper-plugin-utils": "^7.20.2",
1657
+ "@babel/helper-plugin-utils": "^7.21.5",
1621
1658
  "@babel/template": "^7.20.7"
1622
1659
  },
1623
1660
  "engines": {
@@ -1706,12 +1743,12 @@
1706
1743
  }
1707
1744
  },
1708
1745
  "node_modules/@babel/plugin-transform-for-of": {
1709
- "version": "7.21.0",
1710
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz",
1711
- "integrity": "sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==",
1746
+ "version": "7.21.5",
1747
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz",
1748
+ "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==",
1712
1749
  "dev": true,
1713
1750
  "dependencies": {
1714
- "@babel/helper-plugin-utils": "^7.20.2"
1751
+ "@babel/helper-plugin-utils": "^7.21.5"
1715
1752
  },
1716
1753
  "engines": {
1717
1754
  "node": ">=6.9.0"
@@ -1784,14 +1821,14 @@
1784
1821
  }
1785
1822
  },
1786
1823
  "node_modules/@babel/plugin-transform-modules-commonjs": {
1787
- "version": "7.21.2",
1788
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz",
1789
- "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==",
1824
+ "version": "7.21.5",
1825
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz",
1826
+ "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==",
1790
1827
  "dev": true,
1791
1828
  "dependencies": {
1792
- "@babel/helper-module-transforms": "^7.21.2",
1793
- "@babel/helper-plugin-utils": "^7.20.2",
1794
- "@babel/helper-simple-access": "^7.20.2"
1829
+ "@babel/helper-module-transforms": "^7.21.5",
1830
+ "@babel/helper-plugin-utils": "^7.21.5",
1831
+ "@babel/helper-simple-access": "^7.21.5"
1795
1832
  },
1796
1833
  "engines": {
1797
1834
  "node": ">=6.9.0"
@@ -1932,12 +1969,12 @@
1932
1969
  }
1933
1970
  },
1934
1971
  "node_modules/@babel/plugin-transform-regenerator": {
1935
- "version": "7.20.5",
1936
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz",
1937
- "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==",
1972
+ "version": "7.21.5",
1973
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz",
1974
+ "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==",
1938
1975
  "dev": true,
1939
1976
  "dependencies": {
1940
- "@babel/helper-plugin-utils": "^7.20.2",
1977
+ "@babel/helper-plugin-utils": "^7.21.5",
1941
1978
  "regenerator-transform": "^0.15.1"
1942
1979
  },
1943
1980
  "engines": {
@@ -2039,12 +2076,12 @@
2039
2076
  }
2040
2077
  },
2041
2078
  "node_modules/@babel/plugin-transform-unicode-escapes": {
2042
- "version": "7.18.10",
2043
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
2044
- "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==",
2079
+ "version": "7.21.5",
2080
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz",
2081
+ "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==",
2045
2082
  "dev": true,
2046
2083
  "dependencies": {
2047
- "@babel/helper-plugin-utils": "^7.18.9"
2084
+ "@babel/helper-plugin-utils": "^7.21.5"
2048
2085
  },
2049
2086
  "engines": {
2050
2087
  "node": ">=6.9.0"
@@ -2070,14 +2107,14 @@
2070
2107
  }
2071
2108
  },
2072
2109
  "node_modules/@babel/preset-env": {
2073
- "version": "7.21.4",
2074
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.4.tgz",
2075
- "integrity": "sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==",
2110
+ "version": "7.21.5",
2111
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.5.tgz",
2112
+ "integrity": "sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==",
2076
2113
  "dev": true,
2077
2114
  "dependencies": {
2078
- "@babel/compat-data": "^7.21.4",
2079
- "@babel/helper-compilation-targets": "^7.21.4",
2080
- "@babel/helper-plugin-utils": "^7.20.2",
2115
+ "@babel/compat-data": "^7.21.5",
2116
+ "@babel/helper-compilation-targets": "^7.21.5",
2117
+ "@babel/helper-plugin-utils": "^7.21.5",
2081
2118
  "@babel/helper-validator-option": "^7.21.0",
2082
2119
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
2083
2120
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7",
@@ -2102,6 +2139,7 @@
2102
2139
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
2103
2140
  "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
2104
2141
  "@babel/plugin-syntax-import-assertions": "^7.20.0",
2142
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
2105
2143
  "@babel/plugin-syntax-json-strings": "^7.8.3",
2106
2144
  "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
2107
2145
  "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
@@ -2111,22 +2149,22 @@
2111
2149
  "@babel/plugin-syntax-optional-chaining": "^7.8.3",
2112
2150
  "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
2113
2151
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
2114
- "@babel/plugin-transform-arrow-functions": "^7.20.7",
2152
+ "@babel/plugin-transform-arrow-functions": "^7.21.5",
2115
2153
  "@babel/plugin-transform-async-to-generator": "^7.20.7",
2116
2154
  "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
2117
2155
  "@babel/plugin-transform-block-scoping": "^7.21.0",
2118
2156
  "@babel/plugin-transform-classes": "^7.21.0",
2119
- "@babel/plugin-transform-computed-properties": "^7.20.7",
2157
+ "@babel/plugin-transform-computed-properties": "^7.21.5",
2120
2158
  "@babel/plugin-transform-destructuring": "^7.21.3",
2121
2159
  "@babel/plugin-transform-dotall-regex": "^7.18.6",
2122
2160
  "@babel/plugin-transform-duplicate-keys": "^7.18.9",
2123
2161
  "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
2124
- "@babel/plugin-transform-for-of": "^7.21.0",
2162
+ "@babel/plugin-transform-for-of": "^7.21.5",
2125
2163
  "@babel/plugin-transform-function-name": "^7.18.9",
2126
2164
  "@babel/plugin-transform-literals": "^7.18.9",
2127
2165
  "@babel/plugin-transform-member-expression-literals": "^7.18.6",
2128
2166
  "@babel/plugin-transform-modules-amd": "^7.20.11",
2129
- "@babel/plugin-transform-modules-commonjs": "^7.21.2",
2167
+ "@babel/plugin-transform-modules-commonjs": "^7.21.5",
2130
2168
  "@babel/plugin-transform-modules-systemjs": "^7.20.11",
2131
2169
  "@babel/plugin-transform-modules-umd": "^7.18.6",
2132
2170
  "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5",
@@ -2134,17 +2172,17 @@
2134
2172
  "@babel/plugin-transform-object-super": "^7.18.6",
2135
2173
  "@babel/plugin-transform-parameters": "^7.21.3",
2136
2174
  "@babel/plugin-transform-property-literals": "^7.18.6",
2137
- "@babel/plugin-transform-regenerator": "^7.20.5",
2175
+ "@babel/plugin-transform-regenerator": "^7.21.5",
2138
2176
  "@babel/plugin-transform-reserved-words": "^7.18.6",
2139
2177
  "@babel/plugin-transform-shorthand-properties": "^7.18.6",
2140
2178
  "@babel/plugin-transform-spread": "^7.20.7",
2141
2179
  "@babel/plugin-transform-sticky-regex": "^7.18.6",
2142
2180
  "@babel/plugin-transform-template-literals": "^7.18.9",
2143
2181
  "@babel/plugin-transform-typeof-symbol": "^7.18.9",
2144
- "@babel/plugin-transform-unicode-escapes": "^7.18.10",
2182
+ "@babel/plugin-transform-unicode-escapes": "^7.21.5",
2145
2183
  "@babel/plugin-transform-unicode-regex": "^7.18.6",
2146
2184
  "@babel/preset-modules": "^0.1.5",
2147
- "@babel/types": "^7.21.4",
2185
+ "@babel/types": "^7.21.5",
2148
2186
  "babel-plugin-polyfill-corejs2": "^0.3.3",
2149
2187
  "babel-plugin-polyfill-corejs3": "^0.6.0",
2150
2188
  "babel-plugin-polyfill-regenerator": "^0.4.1",
@@ -2227,19 +2265,19 @@
2227
2265
  }
2228
2266
  },
2229
2267
  "node_modules/@babel/traverse": {
2230
- "version": "7.21.4",
2231
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz",
2232
- "integrity": "sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==",
2268
+ "version": "7.21.5",
2269
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz",
2270
+ "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==",
2233
2271
  "dev": true,
2234
2272
  "dependencies": {
2235
2273
  "@babel/code-frame": "^7.21.4",
2236
- "@babel/generator": "^7.21.4",
2237
- "@babel/helper-environment-visitor": "^7.18.9",
2274
+ "@babel/generator": "^7.21.5",
2275
+ "@babel/helper-environment-visitor": "^7.21.5",
2238
2276
  "@babel/helper-function-name": "^7.21.0",
2239
2277
  "@babel/helper-hoist-variables": "^7.18.6",
2240
2278
  "@babel/helper-split-export-declaration": "^7.18.6",
2241
- "@babel/parser": "^7.21.4",
2242
- "@babel/types": "^7.21.4",
2279
+ "@babel/parser": "^7.21.5",
2280
+ "@babel/types": "^7.21.5",
2243
2281
  "debug": "^4.1.0",
2244
2282
  "globals": "^11.1.0"
2245
2283
  },
@@ -2248,12 +2286,12 @@
2248
2286
  }
2249
2287
  },
2250
2288
  "node_modules/@babel/types": {
2251
- "version": "7.21.4",
2252
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz",
2253
- "integrity": "sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==",
2289
+ "version": "7.21.5",
2290
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz",
2291
+ "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==",
2254
2292
  "dev": true,
2255
2293
  "dependencies": {
2256
- "@babel/helper-string-parser": "^7.19.4",
2294
+ "@babel/helper-string-parser": "^7.21.5",
2257
2295
  "@babel/helper-validator-identifier": "^7.19.1",
2258
2296
  "to-fast-properties": "^2.0.0"
2259
2297
  },
@@ -2311,14 +2349,14 @@
2311
2349
  }
2312
2350
  },
2313
2351
  "node_modules/@eslint/eslintrc": {
2314
- "version": "2.0.2",
2315
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz",
2316
- "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==",
2352
+ "version": "2.0.3",
2353
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz",
2354
+ "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==",
2317
2355
  "dev": true,
2318
2356
  "dependencies": {
2319
2357
  "ajv": "^6.12.4",
2320
2358
  "debug": "^4.3.2",
2321
- "espree": "^9.5.1",
2359
+ "espree": "^9.5.2",
2322
2360
  "globals": "^13.19.0",
2323
2361
  "ignore": "^5.2.0",
2324
2362
  "import-fresh": "^3.2.1",
@@ -2361,9 +2399,9 @@
2361
2399
  }
2362
2400
  },
2363
2401
  "node_modules/@eslint/js": {
2364
- "version": "8.38.0",
2365
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz",
2366
- "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==",
2402
+ "version": "8.40.0",
2403
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz",
2404
+ "integrity": "sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==",
2367
2405
  "dev": true,
2368
2406
  "engines": {
2369
2407
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -6569,15 +6607,15 @@
6569
6607
  }
6570
6608
  },
6571
6609
  "node_modules/eslint": {
6572
- "version": "8.38.0",
6573
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz",
6574
- "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==",
6610
+ "version": "8.40.0",
6611
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz",
6612
+ "integrity": "sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==",
6575
6613
  "dev": true,
6576
6614
  "dependencies": {
6577
6615
  "@eslint-community/eslint-utils": "^4.2.0",
6578
6616
  "@eslint-community/regexpp": "^4.4.0",
6579
- "@eslint/eslintrc": "^2.0.2",
6580
- "@eslint/js": "8.38.0",
6617
+ "@eslint/eslintrc": "^2.0.3",
6618
+ "@eslint/js": "8.40.0",
6581
6619
  "@humanwhocodes/config-array": "^0.11.8",
6582
6620
  "@humanwhocodes/module-importer": "^1.0.1",
6583
6621
  "@nodelib/fs.walk": "^1.2.8",
@@ -6587,9 +6625,9 @@
6587
6625
  "debug": "^4.3.2",
6588
6626
  "doctrine": "^3.0.0",
6589
6627
  "escape-string-regexp": "^4.0.0",
6590
- "eslint-scope": "^7.1.1",
6591
- "eslint-visitor-keys": "^3.4.0",
6592
- "espree": "^9.5.1",
6628
+ "eslint-scope": "^7.2.0",
6629
+ "eslint-visitor-keys": "^3.4.1",
6630
+ "espree": "^9.5.2",
6593
6631
  "esquery": "^1.4.2",
6594
6632
  "esutils": "^2.0.2",
6595
6633
  "fast-deep-equal": "^3.1.3",
@@ -7072,9 +7110,9 @@
7072
7110
  }
7073
7111
  },
7074
7112
  "node_modules/eslint-visitor-keys": {
7075
- "version": "3.4.0",
7076
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
7077
- "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
7113
+ "version": "3.4.1",
7114
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
7115
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
7078
7116
  "dev": true,
7079
7117
  "engines": {
7080
7118
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -7119,9 +7157,9 @@
7119
7157
  }
7120
7158
  },
7121
7159
  "node_modules/eslint/node_modules/eslint-scope": {
7122
- "version": "7.1.1",
7123
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
7124
- "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
7160
+ "version": "7.2.0",
7161
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
7162
+ "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
7125
7163
  "dev": true,
7126
7164
  "dependencies": {
7127
7165
  "esrecurse": "^4.3.0",
@@ -7129,6 +7167,9 @@
7129
7167
  },
7130
7168
  "engines": {
7131
7169
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
7170
+ },
7171
+ "funding": {
7172
+ "url": "https://opencollective.com/eslint"
7132
7173
  }
7133
7174
  },
7134
7175
  "node_modules/eslint/node_modules/estraverse": {
@@ -7283,14 +7324,14 @@
7283
7324
  }
7284
7325
  },
7285
7326
  "node_modules/espree": {
7286
- "version": "9.5.1",
7287
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz",
7288
- "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==",
7327
+ "version": "9.5.2",
7328
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
7329
+ "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
7289
7330
  "dev": true,
7290
7331
  "dependencies": {
7291
7332
  "acorn": "^8.8.0",
7292
7333
  "acorn-jsx": "^5.3.2",
7293
- "eslint-visitor-keys": "^3.4.0"
7334
+ "eslint-visitor-keys": "^3.4.1"
7294
7335
  },
7295
7336
  "engines": {
7296
7337
  "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@@ -7879,9 +7920,9 @@
7879
7920
  "dev": true
7880
7921
  },
7881
7922
  "node_modules/flow-bin": {
7882
- "version": "0.204.0",
7883
- "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.204.0.tgz",
7884
- "integrity": "sha512-yXIbRjRTcE7IXElwhwbl80sXQDlbB6MPy8mYUXpXp12VsAsE+CeF1yNo6tMDoz6KJTi3+jLws/zkenVOO09TfA==",
7923
+ "version": "0.205.1",
7924
+ "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.205.1.tgz",
7925
+ "integrity": "sha512-pGQ/ZFr9hnbhRmc+K3K1Ui9BwDivlesNEd2mZbm5pCnxEUvbbj9nXHlTD4s4qO0k+LBKYLMZzQwBVYyRUE380g==",
7885
7926
  "dev": true,
7886
7927
  "bin": {
7887
7928
  "flow": "cli.js"
@@ -9402,7 +9443,7 @@
9402
9443
  "node_modules/is-wsl": {
9403
9444
  "version": "1.1.0",
9404
9445
  "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
9405
- "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=",
9446
+ "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==",
9406
9447
  "engines": {
9407
9448
  "node": ">=4"
9408
9449
  }
@@ -10912,7 +10953,7 @@
10912
10953
  "node_modules/lando": {
10913
10954
  "name": "@lando/cli",
10914
10955
  "version": "3.6.5",
10915
- "resolved": "git+ssh://git@github.com/automattic/lando-cli.git#d75a4e8f16d03ef3f07a5958f1ae91d68f613528",
10956
+ "resolved": "git+ssh://git@github.com/automattic/lando-cli.git#d58d9b35eda082b3f9e8fbabb5b4ffb7569b940c",
10916
10957
  "license": "GPL-3.0",
10917
10958
  "dependencies": {
10918
10959
  "@lando/compose": "^0.5.0",
@@ -11606,9 +11647,9 @@
11606
11647
  "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
11607
11648
  },
11608
11649
  "node_modules/nock": {
11609
- "version": "13.3.0",
11610
- "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz",
11611
- "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==",
11650
+ "version": "13.3.1",
11651
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
11652
+ "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
11612
11653
  "dev": true,
11613
11654
  "dependencies": {
11614
11655
  "debug": "^4.1.0",
@@ -11679,9 +11720,9 @@
11679
11720
  }
11680
11721
  },
11681
11722
  "node_modules/node-fetch": {
11682
- "version": "2.6.9",
11683
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
11684
- "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
11723
+ "version": "2.6.11",
11724
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
11725
+ "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
11685
11726
  "dependencies": {
11686
11727
  "whatwg-url": "^5.0.0"
11687
11728
  },
@@ -12444,9 +12485,9 @@
12444
12485
  }
12445
12486
  },
12446
12487
  "node_modules/prettier": {
12447
- "version": "2.8.7",
12448
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
12449
- "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
12488
+ "version": "2.8.8",
12489
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
12490
+ "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
12450
12491
  "dev": true,
12451
12492
  "bin": {
12452
12493
  "prettier": "bin-prettier.js"
@@ -13045,11 +13086,11 @@
13045
13086
  "dev": true
13046
13087
  },
13047
13088
  "node_modules/resolve": {
13048
- "version": "1.22.1",
13049
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
13050
- "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
13089
+ "version": "1.22.2",
13090
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
13091
+ "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
13051
13092
  "dependencies": {
13052
- "is-core-module": "^2.9.0",
13093
+ "is-core-module": "^2.11.0",
13053
13094
  "path-parse": "^1.0.7",
13054
13095
  "supports-preserve-symlinks-flag": "^1.0.0"
13055
13096
  },
@@ -13271,9 +13312,9 @@
13271
13312
  }
13272
13313
  },
13273
13314
  "node_modules/semver": {
13274
- "version": "7.3.8",
13275
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
13276
- "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
13315
+ "version": "7.5.0",
13316
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
13317
+ "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
13277
13318
  "dependencies": {
13278
13319
  "lru-cache": "^6.0.0"
13279
13320
  },
@@ -14203,9 +14244,9 @@
14203
14244
  }
14204
14245
  },
14205
14246
  "node_modules/tar/node_modules/minipass": {
14206
- "version": "4.2.5",
14207
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
14208
- "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==",
14247
+ "version": "4.2.8",
14248
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
14249
+ "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==",
14209
14250
  "engines": {
14210
14251
  "node": ">=8"
14211
14252
  }
@@ -15320,9 +15361,9 @@
15320
15361
  }
15321
15362
  },
15322
15363
  "node_modules/yargs": {
15323
- "version": "17.7.1",
15324
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
15325
- "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
15364
+ "version": "17.7.2",
15365
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
15366
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
15326
15367
  "dependencies": {
15327
15368
  "cliui": "^8.0.1",
15328
15369
  "escalade": "^3.1.1",
@@ -15455,9 +15496,9 @@
15455
15496
  }
15456
15497
  },
15457
15498
  "@automattic/eslint-plugin-wpvip": {
15458
- "version": "0.5.2",
15459
- "resolved": "https://registry.npmjs.org/@automattic/eslint-plugin-wpvip/-/eslint-plugin-wpvip-0.5.2.tgz",
15460
- "integrity": "sha512-8orPlR5ZVkyrYVPA8BvIqa7cDIbBViIQm6eVBdtHZzSqjjDNWr/7T0kjoec/PK94XIY1TrYyxgFKAl3BWD4c6w==",
15499
+ "version": "0.5.3",
15500
+ "resolved": "https://registry.npmjs.org/@automattic/eslint-plugin-wpvip/-/eslint-plugin-wpvip-0.5.3.tgz",
15501
+ "integrity": "sha512-BPsuN6LqZMpShuuOyyiaxl7DLjlyk41XBs5wqhD1qeULNnWctGkTa8SiX9Ev88NRMtR/evApIAFIDMTQzxXV8Q==",
15461
15502
  "dev": true,
15462
15503
  "requires": {
15463
15504
  "@babel/eslint-parser": "7.21.3",
@@ -15479,6 +15520,23 @@
15479
15520
  "globals": "13.20.0"
15480
15521
  },
15481
15522
  "dependencies": {
15523
+ "@babel/eslint-parser": {
15524
+ "version": "7.21.3",
15525
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz",
15526
+ "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==",
15527
+ "dev": true,
15528
+ "requires": {
15529
+ "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
15530
+ "eslint-visitor-keys": "^2.1.0",
15531
+ "semver": "^6.3.0"
15532
+ }
15533
+ },
15534
+ "eslint-visitor-keys": {
15535
+ "version": "2.1.0",
15536
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
15537
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
15538
+ "dev": true
15539
+ },
15482
15540
  "globals": {
15483
15541
  "version": "13.20.0",
15484
15542
  "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
@@ -15487,6 +15545,12 @@
15487
15545
  "requires": {
15488
15546
  "type-fest": "^0.20.2"
15489
15547
  }
15548
+ },
15549
+ "semver": {
15550
+ "version": "6.3.0",
15551
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
15552
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
15553
+ "dev": true
15490
15554
  }
15491
15555
  }
15492
15556
  },
@@ -15613,9 +15677,9 @@
15613
15677
  }
15614
15678
  },
15615
15679
  "@babel/cli": {
15616
- "version": "7.21.0",
15617
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.0.tgz",
15618
- "integrity": "sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA==",
15680
+ "version": "7.21.5",
15681
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.21.5.tgz",
15682
+ "integrity": "sha512-TOKytQ9uQW9c4np8F+P7ZfPINy5Kv+pizDIUwSVH8X5zHgYHV4AA8HE5LA450xXeu4jEfmUckTYvv1I4S26M/g==",
15619
15683
  "dev": true,
15620
15684
  "requires": {
15621
15685
  "@jridgewell/trace-mapping": "^0.3.17",
@@ -15657,27 +15721,27 @@
15657
15721
  }
15658
15722
  },
15659
15723
  "@babel/compat-data": {
15660
- "version": "7.21.4",
15661
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.4.tgz",
15662
- "integrity": "sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==",
15724
+ "version": "7.21.7",
15725
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.7.tgz",
15726
+ "integrity": "sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==",
15663
15727
  "dev": true
15664
15728
  },
15665
15729
  "@babel/core": {
15666
- "version": "7.21.4",
15667
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.4.tgz",
15668
- "integrity": "sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==",
15730
+ "version": "7.21.8",
15731
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.21.8.tgz",
15732
+ "integrity": "sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==",
15669
15733
  "dev": true,
15670
15734
  "requires": {
15671
15735
  "@ampproject/remapping": "^2.2.0",
15672
15736
  "@babel/code-frame": "^7.21.4",
15673
- "@babel/generator": "^7.21.4",
15674
- "@babel/helper-compilation-targets": "^7.21.4",
15675
- "@babel/helper-module-transforms": "^7.21.2",
15676
- "@babel/helpers": "^7.21.0",
15677
- "@babel/parser": "^7.21.4",
15737
+ "@babel/generator": "^7.21.5",
15738
+ "@babel/helper-compilation-targets": "^7.21.5",
15739
+ "@babel/helper-module-transforms": "^7.21.5",
15740
+ "@babel/helpers": "^7.21.5",
15741
+ "@babel/parser": "^7.21.8",
15678
15742
  "@babel/template": "^7.20.7",
15679
- "@babel/traverse": "^7.21.4",
15680
- "@babel/types": "^7.21.4",
15743
+ "@babel/traverse": "^7.21.5",
15744
+ "@babel/types": "^7.21.5",
15681
15745
  "convert-source-map": "^1.7.0",
15682
15746
  "debug": "^4.1.0",
15683
15747
  "gensync": "^1.0.0-beta.2",
@@ -15694,9 +15758,9 @@
15694
15758
  }
15695
15759
  },
15696
15760
  "@babel/eslint-parser": {
15697
- "version": "7.21.3",
15698
- "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz",
15699
- "integrity": "sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg==",
15761
+ "version": "7.21.8",
15762
+ "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz",
15763
+ "integrity": "sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ==",
15700
15764
  "dev": true,
15701
15765
  "requires": {
15702
15766
  "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
@@ -15719,21 +15783,21 @@
15719
15783
  }
15720
15784
  },
15721
15785
  "@babel/generator": {
15722
- "version": "7.21.4",
15723
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.4.tgz",
15724
- "integrity": "sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==",
15786
+ "version": "7.21.5",
15787
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.21.5.tgz",
15788
+ "integrity": "sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==",
15725
15789
  "dev": true,
15726
15790
  "requires": {
15727
- "@babel/types": "^7.21.4",
15791
+ "@babel/types": "^7.21.5",
15728
15792
  "@jridgewell/gen-mapping": "^0.3.2",
15729
15793
  "@jridgewell/trace-mapping": "^0.3.17",
15730
15794
  "jsesc": "^2.5.1"
15731
15795
  },
15732
15796
  "dependencies": {
15733
15797
  "@jridgewell/gen-mapping": {
15734
- "version": "0.3.2",
15735
- "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
15736
- "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
15798
+ "version": "0.3.3",
15799
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
15800
+ "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
15737
15801
  "dev": true,
15738
15802
  "requires": {
15739
15803
  "@jridgewell/set-array": "^1.0.1",
@@ -15763,12 +15827,12 @@
15763
15827
  }
15764
15828
  },
15765
15829
  "@babel/helper-compilation-targets": {
15766
- "version": "7.21.4",
15767
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz",
15768
- "integrity": "sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==",
15830
+ "version": "7.21.5",
15831
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz",
15832
+ "integrity": "sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==",
15769
15833
  "dev": true,
15770
15834
  "requires": {
15771
- "@babel/compat-data": "^7.21.4",
15835
+ "@babel/compat-data": "^7.21.5",
15772
15836
  "@babel/helper-validator-option": "^7.21.0",
15773
15837
  "browserslist": "^4.21.3",
15774
15838
  "lru-cache": "^5.1.1",
@@ -15847,9 +15911,9 @@
15847
15911
  }
15848
15912
  },
15849
15913
  "@babel/helper-environment-visitor": {
15850
- "version": "7.18.9",
15851
- "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
15852
- "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
15914
+ "version": "7.21.5",
15915
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz",
15916
+ "integrity": "sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==",
15853
15917
  "dev": true
15854
15918
  },
15855
15919
  "@babel/helper-explode-assignable-expression": {
@@ -15890,28 +15954,28 @@
15890
15954
  }
15891
15955
  },
15892
15956
  "@babel/helper-module-imports": {
15893
- "version": "7.18.6",
15894
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
15895
- "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
15957
+ "version": "7.21.4",
15958
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz",
15959
+ "integrity": "sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==",
15896
15960
  "dev": true,
15897
15961
  "requires": {
15898
- "@babel/types": "^7.18.6"
15962
+ "@babel/types": "^7.21.4"
15899
15963
  }
15900
15964
  },
15901
15965
  "@babel/helper-module-transforms": {
15902
- "version": "7.21.2",
15903
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz",
15904
- "integrity": "sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==",
15966
+ "version": "7.21.5",
15967
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz",
15968
+ "integrity": "sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==",
15905
15969
  "dev": true,
15906
15970
  "requires": {
15907
- "@babel/helper-environment-visitor": "^7.18.9",
15908
- "@babel/helper-module-imports": "^7.18.6",
15909
- "@babel/helper-simple-access": "^7.20.2",
15971
+ "@babel/helper-environment-visitor": "^7.21.5",
15972
+ "@babel/helper-module-imports": "^7.21.4",
15973
+ "@babel/helper-simple-access": "^7.21.5",
15910
15974
  "@babel/helper-split-export-declaration": "^7.18.6",
15911
15975
  "@babel/helper-validator-identifier": "^7.19.1",
15912
15976
  "@babel/template": "^7.20.7",
15913
- "@babel/traverse": "^7.21.2",
15914
- "@babel/types": "^7.21.2"
15977
+ "@babel/traverse": "^7.21.5",
15978
+ "@babel/types": "^7.21.5"
15915
15979
  }
15916
15980
  },
15917
15981
  "@babel/helper-optimise-call-expression": {
@@ -15924,9 +15988,9 @@
15924
15988
  }
15925
15989
  },
15926
15990
  "@babel/helper-plugin-utils": {
15927
- "version": "7.20.2",
15928
- "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
15929
- "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
15991
+ "version": "7.21.5",
15992
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.21.5.tgz",
15993
+ "integrity": "sha512-0WDaIlXKOX/3KfBK/dwP1oQGiPh6rjMkT7HIRv7i5RR2VUMwrx5ZL0dwBkKx7+SW1zwNdgjHd34IMk5ZjTeHVg==",
15930
15994
  "dev": true
15931
15995
  },
15932
15996
  "@babel/helper-remap-async-to-generator": {
@@ -15956,12 +16020,12 @@
15956
16020
  }
15957
16021
  },
15958
16022
  "@babel/helper-simple-access": {
15959
- "version": "7.20.2",
15960
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
15961
- "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
16023
+ "version": "7.21.5",
16024
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz",
16025
+ "integrity": "sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==",
15962
16026
  "dev": true,
15963
16027
  "requires": {
15964
- "@babel/types": "^7.20.2"
16028
+ "@babel/types": "^7.21.5"
15965
16029
  }
15966
16030
  },
15967
16031
  "@babel/helper-skip-transparent-expression-wrappers": {
@@ -15983,9 +16047,9 @@
15983
16047
  }
15984
16048
  },
15985
16049
  "@babel/helper-string-parser": {
15986
- "version": "7.19.4",
15987
- "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
15988
- "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==",
16050
+ "version": "7.21.5",
16051
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz",
16052
+ "integrity": "sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==",
15989
16053
  "dev": true
15990
16054
  },
15991
16055
  "@babel/helper-validator-identifier": {
@@ -16013,14 +16077,14 @@
16013
16077
  }
16014
16078
  },
16015
16079
  "@babel/helpers": {
16016
- "version": "7.21.0",
16017
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.0.tgz",
16018
- "integrity": "sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==",
16080
+ "version": "7.21.5",
16081
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.21.5.tgz",
16082
+ "integrity": "sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==",
16019
16083
  "dev": true,
16020
16084
  "requires": {
16021
16085
  "@babel/template": "^7.20.7",
16022
- "@babel/traverse": "^7.21.0",
16023
- "@babel/types": "^7.21.0"
16086
+ "@babel/traverse": "^7.21.5",
16087
+ "@babel/types": "^7.21.5"
16024
16088
  }
16025
16089
  },
16026
16090
  "@babel/highlight": {
@@ -16048,9 +16112,9 @@
16048
16112
  }
16049
16113
  },
16050
16114
  "@babel/parser": {
16051
- "version": "7.21.4",
16052
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz",
16053
- "integrity": "sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==",
16115
+ "version": "7.21.8",
16116
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.21.8.tgz",
16117
+ "integrity": "sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==",
16054
16118
  "dev": true
16055
16119
  },
16056
16120
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
@@ -16413,12 +16477,12 @@
16413
16477
  }
16414
16478
  },
16415
16479
  "@babel/plugin-transform-arrow-functions": {
16416
- "version": "7.20.7",
16417
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz",
16418
- "integrity": "sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==",
16480
+ "version": "7.21.5",
16481
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.21.5.tgz",
16482
+ "integrity": "sha512-wb1mhwGOCaXHDTcsRYMKF9e5bbMgqwxtqa2Y1ifH96dXJPwbuLX9qHy3clhrxVqgMz7nyNXs8VkxdH8UBcjKqA==",
16419
16483
  "dev": true,
16420
16484
  "requires": {
16421
- "@babel/helper-plugin-utils": "^7.20.2"
16485
+ "@babel/helper-plugin-utils": "^7.21.5"
16422
16486
  }
16423
16487
  },
16424
16488
  "@babel/plugin-transform-async-to-generator": {
@@ -16468,12 +16532,12 @@
16468
16532
  }
16469
16533
  },
16470
16534
  "@babel/plugin-transform-computed-properties": {
16471
- "version": "7.20.7",
16472
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz",
16473
- "integrity": "sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==",
16535
+ "version": "7.21.5",
16536
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.21.5.tgz",
16537
+ "integrity": "sha512-TR653Ki3pAwxBxUe8srfF3e4Pe3FTA46uaNHYyQwIoM4oWKSoOZiDNyHJ0oIoDIUPSRQbQG7jzgVBX3FPVne1Q==",
16474
16538
  "dev": true,
16475
16539
  "requires": {
16476
- "@babel/helper-plugin-utils": "^7.20.2",
16540
+ "@babel/helper-plugin-utils": "^7.21.5",
16477
16541
  "@babel/template": "^7.20.7"
16478
16542
  }
16479
16543
  },
@@ -16526,12 +16590,12 @@
16526
16590
  }
16527
16591
  },
16528
16592
  "@babel/plugin-transform-for-of": {
16529
- "version": "7.21.0",
16530
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz",
16531
- "integrity": "sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==",
16593
+ "version": "7.21.5",
16594
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.5.tgz",
16595
+ "integrity": "sha512-nYWpjKW/7j/I/mZkGVgHJXh4bA1sfdFnJoOXwJuj4m3Q2EraO/8ZyrkCau9P5tbHQk01RMSt6KYLCsW7730SXQ==",
16532
16596
  "dev": true,
16533
16597
  "requires": {
16534
- "@babel/helper-plugin-utils": "^7.20.2"
16598
+ "@babel/helper-plugin-utils": "^7.21.5"
16535
16599
  }
16536
16600
  },
16537
16601
  "@babel/plugin-transform-function-name": {
@@ -16574,14 +16638,14 @@
16574
16638
  }
16575
16639
  },
16576
16640
  "@babel/plugin-transform-modules-commonjs": {
16577
- "version": "7.21.2",
16578
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz",
16579
- "integrity": "sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==",
16641
+ "version": "7.21.5",
16642
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.5.tgz",
16643
+ "integrity": "sha512-OVryBEgKUbtqMoB7eG2rs6UFexJi6Zj6FDXx+esBLPTCxCNxAY9o+8Di7IsUGJ+AVhp5ncK0fxWUBd0/1gPhrQ==",
16580
16644
  "dev": true,
16581
16645
  "requires": {
16582
- "@babel/helper-module-transforms": "^7.21.2",
16583
- "@babel/helper-plugin-utils": "^7.20.2",
16584
- "@babel/helper-simple-access": "^7.20.2"
16646
+ "@babel/helper-module-transforms": "^7.21.5",
16647
+ "@babel/helper-plugin-utils": "^7.21.5",
16648
+ "@babel/helper-simple-access": "^7.21.5"
16585
16649
  }
16586
16650
  },
16587
16651
  "@babel/plugin-transform-modules-systemjs": {
@@ -16668,12 +16732,12 @@
16668
16732
  }
16669
16733
  },
16670
16734
  "@babel/plugin-transform-regenerator": {
16671
- "version": "7.20.5",
16672
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz",
16673
- "integrity": "sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==",
16735
+ "version": "7.21.5",
16736
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.21.5.tgz",
16737
+ "integrity": "sha512-ZoYBKDb6LyMi5yCsByQ5jmXsHAQDDYeexT1Szvlmui+lADvfSecr5Dxd/PkrTC3pAD182Fcju1VQkB4oCp9M+w==",
16674
16738
  "dev": true,
16675
16739
  "requires": {
16676
- "@babel/helper-plugin-utils": "^7.20.2",
16740
+ "@babel/helper-plugin-utils": "^7.21.5",
16677
16741
  "regenerator-transform": "^0.15.1"
16678
16742
  }
16679
16743
  },
@@ -16733,12 +16797,12 @@
16733
16797
  }
16734
16798
  },
16735
16799
  "@babel/plugin-transform-unicode-escapes": {
16736
- "version": "7.18.10",
16737
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
16738
- "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==",
16800
+ "version": "7.21.5",
16801
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.21.5.tgz",
16802
+ "integrity": "sha512-LYm/gTOwZqsYohlvFUe/8Tujz75LqqVC2w+2qPHLR+WyWHGCZPN1KBpJCJn+4Bk4gOkQy/IXKIge6az5MqwlOg==",
16739
16803
  "dev": true,
16740
16804
  "requires": {
16741
- "@babel/helper-plugin-utils": "^7.18.9"
16805
+ "@babel/helper-plugin-utils": "^7.21.5"
16742
16806
  }
16743
16807
  },
16744
16808
  "@babel/plugin-transform-unicode-regex": {
@@ -16752,14 +16816,14 @@
16752
16816
  }
16753
16817
  },
16754
16818
  "@babel/preset-env": {
16755
- "version": "7.21.4",
16756
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.4.tgz",
16757
- "integrity": "sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==",
16819
+ "version": "7.21.5",
16820
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.21.5.tgz",
16821
+ "integrity": "sha512-wH00QnTTldTbf/IefEVyChtRdw5RJvODT/Vb4Vcxq1AZvtXj6T0YeX0cAcXhI6/BdGuiP3GcNIL4OQbI2DVNxg==",
16758
16822
  "dev": true,
16759
16823
  "requires": {
16760
- "@babel/compat-data": "^7.21.4",
16761
- "@babel/helper-compilation-targets": "^7.21.4",
16762
- "@babel/helper-plugin-utils": "^7.20.2",
16824
+ "@babel/compat-data": "^7.21.5",
16825
+ "@babel/helper-compilation-targets": "^7.21.5",
16826
+ "@babel/helper-plugin-utils": "^7.21.5",
16763
16827
  "@babel/helper-validator-option": "^7.21.0",
16764
16828
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
16765
16829
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.20.7",
@@ -16784,6 +16848,7 @@
16784
16848
  "@babel/plugin-syntax-dynamic-import": "^7.8.3",
16785
16849
  "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
16786
16850
  "@babel/plugin-syntax-import-assertions": "^7.20.0",
16851
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
16787
16852
  "@babel/plugin-syntax-json-strings": "^7.8.3",
16788
16853
  "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
16789
16854
  "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
@@ -16793,22 +16858,22 @@
16793
16858
  "@babel/plugin-syntax-optional-chaining": "^7.8.3",
16794
16859
  "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
16795
16860
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
16796
- "@babel/plugin-transform-arrow-functions": "^7.20.7",
16861
+ "@babel/plugin-transform-arrow-functions": "^7.21.5",
16797
16862
  "@babel/plugin-transform-async-to-generator": "^7.20.7",
16798
16863
  "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
16799
16864
  "@babel/plugin-transform-block-scoping": "^7.21.0",
16800
16865
  "@babel/plugin-transform-classes": "^7.21.0",
16801
- "@babel/plugin-transform-computed-properties": "^7.20.7",
16866
+ "@babel/plugin-transform-computed-properties": "^7.21.5",
16802
16867
  "@babel/plugin-transform-destructuring": "^7.21.3",
16803
16868
  "@babel/plugin-transform-dotall-regex": "^7.18.6",
16804
16869
  "@babel/plugin-transform-duplicate-keys": "^7.18.9",
16805
16870
  "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
16806
- "@babel/plugin-transform-for-of": "^7.21.0",
16871
+ "@babel/plugin-transform-for-of": "^7.21.5",
16807
16872
  "@babel/plugin-transform-function-name": "^7.18.9",
16808
16873
  "@babel/plugin-transform-literals": "^7.18.9",
16809
16874
  "@babel/plugin-transform-member-expression-literals": "^7.18.6",
16810
16875
  "@babel/plugin-transform-modules-amd": "^7.20.11",
16811
- "@babel/plugin-transform-modules-commonjs": "^7.21.2",
16876
+ "@babel/plugin-transform-modules-commonjs": "^7.21.5",
16812
16877
  "@babel/plugin-transform-modules-systemjs": "^7.20.11",
16813
16878
  "@babel/plugin-transform-modules-umd": "^7.18.6",
16814
16879
  "@babel/plugin-transform-named-capturing-groups-regex": "^7.20.5",
@@ -16816,17 +16881,17 @@
16816
16881
  "@babel/plugin-transform-object-super": "^7.18.6",
16817
16882
  "@babel/plugin-transform-parameters": "^7.21.3",
16818
16883
  "@babel/plugin-transform-property-literals": "^7.18.6",
16819
- "@babel/plugin-transform-regenerator": "^7.20.5",
16884
+ "@babel/plugin-transform-regenerator": "^7.21.5",
16820
16885
  "@babel/plugin-transform-reserved-words": "^7.18.6",
16821
16886
  "@babel/plugin-transform-shorthand-properties": "^7.18.6",
16822
16887
  "@babel/plugin-transform-spread": "^7.20.7",
16823
16888
  "@babel/plugin-transform-sticky-regex": "^7.18.6",
16824
16889
  "@babel/plugin-transform-template-literals": "^7.18.9",
16825
16890
  "@babel/plugin-transform-typeof-symbol": "^7.18.9",
16826
- "@babel/plugin-transform-unicode-escapes": "^7.18.10",
16891
+ "@babel/plugin-transform-unicode-escapes": "^7.21.5",
16827
16892
  "@babel/plugin-transform-unicode-regex": "^7.18.6",
16828
16893
  "@babel/preset-modules": "^0.1.5",
16829
- "@babel/types": "^7.21.4",
16894
+ "@babel/types": "^7.21.5",
16830
16895
  "babel-plugin-polyfill-corejs2": "^0.3.3",
16831
16896
  "babel-plugin-polyfill-corejs3": "^0.6.0",
16832
16897
  "babel-plugin-polyfill-regenerator": "^0.4.1",
@@ -16887,30 +16952,30 @@
16887
16952
  }
16888
16953
  },
16889
16954
  "@babel/traverse": {
16890
- "version": "7.21.4",
16891
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz",
16892
- "integrity": "sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==",
16955
+ "version": "7.21.5",
16956
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.5.tgz",
16957
+ "integrity": "sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==",
16893
16958
  "dev": true,
16894
16959
  "requires": {
16895
16960
  "@babel/code-frame": "^7.21.4",
16896
- "@babel/generator": "^7.21.4",
16897
- "@babel/helper-environment-visitor": "^7.18.9",
16961
+ "@babel/generator": "^7.21.5",
16962
+ "@babel/helper-environment-visitor": "^7.21.5",
16898
16963
  "@babel/helper-function-name": "^7.21.0",
16899
16964
  "@babel/helper-hoist-variables": "^7.18.6",
16900
16965
  "@babel/helper-split-export-declaration": "^7.18.6",
16901
- "@babel/parser": "^7.21.4",
16902
- "@babel/types": "^7.21.4",
16966
+ "@babel/parser": "^7.21.5",
16967
+ "@babel/types": "^7.21.5",
16903
16968
  "debug": "^4.1.0",
16904
16969
  "globals": "^11.1.0"
16905
16970
  }
16906
16971
  },
16907
16972
  "@babel/types": {
16908
- "version": "7.21.4",
16909
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.4.tgz",
16910
- "integrity": "sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==",
16973
+ "version": "7.21.5",
16974
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.21.5.tgz",
16975
+ "integrity": "sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==",
16911
16976
  "dev": true,
16912
16977
  "requires": {
16913
- "@babel/helper-string-parser": "^7.19.4",
16978
+ "@babel/helper-string-parser": "^7.21.5",
16914
16979
  "@babel/helper-validator-identifier": "^7.19.1",
16915
16980
  "to-fast-properties": "^2.0.0"
16916
16981
  }
@@ -16953,14 +17018,14 @@
16953
17018
  "dev": true
16954
17019
  },
16955
17020
  "@eslint/eslintrc": {
16956
- "version": "2.0.2",
16957
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.2.tgz",
16958
- "integrity": "sha512-3W4f5tDUra+pA+FzgugqL2pRimUTDJWKr7BINqOpkZrC0uYI0NIc0/JFgBROCU07HR6GieA5m3/rsPIhDmCXTQ==",
17021
+ "version": "2.0.3",
17022
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.0.3.tgz",
17023
+ "integrity": "sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuSoJicQ==",
16959
17024
  "dev": true,
16960
17025
  "requires": {
16961
17026
  "ajv": "^6.12.4",
16962
17027
  "debug": "^4.3.2",
16963
- "espree": "^9.5.1",
17028
+ "espree": "^9.5.2",
16964
17029
  "globals": "^13.19.0",
16965
17030
  "ignore": "^5.2.0",
16966
17031
  "import-fresh": "^3.2.1",
@@ -16987,9 +17052,9 @@
16987
17052
  }
16988
17053
  },
16989
17054
  "@eslint/js": {
16990
- "version": "8.38.0",
16991
- "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.38.0.tgz",
16992
- "integrity": "sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==",
17055
+ "version": "8.40.0",
17056
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.40.0.tgz",
17057
+ "integrity": "sha512-ElyB54bJIhXQYVKjDSvCkPO1iU1tSAeVQJbllWJq1XQSmmA4dgFk8CbiBGpiOPxleE48vDogxCtmMYku4HSVLA==",
16993
17058
  "dev": true
16994
17059
  },
16995
17060
  "@graphql-typed-document-node/core": {
@@ -20230,15 +20295,15 @@
20230
20295
  }
20231
20296
  },
20232
20297
  "eslint": {
20233
- "version": "8.38.0",
20234
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.38.0.tgz",
20235
- "integrity": "sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==",
20298
+ "version": "8.40.0",
20299
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.40.0.tgz",
20300
+ "integrity": "sha512-bvR+TsP9EHL3TqNtj9sCNJVAFK3fBN8Q7g5waghxyRsPLIMwL73XSKnZFK0hk/O2ANC+iAoq6PWMQ+IfBAJIiQ==",
20236
20301
  "dev": true,
20237
20302
  "requires": {
20238
20303
  "@eslint-community/eslint-utils": "^4.2.0",
20239
20304
  "@eslint-community/regexpp": "^4.4.0",
20240
- "@eslint/eslintrc": "^2.0.2",
20241
- "@eslint/js": "8.38.0",
20305
+ "@eslint/eslintrc": "^2.0.3",
20306
+ "@eslint/js": "8.40.0",
20242
20307
  "@humanwhocodes/config-array": "^0.11.8",
20243
20308
  "@humanwhocodes/module-importer": "^1.0.1",
20244
20309
  "@nodelib/fs.walk": "^1.2.8",
@@ -20248,9 +20313,9 @@
20248
20313
  "debug": "^4.3.2",
20249
20314
  "doctrine": "^3.0.0",
20250
20315
  "escape-string-regexp": "^4.0.0",
20251
- "eslint-scope": "^7.1.1",
20252
- "eslint-visitor-keys": "^3.4.0",
20253
- "espree": "^9.5.1",
20316
+ "eslint-scope": "^7.2.0",
20317
+ "eslint-visitor-keys": "^3.4.1",
20318
+ "espree": "^9.5.2",
20254
20319
  "esquery": "^1.4.2",
20255
20320
  "esutils": "^2.0.2",
20256
20321
  "fast-deep-equal": "^3.1.3",
@@ -20301,9 +20366,9 @@
20301
20366
  "dev": true
20302
20367
  },
20303
20368
  "eslint-scope": {
20304
- "version": "7.1.1",
20305
- "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
20306
- "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
20369
+ "version": "7.2.0",
20370
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.0.tgz",
20371
+ "integrity": "sha512-DYj5deGlHBfMt15J7rdtyKNq/Nqlv5KfU4iodrQ019XESsRnwXH9KAE0y3cwtUHDo2ob7CypAnCqefh6vioWRw==",
20307
20372
  "dev": true,
20308
20373
  "requires": {
20309
20374
  "esrecurse": "^4.3.0",
@@ -20737,20 +20802,20 @@
20737
20802
  }
20738
20803
  },
20739
20804
  "eslint-visitor-keys": {
20740
- "version": "3.4.0",
20741
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz",
20742
- "integrity": "sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==",
20805
+ "version": "3.4.1",
20806
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.1.tgz",
20807
+ "integrity": "sha512-pZnmmLwYzf+kWaM/Qgrvpen51upAktaaiI01nsJD/Yr3lMOdNtq0cxkrrg16w64VtisN6okbs7Q8AfGqj4c9fA==",
20743
20808
  "dev": true
20744
20809
  },
20745
20810
  "espree": {
20746
- "version": "9.5.1",
20747
- "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.1.tgz",
20748
- "integrity": "sha512-5yxtHSZXRSW5pvv3hAlXM5+/Oswi1AUFqBmbibKb5s6bp3rGIDkyXU6xCoyuuLhijr4SFwPrXRoZjz0AZDN9tg==",
20811
+ "version": "9.5.2",
20812
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.5.2.tgz",
20813
+ "integrity": "sha512-7OASN1Wma5fum5SrNhFMAMJxOUAbhyfQ8dQ//PJaJbNw0URTPWqIghHWt1MmAANKhHZIYOHruW4Kw4ruUWOdGw==",
20749
20814
  "dev": true,
20750
20815
  "requires": {
20751
20816
  "acorn": "^8.8.0",
20752
20817
  "acorn-jsx": "^5.3.2",
20753
- "eslint-visitor-keys": "^3.4.0"
20818
+ "eslint-visitor-keys": "^3.4.1"
20754
20819
  }
20755
20820
  },
20756
20821
  "esprima": {
@@ -21222,9 +21287,9 @@
21222
21287
  "dev": true
21223
21288
  },
21224
21289
  "flow-bin": {
21225
- "version": "0.204.0",
21226
- "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.204.0.tgz",
21227
- "integrity": "sha512-yXIbRjRTcE7IXElwhwbl80sXQDlbB6MPy8mYUXpXp12VsAsE+CeF1yNo6tMDoz6KJTi3+jLws/zkenVOO09TfA==",
21290
+ "version": "0.205.1",
21291
+ "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.205.1.tgz",
21292
+ "integrity": "sha512-pGQ/ZFr9hnbhRmc+K3K1Ui9BwDivlesNEd2mZbm5pCnxEUvbbj9nXHlTD4s4qO0k+LBKYLMZzQwBVYyRUE380g==",
21228
21293
  "dev": true
21229
21294
  },
21230
21295
  "follow-redirects": {
@@ -22318,7 +22383,7 @@
22318
22383
  "is-wsl": {
22319
22384
  "version": "1.1.0",
22320
22385
  "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz",
22321
- "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0="
22386
+ "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw=="
22322
22387
  },
22323
22388
  "is-yarn-global": {
22324
22389
  "version": "0.3.0",
@@ -23449,8 +23514,8 @@
23449
23514
  "dev": true
23450
23515
  },
23451
23516
  "lando": {
23452
- "version": "git+ssh://git@github.com/automattic/lando-cli.git#d75a4e8f16d03ef3f07a5958f1ae91d68f613528",
23453
- "from": "lando@github:automattic/lando-cli.git#d75a4e8",
23517
+ "version": "git+ssh://git@github.com/automattic/lando-cli.git#d58d9b35eda082b3f9e8fbabb5b4ffb7569b940c",
23518
+ "from": "lando@github:automattic/lando-cli.git#d58d9b3",
23454
23519
  "requires": {
23455
23520
  "@lando/compose": "^0.5.0",
23456
23521
  "@lando/mailhog": "^0.5.0",
@@ -24014,9 +24079,9 @@
24014
24079
  "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
24015
24080
  },
24016
24081
  "nock": {
24017
- "version": "13.3.0",
24018
- "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.0.tgz",
24019
- "integrity": "sha512-HHqYQ6mBeiMc+N038w8LkMpDCRquCHWeNmN3v6645P3NhN2+qXOBqvPqo7Rt1VyCMzKhJ733wZqw5B7cQVFNPg==",
24082
+ "version": "13.3.1",
24083
+ "resolved": "https://registry.npmjs.org/nock/-/nock-13.3.1.tgz",
24084
+ "integrity": "sha512-vHnopocZuI93p2ccivFyGuUfzjq2fxNyNurp7816mlT5V5HF4SzXu8lvLrVzBbNqzs+ODooZ6OksuSUNM7Njkw==",
24020
24085
  "dev": true,
24021
24086
  "requires": {
24022
24087
  "debug": "^4.1.0",
@@ -24079,9 +24144,9 @@
24079
24144
  }
24080
24145
  },
24081
24146
  "node-fetch": {
24082
- "version": "2.6.9",
24083
- "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
24084
- "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
24147
+ "version": "2.6.11",
24148
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.11.tgz",
24149
+ "integrity": "sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==",
24085
24150
  "requires": {
24086
24151
  "whatwg-url": "^5.0.0"
24087
24152
  }
@@ -24637,9 +24702,9 @@
24637
24702
  "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc="
24638
24703
  },
24639
24704
  "prettier": {
24640
- "version": "2.8.7",
24641
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz",
24642
- "integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==",
24705
+ "version": "2.8.8",
24706
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.8.tgz",
24707
+ "integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
24643
24708
  "dev": true
24644
24709
  },
24645
24710
  "prettier-linter-helpers": {
@@ -25104,11 +25169,11 @@
25104
25169
  "dev": true
25105
25170
  },
25106
25171
  "resolve": {
25107
- "version": "1.22.1",
25108
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz",
25109
- "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==",
25172
+ "version": "1.22.2",
25173
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
25174
+ "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
25110
25175
  "requires": {
25111
- "is-core-module": "^2.9.0",
25176
+ "is-core-module": "^2.11.0",
25112
25177
  "path-parse": "^1.0.7",
25113
25178
  "supports-preserve-symlinks-flag": "^1.0.0"
25114
25179
  }
@@ -25268,9 +25333,9 @@
25268
25333
  }
25269
25334
  },
25270
25335
  "semver": {
25271
- "version": "7.3.8",
25272
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
25273
- "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
25336
+ "version": "7.5.0",
25337
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.0.tgz",
25338
+ "integrity": "sha512-+XC0AD/R7Q2mPSRuy2Id0+CGTZ98+8f+KvwirxOKIEyid+XSx6HbC63p+O4IndTHuX5Z+JxQ0TghCkO5Cg/2HA==",
25274
25339
  "requires": {
25275
25340
  "lru-cache": "^6.0.0"
25276
25341
  },
@@ -25965,9 +26030,9 @@
25965
26030
  "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ=="
25966
26031
  },
25967
26032
  "minipass": {
25968
- "version": "4.2.5",
25969
- "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz",
25970
- "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q=="
26033
+ "version": "4.2.8",
26034
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz",
26035
+ "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ=="
25971
26036
  },
25972
26037
  "mkdirp": {
25973
26038
  "version": "1.0.4",
@@ -26863,9 +26928,9 @@
26863
26928
  }
26864
26929
  },
26865
26930
  "yargs": {
26866
- "version": "17.7.1",
26867
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
26868
- "integrity": "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==",
26931
+ "version": "17.7.2",
26932
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
26933
+ "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
26869
26934
  "requires": {
26870
26935
  "cliui": "^8.0.1",
26871
26936
  "escalade": "^3.1.1",