decidim 0.30.8 → 0.30.9

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.
data/package-lock.json CHANGED
@@ -48,23 +48,12 @@
48
48
  "url": "https://github.com/sponsors/sindresorhus"
49
49
  }
50
50
  },
51
- "node_modules/@ampproject/remapping": {
52
- "version": "2.2.1",
53
- "license": "Apache-2.0",
54
- "dependencies": {
55
- "@jridgewell/gen-mapping": "^0.3.0",
56
- "@jridgewell/trace-mapping": "^0.3.9"
57
- },
58
- "engines": {
59
- "node": ">=6.0.0"
60
- }
61
- },
62
51
  "node_modules/@apideck/better-ajv-errors": {
63
- "version": "0.3.6",
64
- "license": "MIT",
52
+ "version": "0.3.7",
53
+ "resolved": "https://registry.npmjs.org/@apideck/better-ajv-errors/-/better-ajv-errors-0.3.7.tgz",
54
+ "integrity": "sha512-TajUJwGWbDwkCx/CZi7tRE8PVB7simCvKJfHUsSdvps+aTM/PDPP4gkLmKnc+x3CE//y9i/nj74GqdL/hwk7Iw==",
65
55
  "dependencies": {
66
- "json-schema": "^0.4.0",
67
- "jsonpointer": "^5.0.0",
56
+ "jsonpointer": "^5.0.1",
68
57
  "leven": "^3.1.0"
69
58
  },
70
59
  "engines": {
@@ -75,37 +64,41 @@
75
64
  }
76
65
  },
77
66
  "node_modules/@babel/code-frame": {
78
- "version": "7.23.5",
79
- "license": "MIT",
67
+ "version": "7.29.0",
68
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
69
+ "integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
80
70
  "dependencies": {
81
- "@babel/highlight": "^7.23.4",
82
- "chalk": "^2.4.2"
71
+ "@babel/helper-validator-identifier": "^7.28.5",
72
+ "js-tokens": "^4.0.0",
73
+ "picocolors": "^1.1.1"
83
74
  },
84
75
  "engines": {
85
76
  "node": ">=6.9.0"
86
77
  }
87
78
  },
88
79
  "node_modules/@babel/compat-data": {
89
- "version": "7.23.5",
90
- "license": "MIT",
80
+ "version": "7.29.3",
81
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.29.3.tgz",
82
+ "integrity": "sha512-LIVqM46zQWZhj17qA8wb4nW/ixr2y1Nw+r1etiAWgRM6U1IqP+LNhL1yg440jYZR72jCWcWbLWzIosH+uP1fqg==",
91
83
  "engines": {
92
84
  "node": ">=6.9.0"
93
85
  }
94
86
  },
95
87
  "node_modules/@babel/core": {
96
- "version": "7.23.9",
97
- "license": "MIT",
98
- "dependencies": {
99
- "@ampproject/remapping": "^2.2.0",
100
- "@babel/code-frame": "^7.23.5",
101
- "@babel/generator": "^7.23.6",
102
- "@babel/helper-compilation-targets": "^7.23.6",
103
- "@babel/helper-module-transforms": "^7.23.3",
104
- "@babel/helpers": "^7.23.9",
105
- "@babel/parser": "^7.23.9",
106
- "@babel/template": "^7.23.9",
107
- "@babel/traverse": "^7.23.9",
108
- "@babel/types": "^7.23.9",
88
+ "version": "7.29.0",
89
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.29.0.tgz",
90
+ "integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
91
+ "dependencies": {
92
+ "@babel/code-frame": "^7.29.0",
93
+ "@babel/generator": "^7.29.0",
94
+ "@babel/helper-compilation-targets": "^7.28.6",
95
+ "@babel/helper-module-transforms": "^7.28.6",
96
+ "@babel/helpers": "^7.28.6",
97
+ "@babel/parser": "^7.29.0",
98
+ "@babel/template": "^7.28.6",
99
+ "@babel/traverse": "^7.29.0",
100
+ "@babel/types": "^7.29.0",
101
+ "@jridgewell/remapping": "^2.3.5",
109
102
  "convert-source-map": "^2.0.0",
110
103
  "debug": "^4.1.0",
111
104
  "gensync": "^1.0.0-beta.2",
@@ -121,13 +114,15 @@
121
114
  }
122
115
  },
123
116
  "node_modules/@babel/generator": {
124
- "version": "7.23.6",
125
- "license": "MIT",
117
+ "version": "7.29.1",
118
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
119
+ "integrity": "sha512-qsaF+9Qcm2Qv8SRIMMscAvG4O3lJ0F1GuMo5HR/Bp02LopNgnZBC/EkbevHFeGs4ls/oPz9v+Bsmzbkbe+0dUw==",
126
120
  "dependencies": {
127
- "@babel/types": "^7.23.6",
128
- "@jridgewell/gen-mapping": "^0.3.2",
129
- "@jridgewell/trace-mapping": "^0.3.17",
130
- "jsesc": "^2.5.1"
121
+ "@babel/parser": "^7.29.0",
122
+ "@babel/types": "^7.29.0",
123
+ "@jridgewell/gen-mapping": "^0.3.12",
124
+ "@jridgewell/trace-mapping": "^0.3.28",
125
+ "jsesc": "^3.0.2"
131
126
  },
132
127
  "engines": {
133
128
  "node": ">=6.9.0"
@@ -154,12 +149,13 @@
154
149
  }
155
150
  },
156
151
  "node_modules/@babel/helper-compilation-targets": {
157
- "version": "7.23.6",
158
- "license": "MIT",
152
+ "version": "7.28.6",
153
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz",
154
+ "integrity": "sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA==",
159
155
  "dependencies": {
160
- "@babel/compat-data": "^7.23.5",
161
- "@babel/helper-validator-option": "^7.23.5",
162
- "browserslist": "^4.22.2",
156
+ "@babel/compat-data": "^7.28.6",
157
+ "@babel/helper-validator-option": "^7.27.1",
158
+ "browserslist": "^4.24.0",
163
159
  "lru-cache": "^5.1.1",
164
160
  "semver": "^6.3.1"
165
161
  },
@@ -235,6 +231,14 @@
235
231
  "node": ">=6.9.0"
236
232
  }
237
233
  },
234
+ "node_modules/@babel/helper-globals": {
235
+ "version": "7.28.0",
236
+ "resolved": "https://registry.npmjs.org/@babel/helper-globals/-/helper-globals-7.28.0.tgz",
237
+ "integrity": "sha512-+W6cISkXFa1jXsDEdYA8HeevQT/FULhxzR99pxphltZcVaugps53THCeiWA8SguxxpSp3gKPiuYfSWopkLQ4hw==",
238
+ "engines": {
239
+ "node": ">=6.9.0"
240
+ }
241
+ },
238
242
  "node_modules/@babel/helper-hoist-variables": {
239
243
  "version": "7.22.5",
240
244
  "license": "MIT",
@@ -256,24 +260,25 @@
256
260
  }
257
261
  },
258
262
  "node_modules/@babel/helper-module-imports": {
259
- "version": "7.22.15",
260
- "license": "MIT",
263
+ "version": "7.28.6",
264
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz",
265
+ "integrity": "sha512-l5XkZK7r7wa9LucGw9LwZyyCUscb4x37JWTPz7swwFE/0FMQAGpiWUZn8u9DzkSBWEcK25jmvubfpw2dnAMdbw==",
261
266
  "dependencies": {
262
- "@babel/types": "^7.22.15"
267
+ "@babel/traverse": "^7.28.6",
268
+ "@babel/types": "^7.28.6"
263
269
  },
264
270
  "engines": {
265
271
  "node": ">=6.9.0"
266
272
  }
267
273
  },
268
274
  "node_modules/@babel/helper-module-transforms": {
269
- "version": "7.23.3",
270
- "license": "MIT",
275
+ "version": "7.28.6",
276
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz",
277
+ "integrity": "sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==",
271
278
  "dependencies": {
272
- "@babel/helper-environment-visitor": "^7.22.20",
273
- "@babel/helper-module-imports": "^7.22.15",
274
- "@babel/helper-simple-access": "^7.22.5",
275
- "@babel/helper-split-export-declaration": "^7.22.6",
276
- "@babel/helper-validator-identifier": "^7.22.20"
279
+ "@babel/helper-module-imports": "^7.28.6",
280
+ "@babel/helper-validator-identifier": "^7.28.5",
281
+ "@babel/traverse": "^7.28.6"
277
282
  },
278
283
  "engines": {
279
284
  "node": ">=6.9.0"
@@ -360,22 +365,25 @@
360
365
  }
361
366
  },
362
367
  "node_modules/@babel/helper-string-parser": {
363
- "version": "7.23.4",
364
- "license": "MIT",
368
+ "version": "7.27.1",
369
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
370
+ "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
365
371
  "engines": {
366
372
  "node": ">=6.9.0"
367
373
  }
368
374
  },
369
375
  "node_modules/@babel/helper-validator-identifier": {
370
- "version": "7.22.20",
371
- "license": "MIT",
376
+ "version": "7.28.5",
377
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz",
378
+ "integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
372
379
  "engines": {
373
380
  "node": ">=6.9.0"
374
381
  }
375
382
  },
376
383
  "node_modules/@babel/helper-validator-option": {
377
- "version": "7.23.5",
378
- "license": "MIT",
384
+ "version": "7.27.1",
385
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz",
386
+ "integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
379
387
  "engines": {
380
388
  "node": ">=6.9.0"
381
389
  }
@@ -393,32 +401,24 @@
393
401
  }
394
402
  },
395
403
  "node_modules/@babel/helpers": {
396
- "version": "7.23.9",
397
- "license": "MIT",
404
+ "version": "7.29.2",
405
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
406
+ "integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
398
407
  "dependencies": {
399
- "@babel/template": "^7.23.9",
400
- "@babel/traverse": "^7.23.9",
401
- "@babel/types": "^7.23.9"
408
+ "@babel/template": "^7.28.6",
409
+ "@babel/types": "^7.29.0"
402
410
  },
403
411
  "engines": {
404
412
  "node": ">=6.9.0"
405
413
  }
406
414
  },
407
- "node_modules/@babel/highlight": {
408
- "version": "7.23.4",
409
- "license": "MIT",
415
+ "node_modules/@babel/parser": {
416
+ "version": "7.29.3",
417
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.3.tgz",
418
+ "integrity": "sha512-b3ctpQwp+PROvU/cttc4OYl4MzfJUWy6FZg+PMXfzmt/+39iHVF0sDfqay8TQM3JA2EUOyKcFZt75jWriQijsA==",
410
419
  "dependencies": {
411
- "@babel/helper-validator-identifier": "^7.22.20",
412
- "chalk": "^2.4.2",
413
- "js-tokens": "^4.0.0"
420
+ "@babel/types": "^7.29.0"
414
421
  },
415
- "engines": {
416
- "node": ">=6.9.0"
417
- }
418
- },
419
- "node_modules/@babel/parser": {
420
- "version": "7.23.9",
421
- "license": "MIT",
422
422
  "bin": {
423
423
  "parser": "bin/babel-parser.js"
424
424
  },
@@ -1547,43 +1547,42 @@
1547
1547
  }
1548
1548
  },
1549
1549
  "node_modules/@babel/template": {
1550
- "version": "7.23.9",
1551
- "license": "MIT",
1550
+ "version": "7.28.6",
1551
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.28.6.tgz",
1552
+ "integrity": "sha512-YA6Ma2KsCdGb+WC6UpBVFJGXL58MDA6oyONbjyF/+5sBgxY/dwkhLogbMT2GXXyU84/IhRw/2D1Os1B/giz+BQ==",
1552
1553
  "dependencies": {
1553
- "@babel/code-frame": "^7.23.5",
1554
- "@babel/parser": "^7.23.9",
1555
- "@babel/types": "^7.23.9"
1554
+ "@babel/code-frame": "^7.28.6",
1555
+ "@babel/parser": "^7.28.6",
1556
+ "@babel/types": "^7.28.6"
1556
1557
  },
1557
1558
  "engines": {
1558
1559
  "node": ">=6.9.0"
1559
1560
  }
1560
1561
  },
1561
1562
  "node_modules/@babel/traverse": {
1562
- "version": "7.23.9",
1563
- "license": "MIT",
1563
+ "version": "7.29.0",
1564
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.29.0.tgz",
1565
+ "integrity": "sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA==",
1564
1566
  "dependencies": {
1565
- "@babel/code-frame": "^7.23.5",
1566
- "@babel/generator": "^7.23.6",
1567
- "@babel/helper-environment-visitor": "^7.22.20",
1568
- "@babel/helper-function-name": "^7.23.0",
1569
- "@babel/helper-hoist-variables": "^7.22.5",
1570
- "@babel/helper-split-export-declaration": "^7.22.6",
1571
- "@babel/parser": "^7.23.9",
1572
- "@babel/types": "^7.23.9",
1573
- "debug": "^4.3.1",
1574
- "globals": "^11.1.0"
1567
+ "@babel/code-frame": "^7.29.0",
1568
+ "@babel/generator": "^7.29.0",
1569
+ "@babel/helper-globals": "^7.28.0",
1570
+ "@babel/parser": "^7.29.0",
1571
+ "@babel/template": "^7.28.6",
1572
+ "@babel/types": "^7.29.0",
1573
+ "debug": "^4.3.1"
1575
1574
  },
1576
1575
  "engines": {
1577
1576
  "node": ">=6.9.0"
1578
1577
  }
1579
1578
  },
1580
1579
  "node_modules/@babel/types": {
1581
- "version": "7.23.9",
1582
- "license": "MIT",
1580
+ "version": "7.29.0",
1581
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.0.tgz",
1582
+ "integrity": "sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==",
1583
1583
  "dependencies": {
1584
- "@babel/helper-string-parser": "^7.23.4",
1585
- "@babel/helper-validator-identifier": "^7.22.20",
1586
- "to-fast-properties": "^2.0.0"
1584
+ "@babel/helper-string-parser": "^7.27.1",
1585
+ "@babel/helper-validator-identifier": "^7.28.5"
1587
1586
  },
1588
1587
  "engines": {
1589
1588
  "node": ">=6.9.0"
@@ -2912,70 +2911,6 @@
2912
2911
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
2913
2912
  }
2914
2913
  },
2915
- "node_modules/@jest/console/node_modules/ansi-styles": {
2916
- "version": "4.3.0",
2917
- "dev": true,
2918
- "license": "MIT",
2919
- "dependencies": {
2920
- "color-convert": "^2.0.1"
2921
- },
2922
- "engines": {
2923
- "node": ">=8"
2924
- },
2925
- "funding": {
2926
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2927
- }
2928
- },
2929
- "node_modules/@jest/console/node_modules/chalk": {
2930
- "version": "4.1.2",
2931
- "dev": true,
2932
- "license": "MIT",
2933
- "dependencies": {
2934
- "ansi-styles": "^4.1.0",
2935
- "supports-color": "^7.1.0"
2936
- },
2937
- "engines": {
2938
- "node": ">=10"
2939
- },
2940
- "funding": {
2941
- "url": "https://github.com/chalk/chalk?sponsor=1"
2942
- }
2943
- },
2944
- "node_modules/@jest/console/node_modules/color-convert": {
2945
- "version": "2.0.1",
2946
- "dev": true,
2947
- "license": "MIT",
2948
- "dependencies": {
2949
- "color-name": "~1.1.4"
2950
- },
2951
- "engines": {
2952
- "node": ">=7.0.0"
2953
- }
2954
- },
2955
- "node_modules/@jest/console/node_modules/color-name": {
2956
- "version": "1.1.4",
2957
- "dev": true,
2958
- "license": "MIT"
2959
- },
2960
- "node_modules/@jest/console/node_modules/has-flag": {
2961
- "version": "4.0.0",
2962
- "dev": true,
2963
- "license": "MIT",
2964
- "engines": {
2965
- "node": ">=8"
2966
- }
2967
- },
2968
- "node_modules/@jest/console/node_modules/supports-color": {
2969
- "version": "7.2.0",
2970
- "dev": true,
2971
- "license": "MIT",
2972
- "dependencies": {
2973
- "has-flag": "^4.0.0"
2974
- },
2975
- "engines": {
2976
- "node": ">=8"
2977
- }
2978
- },
2979
2914
  "node_modules/@jest/core": {
2980
2915
  "version": "29.7.0",
2981
2916
  "dev": true,
@@ -3030,59 +2965,6 @@
3030
2965
  "node": ">=8"
3031
2966
  }
3032
2967
  },
3033
- "node_modules/@jest/core/node_modules/ansi-styles": {
3034
- "version": "4.3.0",
3035
- "dev": true,
3036
- "license": "MIT",
3037
- "dependencies": {
3038
- "color-convert": "^2.0.1"
3039
- },
3040
- "engines": {
3041
- "node": ">=8"
3042
- },
3043
- "funding": {
3044
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3045
- }
3046
- },
3047
- "node_modules/@jest/core/node_modules/chalk": {
3048
- "version": "4.1.2",
3049
- "dev": true,
3050
- "license": "MIT",
3051
- "dependencies": {
3052
- "ansi-styles": "^4.1.0",
3053
- "supports-color": "^7.1.0"
3054
- },
3055
- "engines": {
3056
- "node": ">=10"
3057
- },
3058
- "funding": {
3059
- "url": "https://github.com/chalk/chalk?sponsor=1"
3060
- }
3061
- },
3062
- "node_modules/@jest/core/node_modules/color-convert": {
3063
- "version": "2.0.1",
3064
- "dev": true,
3065
- "license": "MIT",
3066
- "dependencies": {
3067
- "color-name": "~1.1.4"
3068
- },
3069
- "engines": {
3070
- "node": ">=7.0.0"
3071
- }
3072
- },
3073
- "node_modules/@jest/core/node_modules/color-name": {
3074
- "version": "1.1.4",
3075
- "dev": true,
3076
- "license": "MIT"
3077
- },
3078
- "node_modules/@jest/core/node_modules/has-flag": {
3079
- "version": "4.0.0",
3080
- "dev": true,
3081
- "license": "MIT",
3082
- "engines": {
3083
- "node": ">=8"
3084
- }
3085
- },
3086
2968
  "node_modules/@jest/core/node_modules/strip-ansi": {
3087
2969
  "version": "6.0.1",
3088
2970
  "dev": true,
@@ -3094,17 +2976,6 @@
3094
2976
  "node": ">=8"
3095
2977
  }
3096
2978
  },
3097
- "node_modules/@jest/core/node_modules/supports-color": {
3098
- "version": "7.2.0",
3099
- "dev": true,
3100
- "license": "MIT",
3101
- "dependencies": {
3102
- "has-flag": "^4.0.0"
3103
- },
3104
- "engines": {
3105
- "node": ">=8"
3106
- }
3107
- },
3108
2979
  "node_modules/@jest/environment": {
3109
2980
  "version": "29.7.0",
3110
2981
  "dev": true,
@@ -3222,20 +3093,6 @@
3222
3093
  "node": ">=8"
3223
3094
  }
3224
3095
  },
3225
- "node_modules/@jest/reporters/node_modules/ansi-styles": {
3226
- "version": "4.3.0",
3227
- "dev": true,
3228
- "license": "MIT",
3229
- "dependencies": {
3230
- "color-convert": "^2.0.1"
3231
- },
3232
- "engines": {
3233
- "node": ">=8"
3234
- },
3235
- "funding": {
3236
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3237
- }
3238
- },
3239
3096
  "node_modules/@jest/reporters/node_modules/brace-expansion": {
3240
3097
  "version": "1.1.11",
3241
3098
  "dev": true,
@@ -3245,37 +3102,6 @@
3245
3102
  "concat-map": "0.0.1"
3246
3103
  }
3247
3104
  },
3248
- "node_modules/@jest/reporters/node_modules/chalk": {
3249
- "version": "4.1.2",
3250
- "dev": true,
3251
- "license": "MIT",
3252
- "dependencies": {
3253
- "ansi-styles": "^4.1.0",
3254
- "supports-color": "^7.1.0"
3255
- },
3256
- "engines": {
3257
- "node": ">=10"
3258
- },
3259
- "funding": {
3260
- "url": "https://github.com/chalk/chalk?sponsor=1"
3261
- }
3262
- },
3263
- "node_modules/@jest/reporters/node_modules/color-convert": {
3264
- "version": "2.0.1",
3265
- "dev": true,
3266
- "license": "MIT",
3267
- "dependencies": {
3268
- "color-name": "~1.1.4"
3269
- },
3270
- "engines": {
3271
- "node": ">=7.0.0"
3272
- }
3273
- },
3274
- "node_modules/@jest/reporters/node_modules/color-name": {
3275
- "version": "1.1.4",
3276
- "dev": true,
3277
- "license": "MIT"
3278
- },
3279
3105
  "node_modules/@jest/reporters/node_modules/glob": {
3280
3106
  "version": "7.2.3",
3281
3107
  "dev": true,
@@ -3295,14 +3121,6 @@
3295
3121
  "url": "https://github.com/sponsors/isaacs"
3296
3122
  }
3297
3123
  },
3298
- "node_modules/@jest/reporters/node_modules/has-flag": {
3299
- "version": "4.0.0",
3300
- "dev": true,
3301
- "license": "MIT",
3302
- "engines": {
3303
- "node": ">=8"
3304
- }
3305
- },
3306
3124
  "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": {
3307
3125
  "version": "6.0.1",
3308
3126
  "dev": true,
@@ -3365,17 +3183,6 @@
3365
3183
  "node": ">=8"
3366
3184
  }
3367
3185
  },
3368
- "node_modules/@jest/reporters/node_modules/supports-color": {
3369
- "version": "7.2.0",
3370
- "dev": true,
3371
- "license": "MIT",
3372
- "dependencies": {
3373
- "has-flag": "^4.0.0"
3374
- },
3375
- "engines": {
3376
- "node": ">=8"
3377
- }
3378
- },
3379
3186
  "node_modules/@jest/reporters/node_modules/yallist": {
3380
3187
  "version": "4.0.0",
3381
3188
  "dev": true,
@@ -3458,160 +3265,38 @@
3458
3265
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3459
3266
  }
3460
3267
  },
3461
- "node_modules/@jest/transform/node_modules/ansi-styles": {
3462
- "version": "4.3.0",
3268
+ "node_modules/@jest/types": {
3269
+ "version": "29.6.3",
3463
3270
  "dev": true,
3464
3271
  "license": "MIT",
3465
3272
  "dependencies": {
3466
- "color-convert": "^2.0.1"
3467
- },
3468
- "engines": {
3469
- "node": ">=8"
3470
- },
3471
- "funding": {
3472
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3473
- }
3474
- },
3475
- "node_modules/@jest/transform/node_modules/chalk": {
3476
- "version": "4.1.2",
3477
- "dev": true,
3478
- "license": "MIT",
3479
- "dependencies": {
3480
- "ansi-styles": "^4.1.0",
3481
- "supports-color": "^7.1.0"
3482
- },
3483
- "engines": {
3484
- "node": ">=10"
3485
- },
3486
- "funding": {
3487
- "url": "https://github.com/chalk/chalk?sponsor=1"
3488
- }
3489
- },
3490
- "node_modules/@jest/transform/node_modules/color-convert": {
3491
- "version": "2.0.1",
3492
- "dev": true,
3493
- "license": "MIT",
3494
- "dependencies": {
3495
- "color-name": "~1.1.4"
3496
- },
3497
- "engines": {
3498
- "node": ">=7.0.0"
3499
- }
3500
- },
3501
- "node_modules/@jest/transform/node_modules/color-name": {
3502
- "version": "1.1.4",
3503
- "dev": true,
3504
- "license": "MIT"
3505
- },
3506
- "node_modules/@jest/transform/node_modules/has-flag": {
3507
- "version": "4.0.0",
3508
- "dev": true,
3509
- "license": "MIT",
3510
- "engines": {
3511
- "node": ">=8"
3512
- }
3513
- },
3514
- "node_modules/@jest/transform/node_modules/supports-color": {
3515
- "version": "7.2.0",
3516
- "dev": true,
3517
- "license": "MIT",
3518
- "dependencies": {
3519
- "has-flag": "^4.0.0"
3520
- },
3521
- "engines": {
3522
- "node": ">=8"
3523
- }
3524
- },
3525
- "node_modules/@jest/types": {
3526
- "version": "29.6.3",
3527
- "dev": true,
3528
- "license": "MIT",
3529
- "dependencies": {
3530
- "@jest/schemas": "^29.6.3",
3531
- "@types/istanbul-lib-coverage": "^2.0.0",
3532
- "@types/istanbul-reports": "^3.0.0",
3533
- "@types/node": "*",
3534
- "@types/yargs": "^17.0.8",
3535
- "chalk": "^4.0.0"
3273
+ "@jest/schemas": "^29.6.3",
3274
+ "@types/istanbul-lib-coverage": "^2.0.0",
3275
+ "@types/istanbul-reports": "^3.0.0",
3276
+ "@types/node": "*",
3277
+ "@types/yargs": "^17.0.8",
3278
+ "chalk": "^4.0.0"
3536
3279
  },
3537
3280
  "engines": {
3538
3281
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
3539
3282
  }
3540
3283
  },
3541
- "node_modules/@jest/types/node_modules/ansi-styles": {
3542
- "version": "4.3.0",
3543
- "dev": true,
3544
- "license": "MIT",
3545
- "dependencies": {
3546
- "color-convert": "^2.0.1"
3547
- },
3548
- "engines": {
3549
- "node": ">=8"
3550
- },
3551
- "funding": {
3552
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3553
- }
3554
- },
3555
- "node_modules/@jest/types/node_modules/chalk": {
3556
- "version": "4.1.2",
3557
- "dev": true,
3558
- "license": "MIT",
3559
- "dependencies": {
3560
- "ansi-styles": "^4.1.0",
3561
- "supports-color": "^7.1.0"
3562
- },
3563
- "engines": {
3564
- "node": ">=10"
3565
- },
3566
- "funding": {
3567
- "url": "https://github.com/chalk/chalk?sponsor=1"
3568
- }
3569
- },
3570
- "node_modules/@jest/types/node_modules/color-convert": {
3571
- "version": "2.0.1",
3572
- "dev": true,
3573
- "license": "MIT",
3574
- "dependencies": {
3575
- "color-name": "~1.1.4"
3576
- },
3577
- "engines": {
3578
- "node": ">=7.0.0"
3579
- }
3580
- },
3581
- "node_modules/@jest/types/node_modules/color-name": {
3582
- "version": "1.1.4",
3583
- "dev": true,
3584
- "license": "MIT"
3585
- },
3586
- "node_modules/@jest/types/node_modules/has-flag": {
3587
- "version": "4.0.0",
3588
- "dev": true,
3589
- "license": "MIT",
3590
- "engines": {
3591
- "node": ">=8"
3592
- }
3593
- },
3594
- "node_modules/@jest/types/node_modules/supports-color": {
3595
- "version": "7.2.0",
3596
- "dev": true,
3597
- "license": "MIT",
3284
+ "node_modules/@jridgewell/gen-mapping": {
3285
+ "version": "0.3.13",
3286
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.13.tgz",
3287
+ "integrity": "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA==",
3598
3288
  "dependencies": {
3599
- "has-flag": "^4.0.0"
3600
- },
3601
- "engines": {
3602
- "node": ">=8"
3289
+ "@jridgewell/sourcemap-codec": "^1.5.0",
3290
+ "@jridgewell/trace-mapping": "^0.3.24"
3603
3291
  }
3604
3292
  },
3605
- "node_modules/@jridgewell/gen-mapping": {
3606
- "version": "0.3.3",
3607
- "license": "MIT",
3293
+ "node_modules/@jridgewell/remapping": {
3294
+ "version": "2.3.5",
3295
+ "resolved": "https://registry.npmjs.org/@jridgewell/remapping/-/remapping-2.3.5.tgz",
3296
+ "integrity": "sha512-LI9u/+laYG4Ds1TDKSJW2YPrIlcVYOwi2fUC6xB43lueCjgxV4lffOCZCtYFiH6TNOX+tQKXx97T4IKHbhyHEQ==",
3608
3297
  "dependencies": {
3609
- "@jridgewell/set-array": "^1.0.1",
3610
- "@jridgewell/sourcemap-codec": "^1.4.10",
3611
- "@jridgewell/trace-mapping": "^0.3.9"
3612
- },
3613
- "engines": {
3614
- "node": ">=6.0.0"
3298
+ "@jridgewell/gen-mapping": "^0.3.5",
3299
+ "@jridgewell/trace-mapping": "^0.3.24"
3615
3300
  }
3616
3301
  },
3617
3302
  "node_modules/@jridgewell/resolve-uri": {
@@ -3621,13 +3306,6 @@
3621
3306
  "node": ">=6.0.0"
3622
3307
  }
3623
3308
  },
3624
- "node_modules/@jridgewell/set-array": {
3625
- "version": "1.1.2",
3626
- "license": "MIT",
3627
- "engines": {
3628
- "node": ">=6.0.0"
3629
- }
3630
- },
3631
3309
  "node_modules/@jridgewell/source-map": {
3632
3310
  "version": "0.3.5",
3633
3311
  "license": "MIT",
@@ -3637,8 +3315,9 @@
3637
3315
  }
3638
3316
  },
3639
3317
  "node_modules/@jridgewell/sourcemap-codec": {
3640
- "version": "1.4.15",
3641
- "license": "MIT"
3318
+ "version": "1.5.5",
3319
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
3320
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og=="
3642
3321
  },
3643
3322
  "node_modules/@jridgewell/trace-mapping": {
3644
3323
  "version": "0.3.31",
@@ -3694,20 +3373,6 @@
3694
3373
  "table-layout": "1.0.1"
3695
3374
  }
3696
3375
  },
3697
- "node_modules/@linthtml/cli/node_modules/ansi-styles": {
3698
- "version": "4.3.0",
3699
- "dev": true,
3700
- "license": "MIT",
3701
- "dependencies": {
3702
- "color-convert": "^2.0.1"
3703
- },
3704
- "engines": {
3705
- "node": ">=8"
3706
- },
3707
- "funding": {
3708
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
3709
- }
3710
- },
3711
3376
  "node_modules/@linthtml/cli/node_modules/chalk": {
3712
3377
  "version": "4.1.1",
3713
3378
  "dev": true,
@@ -3723,41 +3388,6 @@
3723
3388
  "url": "https://github.com/chalk/chalk?sponsor=1"
3724
3389
  }
3725
3390
  },
3726
- "node_modules/@linthtml/cli/node_modules/color-convert": {
3727
- "version": "2.0.1",
3728
- "dev": true,
3729
- "license": "MIT",
3730
- "dependencies": {
3731
- "color-name": "~1.1.4"
3732
- },
3733
- "engines": {
3734
- "node": ">=7.0.0"
3735
- }
3736
- },
3737
- "node_modules/@linthtml/cli/node_modules/color-name": {
3738
- "version": "1.1.4",
3739
- "dev": true,
3740
- "license": "MIT"
3741
- },
3742
- "node_modules/@linthtml/cli/node_modules/has-flag": {
3743
- "version": "4.0.0",
3744
- "dev": true,
3745
- "license": "MIT",
3746
- "engines": {
3747
- "node": ">=8"
3748
- }
3749
- },
3750
- "node_modules/@linthtml/cli/node_modules/supports-color": {
3751
- "version": "7.2.0",
3752
- "dev": true,
3753
- "license": "MIT",
3754
- "dependencies": {
3755
- "has-flag": "^4.0.0"
3756
- },
3757
- "engines": {
3758
- "node": ">=8"
3759
- }
3760
- },
3761
3391
  "node_modules/@linthtml/dom-utils": {
3762
3392
  "version": "0.9.5",
3763
3393
  "dev": true,
@@ -4667,7 +4297,8 @@
4667
4297
  },
4668
4298
  "node_modules/@rollup/plugin-babel": {
4669
4299
  "version": "5.3.1",
4670
- "license": "MIT",
4300
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz",
4301
+ "integrity": "sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==",
4671
4302
  "dependencies": {
4672
4303
  "@babel/helper-module-imports": "^7.10.4",
4673
4304
  "@rollup/pluginutils": "^3.1.0"
@@ -4687,26 +4318,69 @@
4687
4318
  }
4688
4319
  },
4689
4320
  "node_modules/@rollup/plugin-node-resolve": {
4690
- "version": "11.2.1",
4691
- "license": "MIT",
4321
+ "version": "15.3.1",
4322
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.1.tgz",
4323
+ "integrity": "sha512-tgg6b91pAybXHJQMAAwW9VuWBO6Thi+q7BCNARLwSqlmsHz0XYURtGvh/AuwSADXSI4h/2uHbs7s4FzlZDGSGA==",
4692
4324
  "dependencies": {
4693
- "@rollup/pluginutils": "^3.1.0",
4694
- "@types/resolve": "1.17.1",
4695
- "builtin-modules": "^3.1.0",
4325
+ "@rollup/pluginutils": "^5.0.1",
4326
+ "@types/resolve": "1.20.2",
4696
4327
  "deepmerge": "^4.2.2",
4697
4328
  "is-module": "^1.0.0",
4698
- "resolve": "^1.19.0"
4329
+ "resolve": "^1.22.1"
4699
4330
  },
4700
4331
  "engines": {
4701
- "node": ">= 10.0.0"
4332
+ "node": ">=14.0.0"
4702
4333
  },
4703
4334
  "peerDependencies": {
4704
- "rollup": "^1.20.0||^2.0.0"
4335
+ "rollup": "^2.78.0||^3.0.0||^4.0.0"
4336
+ },
4337
+ "peerDependenciesMeta": {
4338
+ "rollup": {
4339
+ "optional": true
4340
+ }
4341
+ }
4342
+ },
4343
+ "node_modules/@rollup/plugin-node-resolve/node_modules/@rollup/pluginutils": {
4344
+ "version": "5.3.0",
4345
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.3.0.tgz",
4346
+ "integrity": "sha512-5EdhGZtnu3V88ces7s53hhfK5KSASnJZv8Lulpc04cWO3REESroJXg73DFsOmgbU2BhwV0E20bu2IDZb3VKW4Q==",
4347
+ "dependencies": {
4348
+ "@types/estree": "^1.0.0",
4349
+ "estree-walker": "^2.0.2",
4350
+ "picomatch": "^4.0.2"
4351
+ },
4352
+ "engines": {
4353
+ "node": ">=14.0.0"
4354
+ },
4355
+ "peerDependencies": {
4356
+ "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0"
4357
+ },
4358
+ "peerDependenciesMeta": {
4359
+ "rollup": {
4360
+ "optional": true
4361
+ }
4362
+ }
4363
+ },
4364
+ "node_modules/@rollup/plugin-node-resolve/node_modules/estree-walker": {
4365
+ "version": "2.0.2",
4366
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz",
4367
+ "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
4368
+ },
4369
+ "node_modules/@rollup/plugin-node-resolve/node_modules/picomatch": {
4370
+ "version": "4.0.4",
4371
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
4372
+ "integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
4373
+ "engines": {
4374
+ "node": ">=12"
4375
+ },
4376
+ "funding": {
4377
+ "url": "https://github.com/sponsors/jonschlinkert"
4705
4378
  }
4706
4379
  },
4707
4380
  "node_modules/@rollup/plugin-replace": {
4708
4381
  "version": "2.4.2",
4709
- "license": "MIT",
4382
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
4383
+ "integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
4710
4384
  "dependencies": {
4711
4385
  "@rollup/pluginutils": "^3.1.0",
4712
4386
  "magic-string": "^0.25.7"
@@ -4715,9 +4389,31 @@
4715
4389
  "rollup": "^1.20.0 || ^2.0.0"
4716
4390
  }
4717
4391
  },
4392
+ "node_modules/@rollup/plugin-terser": {
4393
+ "version": "0.4.4",
4394
+ "resolved": "https://registry.npmjs.org/@rollup/plugin-terser/-/plugin-terser-0.4.4.tgz",
4395
+ "integrity": "sha512-XHeJC5Bgvs8LfukDwWZp7yeqin6ns8RTl2B9avbejt6tZqsqvVoWI7ZTQrcNsfKEDWBTnTxM8nMDkO2IFFbd0A==",
4396
+ "dependencies": {
4397
+ "serialize-javascript": "^6.0.1",
4398
+ "smob": "^1.0.0",
4399
+ "terser": "^5.17.4"
4400
+ },
4401
+ "engines": {
4402
+ "node": ">=14.0.0"
4403
+ },
4404
+ "peerDependencies": {
4405
+ "rollup": "^2.0.0||^3.0.0||^4.0.0"
4406
+ },
4407
+ "peerDependenciesMeta": {
4408
+ "rollup": {
4409
+ "optional": true
4410
+ }
4411
+ }
4412
+ },
4718
4413
  "node_modules/@rollup/pluginutils": {
4719
4414
  "version": "3.1.0",
4720
- "license": "MIT",
4415
+ "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz",
4416
+ "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==",
4721
4417
  "dependencies": {
4722
4418
  "@types/estree": "0.0.39",
4723
4419
  "estree-walker": "^1.0.1",
@@ -4732,7 +4428,8 @@
4732
4428
  },
4733
4429
  "node_modules/@rollup/pluginutils/node_modules/@types/estree": {
4734
4430
  "version": "0.0.39",
4735
- "license": "MIT"
4431
+ "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz",
4432
+ "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw=="
4736
4433
  },
4737
4434
  "node_modules/@sinclair/typebox": {
4738
4435
  "version": "0.27.8",
@@ -4768,7 +4465,8 @@
4768
4465
  },
4769
4466
  "node_modules/@surma/rollup-plugin-off-main-thread": {
4770
4467
  "version": "2.2.3",
4771
- "license": "Apache-2.0",
4468
+ "resolved": "https://registry.npmjs.org/@surma/rollup-plugin-off-main-thread/-/rollup-plugin-off-main-thread-2.2.3.tgz",
4469
+ "integrity": "sha512-lR8q/9W7hZpMWweNiAKU7NQerBnzQQLvi8qnTDU/fxItPhtZVMbPV3lbCwjhIlNBe9Bbr5V+KHshvWmVSG9cxQ==",
4772
4470
  "dependencies": {
4773
4471
  "ejs": "^3.1.6",
4774
4472
  "json5": "^2.2.0",
@@ -5410,11 +5108,9 @@
5410
5108
  "license": "MIT"
5411
5109
  },
5412
5110
  "node_modules/@types/resolve": {
5413
- "version": "1.17.1",
5414
- "license": "MIT",
5415
- "dependencies": {
5416
- "@types/node": "*"
5417
- }
5111
+ "version": "1.20.2",
5112
+ "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz",
5113
+ "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="
5418
5114
  },
5419
5115
  "node_modules/@types/retry": {
5420
5116
  "version": "0.12.0",
@@ -5474,7 +5170,8 @@
5474
5170
  },
5475
5171
  "node_modules/@types/trusted-types": {
5476
5172
  "version": "2.0.7",
5477
- "license": "MIT"
5173
+ "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
5174
+ "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="
5478
5175
  },
5479
5176
  "node_modules/@types/ws": {
5480
5177
  "version": "8.5.10",
@@ -5846,13 +5543,17 @@
5846
5543
  }
5847
5544
  },
5848
5545
  "node_modules/ansi-styles": {
5849
- "version": "3.2.1",
5850
- "license": "MIT",
5546
+ "version": "4.3.0",
5547
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
5548
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
5851
5549
  "dependencies": {
5852
- "color-convert": "^1.9.0"
5550
+ "color-convert": "^2.0.1"
5853
5551
  },
5854
5552
  "engines": {
5855
- "node": ">=4"
5553
+ "node": ">=8"
5554
+ },
5555
+ "funding": {
5556
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
5856
5557
  }
5857
5558
  },
5858
5559
  "node_modules/any-promise": {
@@ -6079,8 +5780,9 @@
6079
5780
  }
6080
5781
  },
6081
5782
  "node_modules/async": {
6082
- "version": "3.2.5",
6083
- "license": "MIT"
5783
+ "version": "3.2.6",
5784
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
5785
+ "integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA=="
6084
5786
  },
6085
5787
  "node_modules/asynciterator.prototype": {
6086
5788
  "version": "1.0.0",
@@ -6098,7 +5800,8 @@
6098
5800
  },
6099
5801
  "node_modules/at-least-node": {
6100
5802
  "version": "1.0.0",
6101
- "license": "ISC",
5803
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
5804
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
6102
5805
  "engines": {
6103
5806
  "node": ">= 4.0.0"
6104
5807
  }
@@ -6189,84 +5892,20 @@
6189
5892
  "@babel/core": "^7.8.0"
6190
5893
  }
6191
5894
  },
6192
- "node_modules/babel-jest/node_modules/ansi-styles": {
6193
- "version": "4.3.0",
6194
- "dev": true,
5895
+ "node_modules/babel-loader": {
5896
+ "version": "9.1.3",
6195
5897
  "license": "MIT",
5898
+ "peer": true,
6196
5899
  "dependencies": {
6197
- "color-convert": "^2.0.1"
5900
+ "find-cache-dir": "^4.0.0",
5901
+ "schema-utils": "^4.0.0"
6198
5902
  },
6199
5903
  "engines": {
6200
- "node": ">=8"
5904
+ "node": ">= 14.15.0"
6201
5905
  },
6202
- "funding": {
6203
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6204
- }
6205
- },
6206
- "node_modules/babel-jest/node_modules/chalk": {
6207
- "version": "4.1.2",
6208
- "dev": true,
6209
- "license": "MIT",
6210
- "dependencies": {
6211
- "ansi-styles": "^4.1.0",
6212
- "supports-color": "^7.1.0"
6213
- },
6214
- "engines": {
6215
- "node": ">=10"
6216
- },
6217
- "funding": {
6218
- "url": "https://github.com/chalk/chalk?sponsor=1"
6219
- }
6220
- },
6221
- "node_modules/babel-jest/node_modules/color-convert": {
6222
- "version": "2.0.1",
6223
- "dev": true,
6224
- "license": "MIT",
6225
- "dependencies": {
6226
- "color-name": "~1.1.4"
6227
- },
6228
- "engines": {
6229
- "node": ">=7.0.0"
6230
- }
6231
- },
6232
- "node_modules/babel-jest/node_modules/color-name": {
6233
- "version": "1.1.4",
6234
- "dev": true,
6235
- "license": "MIT"
6236
- },
6237
- "node_modules/babel-jest/node_modules/has-flag": {
6238
- "version": "4.0.0",
6239
- "dev": true,
6240
- "license": "MIT",
6241
- "engines": {
6242
- "node": ">=8"
6243
- }
6244
- },
6245
- "node_modules/babel-jest/node_modules/supports-color": {
6246
- "version": "7.2.0",
6247
- "dev": true,
6248
- "license": "MIT",
6249
- "dependencies": {
6250
- "has-flag": "^4.0.0"
6251
- },
6252
- "engines": {
6253
- "node": ">=8"
6254
- }
6255
- },
6256
- "node_modules/babel-loader": {
6257
- "version": "9.1.3",
6258
- "license": "MIT",
6259
- "peer": true,
6260
- "dependencies": {
6261
- "find-cache-dir": "^4.0.0",
6262
- "schema-utils": "^4.0.0"
6263
- },
6264
- "engines": {
6265
- "node": ">= 14.15.0"
6266
- },
6267
- "peerDependencies": {
6268
- "@babel/core": "^7.12.0",
6269
- "webpack": ">=5"
5906
+ "peerDependencies": {
5907
+ "@babel/core": "^7.12.0",
5908
+ "webpack": ">=5"
6270
5909
  }
6271
5910
  },
6272
5911
  "node_modules/babel-plugin-istanbul": {
@@ -6589,7 +6228,9 @@
6589
6228
  },
6590
6229
  "node_modules/builtin-modules": {
6591
6230
  "version": "3.3.0",
6231
+ "dev": true,
6592
6232
  "license": "MIT",
6233
+ "peer": true,
6593
6234
  "engines": {
6594
6235
  "node": ">=6"
6595
6236
  },
@@ -6779,15 +6420,18 @@
6779
6420
  }
6780
6421
  },
6781
6422
  "node_modules/chalk": {
6782
- "version": "2.4.2",
6783
- "license": "MIT",
6423
+ "version": "4.1.2",
6424
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
6425
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
6784
6426
  "dependencies": {
6785
- "ansi-styles": "^3.2.1",
6786
- "escape-string-regexp": "^1.0.5",
6787
- "supports-color": "^5.3.0"
6427
+ "ansi-styles": "^4.1.0",
6428
+ "supports-color": "^7.1.0"
6788
6429
  },
6789
6430
  "engines": {
6790
- "node": ">=4"
6431
+ "node": ">=10"
6432
+ },
6433
+ "funding": {
6434
+ "url": "https://github.com/chalk/chalk?sponsor=1"
6791
6435
  }
6792
6436
  },
6793
6437
  "node_modules/char-regex": {
@@ -6980,36 +6624,6 @@
6980
6624
  "node": ">=8"
6981
6625
  }
6982
6626
  },
6983
- "node_modules/cliui/node_modules/ansi-styles": {
6984
- "version": "4.3.0",
6985
- "dev": true,
6986
- "license": "MIT",
6987
- "dependencies": {
6988
- "color-convert": "^2.0.1"
6989
- },
6990
- "engines": {
6991
- "node": ">=8"
6992
- },
6993
- "funding": {
6994
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6995
- }
6996
- },
6997
- "node_modules/cliui/node_modules/color-convert": {
6998
- "version": "2.0.1",
6999
- "dev": true,
7000
- "license": "MIT",
7001
- "dependencies": {
7002
- "color-name": "~1.1.4"
7003
- },
7004
- "engines": {
7005
- "node": ">=7.0.0"
7006
- }
7007
- },
7008
- "node_modules/cliui/node_modules/color-name": {
7009
- "version": "1.1.4",
7010
- "dev": true,
7011
- "license": "MIT"
7012
- },
7013
6627
  "node_modules/cliui/node_modules/emoji-regex": {
7014
6628
  "version": "8.0.0",
7015
6629
  "dev": true,
@@ -7121,15 +6735,20 @@
7121
6735
  "license": "MIT"
7122
6736
  },
7123
6737
  "node_modules/color-convert": {
7124
- "version": "1.9.3",
7125
- "license": "MIT",
6738
+ "version": "2.0.1",
6739
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
6740
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
7126
6741
  "dependencies": {
7127
- "color-name": "1.1.3"
6742
+ "color-name": "~1.1.4"
6743
+ },
6744
+ "engines": {
6745
+ "node": ">=7.0.0"
7128
6746
  }
7129
6747
  },
7130
6748
  "node_modules/color-name": {
7131
- "version": "1.1.3",
7132
- "license": "MIT"
6749
+ "version": "1.1.4",
6750
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
6751
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
7133
6752
  },
7134
6753
  "node_modules/colord": {
7135
6754
  "version": "2.9.3",
@@ -7163,7 +6782,8 @@
7163
6782
  },
7164
6783
  "node_modules/common-tags": {
7165
6784
  "version": "1.8.2",
7166
- "license": "MIT",
6785
+ "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.2.tgz",
6786
+ "integrity": "sha512-gk/Z852D2Wtb//0I+kRFNKKE9dIIVirjoqPoA1wJU+XePVXZfGeBpk45+A1rKO4Q43prqWBNY/MiIeRLbPWUaA==",
7167
6787
  "engines": {
7168
6788
  "node": ">=4.0.0"
7169
6789
  }
@@ -7387,70 +7007,6 @@
7387
7007
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
7388
7008
  }
7389
7009
  },
7390
- "node_modules/create-jest/node_modules/ansi-styles": {
7391
- "version": "4.3.0",
7392
- "dev": true,
7393
- "license": "MIT",
7394
- "dependencies": {
7395
- "color-convert": "^2.0.1"
7396
- },
7397
- "engines": {
7398
- "node": ">=8"
7399
- },
7400
- "funding": {
7401
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7402
- }
7403
- },
7404
- "node_modules/create-jest/node_modules/chalk": {
7405
- "version": "4.1.2",
7406
- "dev": true,
7407
- "license": "MIT",
7408
- "dependencies": {
7409
- "ansi-styles": "^4.1.0",
7410
- "supports-color": "^7.1.0"
7411
- },
7412
- "engines": {
7413
- "node": ">=10"
7414
- },
7415
- "funding": {
7416
- "url": "https://github.com/chalk/chalk?sponsor=1"
7417
- }
7418
- },
7419
- "node_modules/create-jest/node_modules/color-convert": {
7420
- "version": "2.0.1",
7421
- "dev": true,
7422
- "license": "MIT",
7423
- "dependencies": {
7424
- "color-name": "~1.1.4"
7425
- },
7426
- "engines": {
7427
- "node": ">=7.0.0"
7428
- }
7429
- },
7430
- "node_modules/create-jest/node_modules/color-name": {
7431
- "version": "1.1.4",
7432
- "dev": true,
7433
- "license": "MIT"
7434
- },
7435
- "node_modules/create-jest/node_modules/has-flag": {
7436
- "version": "4.0.0",
7437
- "dev": true,
7438
- "license": "MIT",
7439
- "engines": {
7440
- "node": ">=8"
7441
- }
7442
- },
7443
- "node_modules/create-jest/node_modules/supports-color": {
7444
- "version": "7.2.0",
7445
- "dev": true,
7446
- "license": "MIT",
7447
- "dependencies": {
7448
- "has-flag": "^4.0.0"
7449
- },
7450
- "engines": {
7451
- "node": ">=8"
7452
- }
7453
- },
7454
7010
  "node_modules/crelt": {
7455
7011
  "version": "1.0.6",
7456
7012
  "license": "MIT"
@@ -7476,7 +7032,8 @@
7476
7032
  },
7477
7033
  "node_modules/crypto-random-string": {
7478
7034
  "version": "2.0.0",
7479
- "license": "MIT",
7035
+ "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-2.0.0.tgz",
7036
+ "integrity": "sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA==",
7480
7037
  "engines": {
7481
7038
  "node": ">=8"
7482
7039
  }
@@ -8852,6 +8409,7 @@
8852
8409
  },
8853
8410
  "node_modules/escape-string-regexp": {
8854
8411
  "version": "1.0.5",
8412
+ "dev": true,
8855
8413
  "license": "MIT",
8856
8414
  "engines": {
8857
8415
  "node": ">=0.8.0"
@@ -9587,21 +9145,6 @@
9587
9145
  "node": ">=8"
9588
9146
  }
9589
9147
  },
9590
- "node_modules/eslint/node_modules/ansi-styles": {
9591
- "version": "4.3.0",
9592
- "dev": true,
9593
- "license": "MIT",
9594
- "peer": true,
9595
- "dependencies": {
9596
- "color-convert": "^2.0.1"
9597
- },
9598
- "engines": {
9599
- "node": ">=8"
9600
- },
9601
- "funding": {
9602
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
9603
- }
9604
- },
9605
9148
  "node_modules/eslint/node_modules/argparse": {
9606
9149
  "version": "2.0.1",
9607
9150
  "dev": true,
@@ -9618,40 +9161,6 @@
9618
9161
  "concat-map": "0.0.1"
9619
9162
  }
9620
9163
  },
9621
- "node_modules/eslint/node_modules/chalk": {
9622
- "version": "4.1.2",
9623
- "dev": true,
9624
- "license": "MIT",
9625
- "peer": true,
9626
- "dependencies": {
9627
- "ansi-styles": "^4.1.0",
9628
- "supports-color": "^7.1.0"
9629
- },
9630
- "engines": {
9631
- "node": ">=10"
9632
- },
9633
- "funding": {
9634
- "url": "https://github.com/chalk/chalk?sponsor=1"
9635
- }
9636
- },
9637
- "node_modules/eslint/node_modules/color-convert": {
9638
- "version": "2.0.1",
9639
- "dev": true,
9640
- "license": "MIT",
9641
- "peer": true,
9642
- "dependencies": {
9643
- "color-name": "~1.1.4"
9644
- },
9645
- "engines": {
9646
- "node": ">=7.0.0"
9647
- }
9648
- },
9649
- "node_modules/eslint/node_modules/color-name": {
9650
- "version": "1.1.4",
9651
- "dev": true,
9652
- "license": "MIT",
9653
- "peer": true
9654
- },
9655
9164
  "node_modules/eslint/node_modules/escape-string-regexp": {
9656
9165
  "version": "4.0.0",
9657
9166
  "dev": true,
@@ -9723,15 +9232,6 @@
9723
9232
  "url": "https://github.com/sponsors/sindresorhus"
9724
9233
  }
9725
9234
  },
9726
- "node_modules/eslint/node_modules/has-flag": {
9727
- "version": "4.0.0",
9728
- "dev": true,
9729
- "license": "MIT",
9730
- "peer": true,
9731
- "engines": {
9732
- "node": ">=8"
9733
- }
9734
- },
9735
9235
  "node_modules/eslint/node_modules/js-yaml": {
9736
9236
  "version": "4.1.0",
9737
9237
  "dev": true,
@@ -9804,18 +9304,6 @@
9804
9304
  "node": ">=8"
9805
9305
  }
9806
9306
  },
9807
- "node_modules/eslint/node_modules/supports-color": {
9808
- "version": "7.2.0",
9809
- "dev": true,
9810
- "license": "MIT",
9811
- "peer": true,
9812
- "dependencies": {
9813
- "has-flag": "^4.0.0"
9814
- },
9815
- "engines": {
9816
- "node": ">=8"
9817
- }
9818
- },
9819
9307
  "node_modules/eslint/node_modules/type-fest": {
9820
9308
  "version": "0.20.2",
9821
9309
  "dev": true,
@@ -9888,7 +9376,8 @@
9888
9376
  },
9889
9377
  "node_modules/estree-walker": {
9890
9378
  "version": "1.0.1",
9891
- "license": "MIT"
9379
+ "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz",
9380
+ "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg=="
9892
9381
  },
9893
9382
  "node_modules/esutils": {
9894
9383
  "version": "2.0.3",
@@ -10146,15 +9635,17 @@
10146
9635
  }
10147
9636
  },
10148
9637
  "node_modules/filelist": {
10149
- "version": "1.0.4",
10150
- "license": "Apache-2.0",
9638
+ "version": "1.0.6",
9639
+ "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.6.tgz",
9640
+ "integrity": "sha512-5giy2PkLYY1cP39p17Ech+2xlpTRL9HLspOfEgm0L6CwBXBTgsK5ou0JtzYuepxkaQ/tvhCFIJ5uXo0OrM2DxA==",
10151
9641
  "dependencies": {
10152
9642
  "minimatch": "^5.0.1"
10153
9643
  }
10154
9644
  },
10155
9645
  "node_modules/filelist/node_modules/minimatch": {
10156
- "version": "5.1.6",
10157
- "license": "ISC",
9646
+ "version": "5.1.9",
9647
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
9648
+ "integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
10158
9649
  "dependencies": {
10159
9650
  "brace-expansion": "^2.0.1"
10160
9651
  },
@@ -10375,7 +9866,8 @@
10375
9866
  },
10376
9867
  "node_modules/fs-extra": {
10377
9868
  "version": "9.1.0",
10378
- "license": "MIT",
9869
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
9870
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
10379
9871
  "dependencies": {
10380
9872
  "at-least-node": "^1.0.0",
10381
9873
  "graceful-fs": "^4.2.0",
@@ -10388,7 +9880,8 @@
10388
9880
  },
10389
9881
  "node_modules/fs-extra/node_modules/universalify": {
10390
9882
  "version": "2.0.1",
10391
- "license": "MIT",
9883
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
9884
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
10392
9885
  "engines": {
10393
9886
  "node": ">= 10.0.0"
10394
9887
  }
@@ -10486,7 +9979,8 @@
10486
9979
  },
10487
9980
  "node_modules/get-own-enumerable-property-symbols": {
10488
9981
  "version": "3.0.2",
10489
- "license": "ISC"
9982
+ "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.2.tgz",
9983
+ "integrity": "sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g=="
10490
9984
  },
10491
9985
  "node_modules/get-package-type": {
10492
9986
  "version": "0.1.0",
@@ -10757,10 +10251,11 @@
10757
10251
  }
10758
10252
  },
10759
10253
  "node_modules/has-flag": {
10760
- "version": "3.0.0",
10761
- "license": "MIT",
10254
+ "version": "4.0.0",
10255
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
10256
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
10762
10257
  "engines": {
10763
- "node": ">=4"
10258
+ "node": ">=8"
10764
10259
  }
10765
10260
  },
10766
10261
  "node_modules/has-property-descriptors": {
@@ -11239,66 +10734,13 @@
11239
10734
  "node": ">=8"
11240
10735
  }
11241
10736
  },
11242
- "node_modules/inquirer/node_modules/ansi-styles": {
11243
- "version": "4.3.0",
11244
- "dev": true,
11245
- "license": "MIT",
11246
- "dependencies": {
11247
- "color-convert": "^2.0.1"
11248
- },
11249
- "engines": {
11250
- "node": ">=8"
11251
- },
11252
- "funding": {
11253
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11254
- }
11255
- },
11256
- "node_modules/inquirer/node_modules/chalk": {
11257
- "version": "4.1.2",
11258
- "dev": true,
11259
- "license": "MIT",
11260
- "dependencies": {
11261
- "ansi-styles": "^4.1.0",
11262
- "supports-color": "^7.1.0"
11263
- },
11264
- "engines": {
11265
- "node": ">=10"
11266
- },
11267
- "funding": {
11268
- "url": "https://github.com/chalk/chalk?sponsor=1"
11269
- }
11270
- },
11271
- "node_modules/inquirer/node_modules/color-convert": {
11272
- "version": "2.0.1",
11273
- "dev": true,
11274
- "license": "MIT",
11275
- "dependencies": {
11276
- "color-name": "~1.1.4"
11277
- },
11278
- "engines": {
11279
- "node": ">=7.0.0"
11280
- }
11281
- },
11282
- "node_modules/inquirer/node_modules/color-name": {
11283
- "version": "1.1.4",
11284
- "dev": true,
11285
- "license": "MIT"
11286
- },
11287
- "node_modules/inquirer/node_modules/emoji-regex": {
11288
- "version": "8.0.0",
11289
- "dev": true,
11290
- "license": "MIT"
11291
- },
11292
- "node_modules/inquirer/node_modules/has-flag": {
11293
- "version": "4.0.0",
11294
- "dev": true,
11295
- "license": "MIT",
11296
- "engines": {
11297
- "node": ">=8"
11298
- }
11299
- },
11300
- "node_modules/inquirer/node_modules/string-width": {
11301
- "version": "4.2.3",
10737
+ "node_modules/inquirer/node_modules/emoji-regex": {
10738
+ "version": "8.0.0",
10739
+ "dev": true,
10740
+ "license": "MIT"
10741
+ },
10742
+ "node_modules/inquirer/node_modules/string-width": {
10743
+ "version": "4.2.3",
11302
10744
  "dev": true,
11303
10745
  "license": "MIT",
11304
10746
  "dependencies": {
@@ -11321,17 +10763,6 @@
11321
10763
  "node": ">=8"
11322
10764
  }
11323
10765
  },
11324
- "node_modules/inquirer/node_modules/supports-color": {
11325
- "version": "7.2.0",
11326
- "dev": true,
11327
- "license": "MIT",
11328
- "dependencies": {
11329
- "has-flag": "^4.0.0"
11330
- },
11331
- "engines": {
11332
- "node": ">=8"
11333
- }
11334
- },
11335
10766
  "node_modules/inquirer/node_modules/wrap-ansi": {
11336
10767
  "version": "6.2.0",
11337
10768
  "dev": true,
@@ -11599,7 +11030,8 @@
11599
11030
  },
11600
11031
  "node_modules/is-module": {
11601
11032
  "version": "1.0.0",
11602
- "license": "MIT"
11033
+ "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
11034
+ "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g=="
11603
11035
  },
11604
11036
  "node_modules/is-negative-zero": {
11605
11037
  "version": "2.0.2",
@@ -11634,7 +11066,8 @@
11634
11066
  },
11635
11067
  "node_modules/is-obj": {
11636
11068
  "version": "1.0.1",
11637
- "license": "MIT",
11069
+ "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz",
11070
+ "integrity": "sha512-l4RyHgRqGN4Y3+9JHVrNqO+tN0rV5My76uW5/nuO4K1b6vw5G8d/cmFjP9tRfEsdhZNt0IFdZuK/c2Vr4Nb+Qg==",
11638
11071
  "engines": {
11639
11072
  "node": ">=0.10.0"
11640
11073
  }
@@ -11696,7 +11129,8 @@
11696
11129
  },
11697
11130
  "node_modules/is-regexp": {
11698
11131
  "version": "1.0.0",
11699
- "license": "MIT",
11132
+ "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz",
11133
+ "integrity": "sha512-7zjFAPO4/gwyQAAgRRmqeEeyIICSdmCqa3tsVHMdBzaXXRiqopZL4Cyghg/XulGWrtABTpbnYYzzIRffLkP4oA==",
11700
11134
  "engines": {
11701
11135
  "node": ">=0.10.0"
11702
11136
  }
@@ -11878,25 +11312,6 @@
11878
11312
  "node": ">=10"
11879
11313
  }
11880
11314
  },
11881
- "node_modules/istanbul-lib-report/node_modules/has-flag": {
11882
- "version": "4.0.0",
11883
- "dev": true,
11884
- "license": "MIT",
11885
- "engines": {
11886
- "node": ">=8"
11887
- }
11888
- },
11889
- "node_modules/istanbul-lib-report/node_modules/supports-color": {
11890
- "version": "7.2.0",
11891
- "dev": true,
11892
- "license": "MIT",
11893
- "dependencies": {
11894
- "has-flag": "^4.0.0"
11895
- },
11896
- "engines": {
11897
- "node": ">=8"
11898
- }
11899
- },
11900
11315
  "node_modules/istanbul-lib-source-maps": {
11901
11316
  "version": "4.0.1",
11902
11317
  "dev": true,
@@ -11952,13 +11367,13 @@
11952
11367
  }
11953
11368
  },
11954
11369
  "node_modules/jake": {
11955
- "version": "10.8.7",
11956
- "license": "Apache-2.0",
11370
+ "version": "10.9.4",
11371
+ "resolved": "https://registry.npmjs.org/jake/-/jake-10.9.4.tgz",
11372
+ "integrity": "sha512-wpHYzhxiVQL+IV05BLE2Xn34zW1S223hvjtqk0+gsPrwd/8JNLXJgZZM/iPFsYc1xyphF+6M6EvdE5E9MBGkDA==",
11957
11373
  "dependencies": {
11958
- "async": "^3.2.3",
11959
- "chalk": "^4.0.2",
11374
+ "async": "^3.2.6",
11960
11375
  "filelist": "^1.0.4",
11961
- "minimatch": "^3.1.2"
11376
+ "picocolors": "^1.1.1"
11962
11377
  },
11963
11378
  "bin": {
11964
11379
  "jake": "bin/cli.js"
@@ -11967,82 +11382,6 @@
11967
11382
  "node": ">=10"
11968
11383
  }
11969
11384
  },
11970
- "node_modules/jake/node_modules/ansi-styles": {
11971
- "version": "4.3.0",
11972
- "license": "MIT",
11973
- "dependencies": {
11974
- "color-convert": "^2.0.1"
11975
- },
11976
- "engines": {
11977
- "node": ">=8"
11978
- },
11979
- "funding": {
11980
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11981
- }
11982
- },
11983
- "node_modules/jake/node_modules/brace-expansion": {
11984
- "version": "1.1.11",
11985
- "license": "MIT",
11986
- "dependencies": {
11987
- "balanced-match": "^1.0.0",
11988
- "concat-map": "0.0.1"
11989
- }
11990
- },
11991
- "node_modules/jake/node_modules/chalk": {
11992
- "version": "4.1.2",
11993
- "license": "MIT",
11994
- "dependencies": {
11995
- "ansi-styles": "^4.1.0",
11996
- "supports-color": "^7.1.0"
11997
- },
11998
- "engines": {
11999
- "node": ">=10"
12000
- },
12001
- "funding": {
12002
- "url": "https://github.com/chalk/chalk?sponsor=1"
12003
- }
12004
- },
12005
- "node_modules/jake/node_modules/color-convert": {
12006
- "version": "2.0.1",
12007
- "license": "MIT",
12008
- "dependencies": {
12009
- "color-name": "~1.1.4"
12010
- },
12011
- "engines": {
12012
- "node": ">=7.0.0"
12013
- }
12014
- },
12015
- "node_modules/jake/node_modules/color-name": {
12016
- "version": "1.1.4",
12017
- "license": "MIT"
12018
- },
12019
- "node_modules/jake/node_modules/has-flag": {
12020
- "version": "4.0.0",
12021
- "license": "MIT",
12022
- "engines": {
12023
- "node": ">=8"
12024
- }
12025
- },
12026
- "node_modules/jake/node_modules/minimatch": {
12027
- "version": "3.1.2",
12028
- "license": "ISC",
12029
- "dependencies": {
12030
- "brace-expansion": "^1.1.7"
12031
- },
12032
- "engines": {
12033
- "node": "*"
12034
- }
12035
- },
12036
- "node_modules/jake/node_modules/supports-color": {
12037
- "version": "7.2.0",
12038
- "license": "MIT",
12039
- "dependencies": {
12040
- "has-flag": "^4.0.0"
12041
- },
12042
- "engines": {
12043
- "node": ">=8"
12044
- }
12045
- },
12046
11385
  "node_modules/jest": {
12047
11386
  "version": "29.7.0",
12048
11387
  "dev": true,
@@ -12111,70 +11450,6 @@
12111
11450
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12112
11451
  }
12113
11452
  },
12114
- "node_modules/jest-circus/node_modules/ansi-styles": {
12115
- "version": "4.3.0",
12116
- "dev": true,
12117
- "license": "MIT",
12118
- "dependencies": {
12119
- "color-convert": "^2.0.1"
12120
- },
12121
- "engines": {
12122
- "node": ">=8"
12123
- },
12124
- "funding": {
12125
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12126
- }
12127
- },
12128
- "node_modules/jest-circus/node_modules/chalk": {
12129
- "version": "4.1.2",
12130
- "dev": true,
12131
- "license": "MIT",
12132
- "dependencies": {
12133
- "ansi-styles": "^4.1.0",
12134
- "supports-color": "^7.1.0"
12135
- },
12136
- "engines": {
12137
- "node": ">=10"
12138
- },
12139
- "funding": {
12140
- "url": "https://github.com/chalk/chalk?sponsor=1"
12141
- }
12142
- },
12143
- "node_modules/jest-circus/node_modules/color-convert": {
12144
- "version": "2.0.1",
12145
- "dev": true,
12146
- "license": "MIT",
12147
- "dependencies": {
12148
- "color-name": "~1.1.4"
12149
- },
12150
- "engines": {
12151
- "node": ">=7.0.0"
12152
- }
12153
- },
12154
- "node_modules/jest-circus/node_modules/color-name": {
12155
- "version": "1.1.4",
12156
- "dev": true,
12157
- "license": "MIT"
12158
- },
12159
- "node_modules/jest-circus/node_modules/has-flag": {
12160
- "version": "4.0.0",
12161
- "dev": true,
12162
- "license": "MIT",
12163
- "engines": {
12164
- "node": ">=8"
12165
- }
12166
- },
12167
- "node_modules/jest-circus/node_modules/supports-color": {
12168
- "version": "7.2.0",
12169
- "dev": true,
12170
- "license": "MIT",
12171
- "dependencies": {
12172
- "has-flag": "^4.0.0"
12173
- },
12174
- "engines": {
12175
- "node": ">=8"
12176
- }
12177
- },
12178
11453
  "node_modules/jest-cli": {
12179
11454
  "version": "29.7.0",
12180
11455
  "dev": true,
@@ -12207,1377 +11482,545 @@
12207
11482
  }
12208
11483
  }
12209
11484
  },
12210
- "node_modules/jest-cli/node_modules/ansi-styles": {
12211
- "version": "4.3.0",
11485
+ "node_modules/jest-config": {
11486
+ "version": "29.7.0",
12212
11487
  "dev": true,
12213
11488
  "license": "MIT",
12214
11489
  "dependencies": {
12215
- "color-convert": "^2.0.1"
11490
+ "@babel/core": "^7.11.6",
11491
+ "@jest/test-sequencer": "^29.7.0",
11492
+ "@jest/types": "^29.6.3",
11493
+ "babel-jest": "^29.7.0",
11494
+ "chalk": "^4.0.0",
11495
+ "ci-info": "^3.2.0",
11496
+ "deepmerge": "^4.2.2",
11497
+ "glob": "^7.1.3",
11498
+ "graceful-fs": "^4.2.9",
11499
+ "jest-circus": "^29.7.0",
11500
+ "jest-environment-node": "^29.7.0",
11501
+ "jest-get-type": "^29.6.3",
11502
+ "jest-regex-util": "^29.6.3",
11503
+ "jest-resolve": "^29.7.0",
11504
+ "jest-runner": "^29.7.0",
11505
+ "jest-util": "^29.7.0",
11506
+ "jest-validate": "^29.7.0",
11507
+ "micromatch": "^4.0.4",
11508
+ "parse-json": "^5.2.0",
11509
+ "pretty-format": "^29.7.0",
11510
+ "slash": "^3.0.0",
11511
+ "strip-json-comments": "^3.1.1"
12216
11512
  },
12217
11513
  "engines": {
12218
- "node": ">=8"
11514
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12219
11515
  },
12220
- "funding": {
12221
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11516
+ "peerDependencies": {
11517
+ "@types/node": "*",
11518
+ "ts-node": ">=9.0.0"
11519
+ },
11520
+ "peerDependenciesMeta": {
11521
+ "@types/node": {
11522
+ "optional": true
11523
+ },
11524
+ "ts-node": {
11525
+ "optional": true
11526
+ }
12222
11527
  }
12223
11528
  },
12224
- "node_modules/jest-cli/node_modules/chalk": {
12225
- "version": "4.1.2",
11529
+ "node_modules/jest-config/node_modules/brace-expansion": {
11530
+ "version": "1.1.11",
12226
11531
  "dev": true,
12227
11532
  "license": "MIT",
12228
11533
  "dependencies": {
12229
- "ansi-styles": "^4.1.0",
12230
- "supports-color": "^7.1.0"
11534
+ "balanced-match": "^1.0.0",
11535
+ "concat-map": "0.0.1"
11536
+ }
11537
+ },
11538
+ "node_modules/jest-config/node_modules/glob": {
11539
+ "version": "7.2.3",
11540
+ "dev": true,
11541
+ "license": "ISC",
11542
+ "dependencies": {
11543
+ "fs.realpath": "^1.0.0",
11544
+ "inflight": "^1.0.4",
11545
+ "inherits": "2",
11546
+ "minimatch": "^3.1.1",
11547
+ "once": "^1.3.0",
11548
+ "path-is-absolute": "^1.0.0"
12231
11549
  },
12232
11550
  "engines": {
12233
- "node": ">=10"
11551
+ "node": "*"
12234
11552
  },
12235
11553
  "funding": {
12236
- "url": "https://github.com/chalk/chalk?sponsor=1"
11554
+ "url": "https://github.com/sponsors/isaacs"
12237
11555
  }
12238
11556
  },
12239
- "node_modules/jest-cli/node_modules/color-convert": {
12240
- "version": "2.0.1",
11557
+ "node_modules/jest-config/node_modules/minimatch": {
11558
+ "version": "3.1.2",
12241
11559
  "dev": true,
12242
- "license": "MIT",
11560
+ "license": "ISC",
12243
11561
  "dependencies": {
12244
- "color-name": "~1.1.4"
11562
+ "brace-expansion": "^1.1.7"
12245
11563
  },
12246
11564
  "engines": {
12247
- "node": ">=7.0.0"
11565
+ "node": "*"
12248
11566
  }
12249
11567
  },
12250
- "node_modules/jest-cli/node_modules/color-name": {
12251
- "version": "1.1.4",
12252
- "dev": true,
12253
- "license": "MIT"
12254
- },
12255
- "node_modules/jest-cli/node_modules/has-flag": {
12256
- "version": "4.0.0",
11568
+ "node_modules/jest-diff": {
11569
+ "version": "29.7.0",
12257
11570
  "dev": true,
12258
11571
  "license": "MIT",
11572
+ "dependencies": {
11573
+ "chalk": "^4.0.0",
11574
+ "diff-sequences": "^29.6.3",
11575
+ "jest-get-type": "^29.6.3",
11576
+ "pretty-format": "^29.7.0"
11577
+ },
12259
11578
  "engines": {
12260
- "node": ">=8"
11579
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12261
11580
  }
12262
11581
  },
12263
- "node_modules/jest-cli/node_modules/supports-color": {
12264
- "version": "7.2.0",
11582
+ "node_modules/jest-docblock": {
11583
+ "version": "29.7.0",
12265
11584
  "dev": true,
12266
11585
  "license": "MIT",
12267
11586
  "dependencies": {
12268
- "has-flag": "^4.0.0"
11587
+ "detect-newline": "^3.0.0"
12269
11588
  },
12270
11589
  "engines": {
12271
- "node": ">=8"
11590
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12272
11591
  }
12273
11592
  },
12274
- "node_modules/jest-config": {
11593
+ "node_modules/jest-each": {
12275
11594
  "version": "29.7.0",
12276
11595
  "dev": true,
12277
11596
  "license": "MIT",
12278
11597
  "dependencies": {
12279
- "@babel/core": "^7.11.6",
12280
- "@jest/test-sequencer": "^29.7.0",
12281
11598
  "@jest/types": "^29.6.3",
12282
- "babel-jest": "^29.7.0",
12283
11599
  "chalk": "^4.0.0",
12284
- "ci-info": "^3.2.0",
12285
- "deepmerge": "^4.2.2",
12286
- "glob": "^7.1.3",
12287
- "graceful-fs": "^4.2.9",
12288
- "jest-circus": "^29.7.0",
12289
- "jest-environment-node": "^29.7.0",
12290
11600
  "jest-get-type": "^29.6.3",
12291
- "jest-regex-util": "^29.6.3",
12292
- "jest-resolve": "^29.7.0",
12293
- "jest-runner": "^29.7.0",
12294
11601
  "jest-util": "^29.7.0",
12295
- "jest-validate": "^29.7.0",
12296
- "micromatch": "^4.0.4",
12297
- "parse-json": "^5.2.0",
12298
- "pretty-format": "^29.7.0",
12299
- "slash": "^3.0.0",
12300
- "strip-json-comments": "^3.1.1"
11602
+ "pretty-format": "^29.7.0"
11603
+ },
11604
+ "engines": {
11605
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
11606
+ }
11607
+ },
11608
+ "node_modules/jest-environment-jsdom": {
11609
+ "version": "29.7.0",
11610
+ "dev": true,
11611
+ "license": "MIT",
11612
+ "dependencies": {
11613
+ "@jest/environment": "^29.7.0",
11614
+ "@jest/fake-timers": "^29.7.0",
11615
+ "@jest/types": "^29.6.3",
11616
+ "@types/jsdom": "^20.0.0",
11617
+ "@types/node": "*",
11618
+ "jest-mock": "^29.7.0",
11619
+ "jest-util": "^29.7.0",
11620
+ "jsdom": "^20.0.0"
12301
11621
  },
12302
11622
  "engines": {
12303
11623
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12304
11624
  },
12305
11625
  "peerDependencies": {
12306
- "@types/node": "*",
12307
- "ts-node": ">=9.0.0"
11626
+ "canvas": "^2.5.0"
12308
11627
  },
12309
11628
  "peerDependenciesMeta": {
12310
- "@types/node": {
12311
- "optional": true
12312
- },
12313
- "ts-node": {
11629
+ "canvas": {
12314
11630
  "optional": true
12315
11631
  }
12316
11632
  }
12317
11633
  },
12318
- "node_modules/jest-config/node_modules/ansi-styles": {
12319
- "version": "4.3.0",
11634
+ "node_modules/jest-environment-node": {
11635
+ "version": "29.7.0",
12320
11636
  "dev": true,
12321
11637
  "license": "MIT",
12322
11638
  "dependencies": {
12323
- "color-convert": "^2.0.1"
11639
+ "@jest/environment": "^29.7.0",
11640
+ "@jest/fake-timers": "^29.7.0",
11641
+ "@jest/types": "^29.6.3",
11642
+ "@types/node": "*",
11643
+ "jest-mock": "^29.7.0",
11644
+ "jest-util": "^29.7.0"
12324
11645
  },
12325
11646
  "engines": {
12326
- "node": ">=8"
12327
- },
12328
- "funding": {
12329
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11647
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12330
11648
  }
12331
11649
  },
12332
- "node_modules/jest-config/node_modules/brace-expansion": {
12333
- "version": "1.1.11",
11650
+ "node_modules/jest-get-type": {
11651
+ "version": "29.6.3",
12334
11652
  "dev": true,
12335
11653
  "license": "MIT",
12336
- "dependencies": {
12337
- "balanced-match": "^1.0.0",
12338
- "concat-map": "0.0.1"
11654
+ "engines": {
11655
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12339
11656
  }
12340
11657
  },
12341
- "node_modules/jest-config/node_modules/chalk": {
12342
- "version": "4.1.2",
11658
+ "node_modules/jest-haste-map": {
11659
+ "version": "29.7.0",
12343
11660
  "dev": true,
12344
11661
  "license": "MIT",
12345
11662
  "dependencies": {
12346
- "ansi-styles": "^4.1.0",
12347
- "supports-color": "^7.1.0"
11663
+ "@jest/types": "^29.6.3",
11664
+ "@types/graceful-fs": "^4.1.3",
11665
+ "@types/node": "*",
11666
+ "anymatch": "^3.0.3",
11667
+ "fb-watchman": "^2.0.0",
11668
+ "graceful-fs": "^4.2.9",
11669
+ "jest-regex-util": "^29.6.3",
11670
+ "jest-util": "^29.7.0",
11671
+ "jest-worker": "^29.7.0",
11672
+ "micromatch": "^4.0.4",
11673
+ "walker": "^1.0.8"
12348
11674
  },
12349
11675
  "engines": {
12350
- "node": ">=10"
11676
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12351
11677
  },
12352
- "funding": {
12353
- "url": "https://github.com/chalk/chalk?sponsor=1"
11678
+ "optionalDependencies": {
11679
+ "fsevents": "^2.3.2"
12354
11680
  }
12355
11681
  },
12356
- "node_modules/jest-config/node_modules/color-convert": {
12357
- "version": "2.0.1",
11682
+ "node_modules/jest-leak-detector": {
11683
+ "version": "29.7.0",
12358
11684
  "dev": true,
12359
11685
  "license": "MIT",
12360
11686
  "dependencies": {
12361
- "color-name": "~1.1.4"
11687
+ "jest-get-type": "^29.6.3",
11688
+ "pretty-format": "^29.7.0"
12362
11689
  },
12363
11690
  "engines": {
12364
- "node": ">=7.0.0"
11691
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12365
11692
  }
12366
11693
  },
12367
- "node_modules/jest-config/node_modules/color-name": {
12368
- "version": "1.1.4",
11694
+ "node_modules/jest-localstorage-mock": {
11695
+ "version": "2.4.26",
12369
11696
  "dev": true,
12370
- "license": "MIT"
11697
+ "license": "BSD-3-Clause",
11698
+ "engines": {
11699
+ "node": ">=6.16.0"
11700
+ }
12371
11701
  },
12372
- "node_modules/jest-config/node_modules/glob": {
12373
- "version": "7.2.3",
11702
+ "node_modules/jest-matcher-utils": {
11703
+ "version": "29.7.0",
12374
11704
  "dev": true,
12375
- "license": "ISC",
11705
+ "license": "MIT",
12376
11706
  "dependencies": {
12377
- "fs.realpath": "^1.0.0",
12378
- "inflight": "^1.0.4",
12379
- "inherits": "2",
12380
- "minimatch": "^3.1.1",
12381
- "once": "^1.3.0",
12382
- "path-is-absolute": "^1.0.0"
11707
+ "chalk": "^4.0.0",
11708
+ "jest-diff": "^29.7.0",
11709
+ "jest-get-type": "^29.6.3",
11710
+ "pretty-format": "^29.7.0"
12383
11711
  },
12384
11712
  "engines": {
12385
- "node": "*"
12386
- },
12387
- "funding": {
12388
- "url": "https://github.com/sponsors/isaacs"
11713
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12389
11714
  }
12390
11715
  },
12391
- "node_modules/jest-config/node_modules/has-flag": {
12392
- "version": "4.0.0",
11716
+ "node_modules/jest-message-util": {
11717
+ "version": "29.7.0",
12393
11718
  "dev": true,
12394
11719
  "license": "MIT",
11720
+ "dependencies": {
11721
+ "@babel/code-frame": "^7.12.13",
11722
+ "@jest/types": "^29.6.3",
11723
+ "@types/stack-utils": "^2.0.0",
11724
+ "chalk": "^4.0.0",
11725
+ "graceful-fs": "^4.2.9",
11726
+ "micromatch": "^4.0.4",
11727
+ "pretty-format": "^29.7.0",
11728
+ "slash": "^3.0.0",
11729
+ "stack-utils": "^2.0.3"
11730
+ },
12395
11731
  "engines": {
12396
- "node": ">=8"
11732
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12397
11733
  }
12398
11734
  },
12399
- "node_modules/jest-config/node_modules/minimatch": {
12400
- "version": "3.1.2",
11735
+ "node_modules/jest-mock": {
11736
+ "version": "29.7.0",
12401
11737
  "dev": true,
12402
- "license": "ISC",
11738
+ "license": "MIT",
12403
11739
  "dependencies": {
12404
- "brace-expansion": "^1.1.7"
11740
+ "@jest/types": "^29.6.3",
11741
+ "@types/node": "*",
11742
+ "jest-util": "^29.7.0"
12405
11743
  },
12406
11744
  "engines": {
12407
- "node": "*"
11745
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12408
11746
  }
12409
11747
  },
12410
- "node_modules/jest-config/node_modules/supports-color": {
12411
- "version": "7.2.0",
11748
+ "node_modules/jest-pnp-resolver": {
11749
+ "version": "1.2.3",
12412
11750
  "dev": true,
12413
11751
  "license": "MIT",
12414
- "dependencies": {
12415
- "has-flag": "^4.0.0"
11752
+ "engines": {
11753
+ "node": ">=6"
12416
11754
  },
11755
+ "peerDependencies": {
11756
+ "jest-resolve": "*"
11757
+ },
11758
+ "peerDependenciesMeta": {
11759
+ "jest-resolve": {
11760
+ "optional": true
11761
+ }
11762
+ }
11763
+ },
11764
+ "node_modules/jest-regex-util": {
11765
+ "version": "29.6.3",
11766
+ "dev": true,
11767
+ "license": "MIT",
12417
11768
  "engines": {
12418
- "node": ">=8"
11769
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12419
11770
  }
12420
11771
  },
12421
- "node_modules/jest-diff": {
11772
+ "node_modules/jest-resolve": {
12422
11773
  "version": "29.7.0",
12423
11774
  "dev": true,
12424
11775
  "license": "MIT",
12425
11776
  "dependencies": {
12426
11777
  "chalk": "^4.0.0",
12427
- "diff-sequences": "^29.6.3",
12428
- "jest-get-type": "^29.6.3",
12429
- "pretty-format": "^29.7.0"
11778
+ "graceful-fs": "^4.2.9",
11779
+ "jest-haste-map": "^29.7.0",
11780
+ "jest-pnp-resolver": "^1.2.2",
11781
+ "jest-util": "^29.7.0",
11782
+ "jest-validate": "^29.7.0",
11783
+ "resolve": "^1.20.0",
11784
+ "resolve.exports": "^2.0.0",
11785
+ "slash": "^3.0.0"
12430
11786
  },
12431
11787
  "engines": {
12432
11788
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12433
11789
  }
12434
11790
  },
12435
- "node_modules/jest-diff/node_modules/ansi-styles": {
12436
- "version": "4.3.0",
11791
+ "node_modules/jest-resolve-dependencies": {
11792
+ "version": "29.7.0",
12437
11793
  "dev": true,
12438
11794
  "license": "MIT",
12439
11795
  "dependencies": {
12440
- "color-convert": "^2.0.1"
11796
+ "jest-regex-util": "^29.6.3",
11797
+ "jest-snapshot": "^29.7.0"
12441
11798
  },
12442
11799
  "engines": {
12443
- "node": ">=8"
12444
- },
12445
- "funding": {
12446
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11800
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12447
11801
  }
12448
11802
  },
12449
- "node_modules/jest-diff/node_modules/chalk": {
12450
- "version": "4.1.2",
12451
- "dev": true,
12452
- "license": "MIT",
12453
- "dependencies": {
12454
- "ansi-styles": "^4.1.0",
12455
- "supports-color": "^7.1.0"
12456
- },
12457
- "engines": {
12458
- "node": ">=10"
12459
- },
12460
- "funding": {
12461
- "url": "https://github.com/chalk/chalk?sponsor=1"
12462
- }
12463
- },
12464
- "node_modules/jest-diff/node_modules/color-convert": {
12465
- "version": "2.0.1",
12466
- "dev": true,
12467
- "license": "MIT",
12468
- "dependencies": {
12469
- "color-name": "~1.1.4"
12470
- },
12471
- "engines": {
12472
- "node": ">=7.0.0"
12473
- }
12474
- },
12475
- "node_modules/jest-diff/node_modules/color-name": {
12476
- "version": "1.1.4",
12477
- "dev": true,
12478
- "license": "MIT"
12479
- },
12480
- "node_modules/jest-diff/node_modules/has-flag": {
12481
- "version": "4.0.0",
12482
- "dev": true,
12483
- "license": "MIT",
12484
- "engines": {
12485
- "node": ">=8"
12486
- }
12487
- },
12488
- "node_modules/jest-diff/node_modules/supports-color": {
12489
- "version": "7.2.0",
12490
- "dev": true,
12491
- "license": "MIT",
12492
- "dependencies": {
12493
- "has-flag": "^4.0.0"
12494
- },
12495
- "engines": {
12496
- "node": ">=8"
12497
- }
12498
- },
12499
- "node_modules/jest-docblock": {
12500
- "version": "29.7.0",
12501
- "dev": true,
12502
- "license": "MIT",
12503
- "dependencies": {
12504
- "detect-newline": "^3.0.0"
12505
- },
12506
- "engines": {
12507
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12508
- }
12509
- },
12510
- "node_modules/jest-each": {
12511
- "version": "29.7.0",
12512
- "dev": true,
12513
- "license": "MIT",
12514
- "dependencies": {
12515
- "@jest/types": "^29.6.3",
12516
- "chalk": "^4.0.0",
12517
- "jest-get-type": "^29.6.3",
12518
- "jest-util": "^29.7.0",
12519
- "pretty-format": "^29.7.0"
12520
- },
12521
- "engines": {
12522
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12523
- }
12524
- },
12525
- "node_modules/jest-each/node_modules/ansi-styles": {
12526
- "version": "4.3.0",
12527
- "dev": true,
12528
- "license": "MIT",
12529
- "dependencies": {
12530
- "color-convert": "^2.0.1"
12531
- },
12532
- "engines": {
12533
- "node": ">=8"
12534
- },
12535
- "funding": {
12536
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12537
- }
12538
- },
12539
- "node_modules/jest-each/node_modules/chalk": {
12540
- "version": "4.1.2",
12541
- "dev": true,
12542
- "license": "MIT",
12543
- "dependencies": {
12544
- "ansi-styles": "^4.1.0",
12545
- "supports-color": "^7.1.0"
12546
- },
12547
- "engines": {
12548
- "node": ">=10"
12549
- },
12550
- "funding": {
12551
- "url": "https://github.com/chalk/chalk?sponsor=1"
12552
- }
12553
- },
12554
- "node_modules/jest-each/node_modules/color-convert": {
12555
- "version": "2.0.1",
12556
- "dev": true,
12557
- "license": "MIT",
12558
- "dependencies": {
12559
- "color-name": "~1.1.4"
12560
- },
12561
- "engines": {
12562
- "node": ">=7.0.0"
12563
- }
12564
- },
12565
- "node_modules/jest-each/node_modules/color-name": {
12566
- "version": "1.1.4",
12567
- "dev": true,
12568
- "license": "MIT"
12569
- },
12570
- "node_modules/jest-each/node_modules/has-flag": {
12571
- "version": "4.0.0",
12572
- "dev": true,
12573
- "license": "MIT",
12574
- "engines": {
12575
- "node": ">=8"
12576
- }
12577
- },
12578
- "node_modules/jest-each/node_modules/supports-color": {
12579
- "version": "7.2.0",
12580
- "dev": true,
12581
- "license": "MIT",
12582
- "dependencies": {
12583
- "has-flag": "^4.0.0"
12584
- },
12585
- "engines": {
12586
- "node": ">=8"
12587
- }
12588
- },
12589
- "node_modules/jest-environment-jsdom": {
11803
+ "node_modules/jest-runner": {
12590
11804
  "version": "29.7.0",
12591
11805
  "dev": true,
12592
11806
  "license": "MIT",
12593
11807
  "dependencies": {
11808
+ "@jest/console": "^29.7.0",
12594
11809
  "@jest/environment": "^29.7.0",
12595
- "@jest/fake-timers": "^29.7.0",
11810
+ "@jest/test-result": "^29.7.0",
11811
+ "@jest/transform": "^29.7.0",
12596
11812
  "@jest/types": "^29.6.3",
12597
- "@types/jsdom": "^20.0.0",
12598
11813
  "@types/node": "*",
12599
- "jest-mock": "^29.7.0",
11814
+ "chalk": "^4.0.0",
11815
+ "emittery": "^0.13.1",
11816
+ "graceful-fs": "^4.2.9",
11817
+ "jest-docblock": "^29.7.0",
11818
+ "jest-environment-node": "^29.7.0",
11819
+ "jest-haste-map": "^29.7.0",
11820
+ "jest-leak-detector": "^29.7.0",
11821
+ "jest-message-util": "^29.7.0",
11822
+ "jest-resolve": "^29.7.0",
11823
+ "jest-runtime": "^29.7.0",
12600
11824
  "jest-util": "^29.7.0",
12601
- "jsdom": "^20.0.0"
11825
+ "jest-watcher": "^29.7.0",
11826
+ "jest-worker": "^29.7.0",
11827
+ "p-limit": "^3.1.0",
11828
+ "source-map-support": "0.5.13"
12602
11829
  },
12603
11830
  "engines": {
12604
11831
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12605
- },
12606
- "peerDependencies": {
12607
- "canvas": "^2.5.0"
12608
- },
12609
- "peerDependenciesMeta": {
12610
- "canvas": {
12611
- "optional": true
12612
- }
12613
11832
  }
12614
11833
  },
12615
- "node_modules/jest-environment-node": {
11834
+ "node_modules/jest-runtime": {
12616
11835
  "version": "29.7.0",
12617
11836
  "dev": true,
12618
11837
  "license": "MIT",
12619
11838
  "dependencies": {
12620
11839
  "@jest/environment": "^29.7.0",
12621
11840
  "@jest/fake-timers": "^29.7.0",
11841
+ "@jest/globals": "^29.7.0",
11842
+ "@jest/source-map": "^29.6.3",
11843
+ "@jest/test-result": "^29.7.0",
11844
+ "@jest/transform": "^29.7.0",
12622
11845
  "@jest/types": "^29.6.3",
12623
11846
  "@types/node": "*",
12624
- "jest-mock": "^29.7.0",
12625
- "jest-util": "^29.7.0"
12626
- },
12627
- "engines": {
12628
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12629
- }
12630
- },
12631
- "node_modules/jest-get-type": {
12632
- "version": "29.6.3",
12633
- "dev": true,
12634
- "license": "MIT",
12635
- "engines": {
12636
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12637
- }
12638
- },
12639
- "node_modules/jest-haste-map": {
12640
- "version": "29.7.0",
12641
- "dev": true,
12642
- "license": "MIT",
12643
- "dependencies": {
12644
- "@jest/types": "^29.6.3",
12645
- "@types/graceful-fs": "^4.1.3",
12646
- "@types/node": "*",
12647
- "anymatch": "^3.0.3",
12648
- "fb-watchman": "^2.0.0",
11847
+ "chalk": "^4.0.0",
11848
+ "cjs-module-lexer": "^1.0.0",
11849
+ "collect-v8-coverage": "^1.0.0",
11850
+ "glob": "^7.1.3",
12649
11851
  "graceful-fs": "^4.2.9",
11852
+ "jest-haste-map": "^29.7.0",
11853
+ "jest-message-util": "^29.7.0",
11854
+ "jest-mock": "^29.7.0",
12650
11855
  "jest-regex-util": "^29.6.3",
11856
+ "jest-resolve": "^29.7.0",
11857
+ "jest-snapshot": "^29.7.0",
12651
11858
  "jest-util": "^29.7.0",
12652
- "jest-worker": "^29.7.0",
12653
- "micromatch": "^4.0.4",
12654
- "walker": "^1.0.8"
12655
- },
12656
- "engines": {
12657
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12658
- },
12659
- "optionalDependencies": {
12660
- "fsevents": "^2.3.2"
12661
- }
12662
- },
12663
- "node_modules/jest-leak-detector": {
12664
- "version": "29.7.0",
12665
- "dev": true,
12666
- "license": "MIT",
12667
- "dependencies": {
12668
- "jest-get-type": "^29.6.3",
12669
- "pretty-format": "^29.7.0"
12670
- },
12671
- "engines": {
12672
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12673
- }
12674
- },
12675
- "node_modules/jest-localstorage-mock": {
12676
- "version": "2.4.26",
12677
- "dev": true,
12678
- "license": "BSD-3-Clause",
12679
- "engines": {
12680
- "node": ">=6.16.0"
12681
- }
12682
- },
12683
- "node_modules/jest-matcher-utils": {
12684
- "version": "29.7.0",
12685
- "dev": true,
12686
- "license": "MIT",
12687
- "dependencies": {
12688
- "chalk": "^4.0.0",
12689
- "jest-diff": "^29.7.0",
12690
- "jest-get-type": "^29.6.3",
12691
- "pretty-format": "^29.7.0"
11859
+ "slash": "^3.0.0",
11860
+ "strip-bom": "^4.0.0"
12692
11861
  },
12693
11862
  "engines": {
12694
11863
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12695
11864
  }
12696
11865
  },
12697
- "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
12698
- "version": "4.3.0",
11866
+ "node_modules/jest-runtime/node_modules/brace-expansion": {
11867
+ "version": "1.1.11",
12699
11868
  "dev": true,
12700
11869
  "license": "MIT",
12701
11870
  "dependencies": {
12702
- "color-convert": "^2.0.1"
12703
- },
12704
- "engines": {
12705
- "node": ">=8"
12706
- },
12707
- "funding": {
12708
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11871
+ "balanced-match": "^1.0.0",
11872
+ "concat-map": "0.0.1"
12709
11873
  }
12710
11874
  },
12711
- "node_modules/jest-matcher-utils/node_modules/chalk": {
12712
- "version": "4.1.2",
12713
- "dev": true,
12714
- "license": "MIT",
12715
- "dependencies": {
12716
- "ansi-styles": "^4.1.0",
12717
- "supports-color": "^7.1.0"
12718
- },
12719
- "engines": {
12720
- "node": ">=10"
12721
- },
12722
- "funding": {
12723
- "url": "https://github.com/chalk/chalk?sponsor=1"
12724
- }
12725
- },
12726
- "node_modules/jest-matcher-utils/node_modules/color-convert": {
12727
- "version": "2.0.1",
12728
- "dev": true,
12729
- "license": "MIT",
12730
- "dependencies": {
12731
- "color-name": "~1.1.4"
12732
- },
12733
- "engines": {
12734
- "node": ">=7.0.0"
12735
- }
12736
- },
12737
- "node_modules/jest-matcher-utils/node_modules/color-name": {
12738
- "version": "1.1.4",
12739
- "dev": true,
12740
- "license": "MIT"
12741
- },
12742
- "node_modules/jest-matcher-utils/node_modules/has-flag": {
12743
- "version": "4.0.0",
12744
- "dev": true,
12745
- "license": "MIT",
12746
- "engines": {
12747
- "node": ">=8"
12748
- }
12749
- },
12750
- "node_modules/jest-matcher-utils/node_modules/supports-color": {
12751
- "version": "7.2.0",
12752
- "dev": true,
12753
- "license": "MIT",
12754
- "dependencies": {
12755
- "has-flag": "^4.0.0"
12756
- },
12757
- "engines": {
12758
- "node": ">=8"
12759
- }
12760
- },
12761
- "node_modules/jest-message-util": {
12762
- "version": "29.7.0",
12763
- "dev": true,
12764
- "license": "MIT",
12765
- "dependencies": {
12766
- "@babel/code-frame": "^7.12.13",
12767
- "@jest/types": "^29.6.3",
12768
- "@types/stack-utils": "^2.0.0",
12769
- "chalk": "^4.0.0",
12770
- "graceful-fs": "^4.2.9",
12771
- "micromatch": "^4.0.4",
12772
- "pretty-format": "^29.7.0",
12773
- "slash": "^3.0.0",
12774
- "stack-utils": "^2.0.3"
12775
- },
12776
- "engines": {
12777
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12778
- }
12779
- },
12780
- "node_modules/jest-message-util/node_modules/ansi-styles": {
12781
- "version": "4.3.0",
12782
- "dev": true,
12783
- "license": "MIT",
12784
- "dependencies": {
12785
- "color-convert": "^2.0.1"
12786
- },
12787
- "engines": {
12788
- "node": ">=8"
12789
- },
12790
- "funding": {
12791
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12792
- }
12793
- },
12794
- "node_modules/jest-message-util/node_modules/chalk": {
12795
- "version": "4.1.2",
12796
- "dev": true,
12797
- "license": "MIT",
12798
- "dependencies": {
12799
- "ansi-styles": "^4.1.0",
12800
- "supports-color": "^7.1.0"
12801
- },
12802
- "engines": {
12803
- "node": ">=10"
12804
- },
12805
- "funding": {
12806
- "url": "https://github.com/chalk/chalk?sponsor=1"
12807
- }
12808
- },
12809
- "node_modules/jest-message-util/node_modules/color-convert": {
12810
- "version": "2.0.1",
12811
- "dev": true,
12812
- "license": "MIT",
12813
- "dependencies": {
12814
- "color-name": "~1.1.4"
12815
- },
12816
- "engines": {
12817
- "node": ">=7.0.0"
12818
- }
12819
- },
12820
- "node_modules/jest-message-util/node_modules/color-name": {
12821
- "version": "1.1.4",
12822
- "dev": true,
12823
- "license": "MIT"
12824
- },
12825
- "node_modules/jest-message-util/node_modules/has-flag": {
12826
- "version": "4.0.0",
12827
- "dev": true,
12828
- "license": "MIT",
12829
- "engines": {
12830
- "node": ">=8"
12831
- }
12832
- },
12833
- "node_modules/jest-message-util/node_modules/supports-color": {
12834
- "version": "7.2.0",
12835
- "dev": true,
12836
- "license": "MIT",
12837
- "dependencies": {
12838
- "has-flag": "^4.0.0"
12839
- },
12840
- "engines": {
12841
- "node": ">=8"
12842
- }
12843
- },
12844
- "node_modules/jest-mock": {
12845
- "version": "29.7.0",
12846
- "dev": true,
12847
- "license": "MIT",
12848
- "dependencies": {
12849
- "@jest/types": "^29.6.3",
12850
- "@types/node": "*",
12851
- "jest-util": "^29.7.0"
12852
- },
12853
- "engines": {
12854
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12855
- }
12856
- },
12857
- "node_modules/jest-pnp-resolver": {
12858
- "version": "1.2.3",
12859
- "dev": true,
12860
- "license": "MIT",
12861
- "engines": {
12862
- "node": ">=6"
12863
- },
12864
- "peerDependencies": {
12865
- "jest-resolve": "*"
12866
- },
12867
- "peerDependenciesMeta": {
12868
- "jest-resolve": {
12869
- "optional": true
12870
- }
12871
- }
12872
- },
12873
- "node_modules/jest-regex-util": {
12874
- "version": "29.6.3",
12875
- "dev": true,
12876
- "license": "MIT",
12877
- "engines": {
12878
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12879
- }
12880
- },
12881
- "node_modules/jest-resolve": {
12882
- "version": "29.7.0",
12883
- "dev": true,
12884
- "license": "MIT",
12885
- "dependencies": {
12886
- "chalk": "^4.0.0",
12887
- "graceful-fs": "^4.2.9",
12888
- "jest-haste-map": "^29.7.0",
12889
- "jest-pnp-resolver": "^1.2.2",
12890
- "jest-util": "^29.7.0",
12891
- "jest-validate": "^29.7.0",
12892
- "resolve": "^1.20.0",
12893
- "resolve.exports": "^2.0.0",
12894
- "slash": "^3.0.0"
12895
- },
12896
- "engines": {
12897
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12898
- }
12899
- },
12900
- "node_modules/jest-resolve-dependencies": {
12901
- "version": "29.7.0",
12902
- "dev": true,
12903
- "license": "MIT",
12904
- "dependencies": {
12905
- "jest-regex-util": "^29.6.3",
12906
- "jest-snapshot": "^29.7.0"
12907
- },
12908
- "engines": {
12909
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
12910
- }
12911
- },
12912
- "node_modules/jest-resolve/node_modules/ansi-styles": {
12913
- "version": "4.3.0",
12914
- "dev": true,
12915
- "license": "MIT",
12916
- "dependencies": {
12917
- "color-convert": "^2.0.1"
12918
- },
12919
- "engines": {
12920
- "node": ">=8"
12921
- },
12922
- "funding": {
12923
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
12924
- }
12925
- },
12926
- "node_modules/jest-resolve/node_modules/chalk": {
12927
- "version": "4.1.2",
12928
- "dev": true,
12929
- "license": "MIT",
12930
- "dependencies": {
12931
- "ansi-styles": "^4.1.0",
12932
- "supports-color": "^7.1.0"
12933
- },
12934
- "engines": {
12935
- "node": ">=10"
12936
- },
12937
- "funding": {
12938
- "url": "https://github.com/chalk/chalk?sponsor=1"
12939
- }
12940
- },
12941
- "node_modules/jest-resolve/node_modules/color-convert": {
12942
- "version": "2.0.1",
12943
- "dev": true,
12944
- "license": "MIT",
12945
- "dependencies": {
12946
- "color-name": "~1.1.4"
12947
- },
12948
- "engines": {
12949
- "node": ">=7.0.0"
12950
- }
12951
- },
12952
- "node_modules/jest-resolve/node_modules/color-name": {
12953
- "version": "1.1.4",
12954
- "dev": true,
12955
- "license": "MIT"
12956
- },
12957
- "node_modules/jest-resolve/node_modules/has-flag": {
12958
- "version": "4.0.0",
12959
- "dev": true,
12960
- "license": "MIT",
12961
- "engines": {
12962
- "node": ">=8"
12963
- }
12964
- },
12965
- "node_modules/jest-resolve/node_modules/supports-color": {
12966
- "version": "7.2.0",
12967
- "dev": true,
12968
- "license": "MIT",
12969
- "dependencies": {
12970
- "has-flag": "^4.0.0"
12971
- },
12972
- "engines": {
12973
- "node": ">=8"
12974
- }
12975
- },
12976
- "node_modules/jest-runner": {
12977
- "version": "29.7.0",
12978
- "dev": true,
12979
- "license": "MIT",
12980
- "dependencies": {
12981
- "@jest/console": "^29.7.0",
12982
- "@jest/environment": "^29.7.0",
12983
- "@jest/test-result": "^29.7.0",
12984
- "@jest/transform": "^29.7.0",
12985
- "@jest/types": "^29.6.3",
12986
- "@types/node": "*",
12987
- "chalk": "^4.0.0",
12988
- "emittery": "^0.13.1",
12989
- "graceful-fs": "^4.2.9",
12990
- "jest-docblock": "^29.7.0",
12991
- "jest-environment-node": "^29.7.0",
12992
- "jest-haste-map": "^29.7.0",
12993
- "jest-leak-detector": "^29.7.0",
12994
- "jest-message-util": "^29.7.0",
12995
- "jest-resolve": "^29.7.0",
12996
- "jest-runtime": "^29.7.0",
12997
- "jest-util": "^29.7.0",
12998
- "jest-watcher": "^29.7.0",
12999
- "jest-worker": "^29.7.0",
13000
- "p-limit": "^3.1.0",
13001
- "source-map-support": "0.5.13"
13002
- },
13003
- "engines": {
13004
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13005
- }
13006
- },
13007
- "node_modules/jest-runner/node_modules/ansi-styles": {
13008
- "version": "4.3.0",
13009
- "dev": true,
13010
- "license": "MIT",
13011
- "dependencies": {
13012
- "color-convert": "^2.0.1"
13013
- },
13014
- "engines": {
13015
- "node": ">=8"
13016
- },
13017
- "funding": {
13018
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13019
- }
13020
- },
13021
- "node_modules/jest-runner/node_modules/chalk": {
13022
- "version": "4.1.2",
13023
- "dev": true,
13024
- "license": "MIT",
13025
- "dependencies": {
13026
- "ansi-styles": "^4.1.0",
13027
- "supports-color": "^7.1.0"
13028
- },
13029
- "engines": {
13030
- "node": ">=10"
13031
- },
13032
- "funding": {
13033
- "url": "https://github.com/chalk/chalk?sponsor=1"
13034
- }
13035
- },
13036
- "node_modules/jest-runner/node_modules/color-convert": {
13037
- "version": "2.0.1",
13038
- "dev": true,
13039
- "license": "MIT",
13040
- "dependencies": {
13041
- "color-name": "~1.1.4"
13042
- },
13043
- "engines": {
13044
- "node": ">=7.0.0"
13045
- }
13046
- },
13047
- "node_modules/jest-runner/node_modules/color-name": {
13048
- "version": "1.1.4",
13049
- "dev": true,
13050
- "license": "MIT"
13051
- },
13052
- "node_modules/jest-runner/node_modules/has-flag": {
13053
- "version": "4.0.0",
13054
- "dev": true,
13055
- "license": "MIT",
13056
- "engines": {
13057
- "node": ">=8"
13058
- }
13059
- },
13060
- "node_modules/jest-runner/node_modules/supports-color": {
13061
- "version": "7.2.0",
13062
- "dev": true,
13063
- "license": "MIT",
13064
- "dependencies": {
13065
- "has-flag": "^4.0.0"
13066
- },
13067
- "engines": {
13068
- "node": ">=8"
13069
- }
13070
- },
13071
- "node_modules/jest-runtime": {
13072
- "version": "29.7.0",
13073
- "dev": true,
13074
- "license": "MIT",
13075
- "dependencies": {
13076
- "@jest/environment": "^29.7.0",
13077
- "@jest/fake-timers": "^29.7.0",
13078
- "@jest/globals": "^29.7.0",
13079
- "@jest/source-map": "^29.6.3",
13080
- "@jest/test-result": "^29.7.0",
13081
- "@jest/transform": "^29.7.0",
13082
- "@jest/types": "^29.6.3",
13083
- "@types/node": "*",
13084
- "chalk": "^4.0.0",
13085
- "cjs-module-lexer": "^1.0.0",
13086
- "collect-v8-coverage": "^1.0.0",
13087
- "glob": "^7.1.3",
13088
- "graceful-fs": "^4.2.9",
13089
- "jest-haste-map": "^29.7.0",
13090
- "jest-message-util": "^29.7.0",
13091
- "jest-mock": "^29.7.0",
13092
- "jest-regex-util": "^29.6.3",
13093
- "jest-resolve": "^29.7.0",
13094
- "jest-snapshot": "^29.7.0",
13095
- "jest-util": "^29.7.0",
13096
- "slash": "^3.0.0",
13097
- "strip-bom": "^4.0.0"
13098
- },
13099
- "engines": {
13100
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13101
- }
13102
- },
13103
- "node_modules/jest-runtime/node_modules/ansi-styles": {
13104
- "version": "4.3.0",
13105
- "dev": true,
13106
- "license": "MIT",
13107
- "dependencies": {
13108
- "color-convert": "^2.0.1"
13109
- },
13110
- "engines": {
13111
- "node": ">=8"
13112
- },
13113
- "funding": {
13114
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13115
- }
13116
- },
13117
- "node_modules/jest-runtime/node_modules/brace-expansion": {
13118
- "version": "1.1.11",
13119
- "dev": true,
13120
- "license": "MIT",
13121
- "dependencies": {
13122
- "balanced-match": "^1.0.0",
13123
- "concat-map": "0.0.1"
13124
- }
13125
- },
13126
- "node_modules/jest-runtime/node_modules/chalk": {
13127
- "version": "4.1.2",
13128
- "dev": true,
13129
- "license": "MIT",
13130
- "dependencies": {
13131
- "ansi-styles": "^4.1.0",
13132
- "supports-color": "^7.1.0"
13133
- },
13134
- "engines": {
13135
- "node": ">=10"
13136
- },
13137
- "funding": {
13138
- "url": "https://github.com/chalk/chalk?sponsor=1"
13139
- }
13140
- },
13141
- "node_modules/jest-runtime/node_modules/color-convert": {
13142
- "version": "2.0.1",
13143
- "dev": true,
13144
- "license": "MIT",
13145
- "dependencies": {
13146
- "color-name": "~1.1.4"
13147
- },
13148
- "engines": {
13149
- "node": ">=7.0.0"
13150
- }
13151
- },
13152
- "node_modules/jest-runtime/node_modules/color-name": {
13153
- "version": "1.1.4",
13154
- "dev": true,
13155
- "license": "MIT"
13156
- },
13157
- "node_modules/jest-runtime/node_modules/glob": {
13158
- "version": "7.2.3",
13159
- "dev": true,
13160
- "license": "ISC",
13161
- "dependencies": {
13162
- "fs.realpath": "^1.0.0",
13163
- "inflight": "^1.0.4",
13164
- "inherits": "2",
13165
- "minimatch": "^3.1.1",
13166
- "once": "^1.3.0",
13167
- "path-is-absolute": "^1.0.0"
13168
- },
13169
- "engines": {
13170
- "node": "*"
13171
- },
13172
- "funding": {
13173
- "url": "https://github.com/sponsors/isaacs"
13174
- }
13175
- },
13176
- "node_modules/jest-runtime/node_modules/has-flag": {
13177
- "version": "4.0.0",
13178
- "dev": true,
13179
- "license": "MIT",
13180
- "engines": {
13181
- "node": ">=8"
13182
- }
13183
- },
13184
- "node_modules/jest-runtime/node_modules/minimatch": {
13185
- "version": "3.1.2",
13186
- "dev": true,
13187
- "license": "ISC",
13188
- "dependencies": {
13189
- "brace-expansion": "^1.1.7"
13190
- },
13191
- "engines": {
13192
- "node": "*"
13193
- }
13194
- },
13195
- "node_modules/jest-runtime/node_modules/supports-color": {
13196
- "version": "7.2.0",
13197
- "dev": true,
13198
- "license": "MIT",
13199
- "dependencies": {
13200
- "has-flag": "^4.0.0"
13201
- },
13202
- "engines": {
13203
- "node": ">=8"
13204
- }
13205
- },
13206
- "node_modules/jest-snapshot": {
13207
- "version": "29.7.0",
13208
- "dev": true,
13209
- "license": "MIT",
13210
- "dependencies": {
13211
- "@babel/core": "^7.11.6",
13212
- "@babel/generator": "^7.7.2",
13213
- "@babel/plugin-syntax-jsx": "^7.7.2",
13214
- "@babel/plugin-syntax-typescript": "^7.7.2",
13215
- "@babel/types": "^7.3.3",
13216
- "@jest/expect-utils": "^29.7.0",
13217
- "@jest/transform": "^29.7.0",
13218
- "@jest/types": "^29.6.3",
13219
- "babel-preset-current-node-syntax": "^1.0.0",
13220
- "chalk": "^4.0.0",
13221
- "expect": "^29.7.0",
13222
- "graceful-fs": "^4.2.9",
13223
- "jest-diff": "^29.7.0",
13224
- "jest-get-type": "^29.6.3",
13225
- "jest-matcher-utils": "^29.7.0",
13226
- "jest-message-util": "^29.7.0",
13227
- "jest-util": "^29.7.0",
13228
- "natural-compare": "^1.4.0",
13229
- "pretty-format": "^29.7.0",
13230
- "semver": "^7.5.3"
13231
- },
13232
- "engines": {
13233
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13234
- }
13235
- },
13236
- "node_modules/jest-snapshot/node_modules/ansi-styles": {
13237
- "version": "4.3.0",
13238
- "dev": true,
13239
- "license": "MIT",
13240
- "dependencies": {
13241
- "color-convert": "^2.0.1"
13242
- },
13243
- "engines": {
13244
- "node": ">=8"
13245
- },
13246
- "funding": {
13247
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13248
- }
13249
- },
13250
- "node_modules/jest-snapshot/node_modules/chalk": {
13251
- "version": "4.1.2",
13252
- "dev": true,
13253
- "license": "MIT",
13254
- "dependencies": {
13255
- "ansi-styles": "^4.1.0",
13256
- "supports-color": "^7.1.0"
13257
- },
13258
- "engines": {
13259
- "node": ">=10"
13260
- },
13261
- "funding": {
13262
- "url": "https://github.com/chalk/chalk?sponsor=1"
13263
- }
13264
- },
13265
- "node_modules/jest-snapshot/node_modules/color-convert": {
13266
- "version": "2.0.1",
13267
- "dev": true,
13268
- "license": "MIT",
13269
- "dependencies": {
13270
- "color-name": "~1.1.4"
13271
- },
13272
- "engines": {
13273
- "node": ">=7.0.0"
13274
- }
13275
- },
13276
- "node_modules/jest-snapshot/node_modules/color-name": {
13277
- "version": "1.1.4",
13278
- "dev": true,
13279
- "license": "MIT"
13280
- },
13281
- "node_modules/jest-snapshot/node_modules/has-flag": {
13282
- "version": "4.0.0",
13283
- "dev": true,
13284
- "license": "MIT",
13285
- "engines": {
13286
- "node": ">=8"
13287
- }
13288
- },
13289
- "node_modules/jest-snapshot/node_modules/lru-cache": {
13290
- "version": "6.0.0",
13291
- "dev": true,
13292
- "license": "ISC",
13293
- "dependencies": {
13294
- "yallist": "^4.0.0"
13295
- },
13296
- "engines": {
13297
- "node": ">=10"
13298
- }
13299
- },
13300
- "node_modules/jest-snapshot/node_modules/semver": {
13301
- "version": "7.5.4",
13302
- "dev": true,
13303
- "license": "ISC",
13304
- "dependencies": {
13305
- "lru-cache": "^6.0.0"
13306
- },
13307
- "bin": {
13308
- "semver": "bin/semver.js"
13309
- },
13310
- "engines": {
13311
- "node": ">=10"
13312
- }
13313
- },
13314
- "node_modules/jest-snapshot/node_modules/supports-color": {
13315
- "version": "7.2.0",
13316
- "dev": true,
13317
- "license": "MIT",
13318
- "dependencies": {
13319
- "has-flag": "^4.0.0"
13320
- },
13321
- "engines": {
13322
- "node": ">=8"
13323
- }
13324
- },
13325
- "node_modules/jest-snapshot/node_modules/yallist": {
13326
- "version": "4.0.0",
13327
- "dev": true,
13328
- "license": "ISC"
13329
- },
13330
- "node_modules/jest-util": {
13331
- "version": "29.7.0",
13332
- "dev": true,
13333
- "license": "MIT",
13334
- "dependencies": {
13335
- "@jest/types": "^29.6.3",
13336
- "@types/node": "*",
13337
- "chalk": "^4.0.0",
13338
- "ci-info": "^3.2.0",
13339
- "graceful-fs": "^4.2.9",
13340
- "picomatch": "^2.2.3"
13341
- },
13342
- "engines": {
13343
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13344
- }
13345
- },
13346
- "node_modules/jest-util/node_modules/ansi-styles": {
13347
- "version": "4.3.0",
13348
- "dev": true,
13349
- "license": "MIT",
13350
- "dependencies": {
13351
- "color-convert": "^2.0.1"
13352
- },
13353
- "engines": {
13354
- "node": ">=8"
13355
- },
13356
- "funding": {
13357
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13358
- }
13359
- },
13360
- "node_modules/jest-util/node_modules/chalk": {
13361
- "version": "4.1.2",
13362
- "dev": true,
13363
- "license": "MIT",
13364
- "dependencies": {
13365
- "ansi-styles": "^4.1.0",
13366
- "supports-color": "^7.1.0"
13367
- },
13368
- "engines": {
13369
- "node": ">=10"
13370
- },
13371
- "funding": {
13372
- "url": "https://github.com/chalk/chalk?sponsor=1"
13373
- }
13374
- },
13375
- "node_modules/jest-util/node_modules/color-convert": {
13376
- "version": "2.0.1",
13377
- "dev": true,
13378
- "license": "MIT",
13379
- "dependencies": {
13380
- "color-name": "~1.1.4"
13381
- },
13382
- "engines": {
13383
- "node": ">=7.0.0"
13384
- }
13385
- },
13386
- "node_modules/jest-util/node_modules/color-name": {
13387
- "version": "1.1.4",
13388
- "dev": true,
13389
- "license": "MIT"
13390
- },
13391
- "node_modules/jest-util/node_modules/has-flag": {
13392
- "version": "4.0.0",
13393
- "dev": true,
13394
- "license": "MIT",
13395
- "engines": {
13396
- "node": ">=8"
13397
- }
13398
- },
13399
- "node_modules/jest-util/node_modules/supports-color": {
13400
- "version": "7.2.0",
13401
- "dev": true,
13402
- "license": "MIT",
13403
- "dependencies": {
13404
- "has-flag": "^4.0.0"
13405
- },
13406
- "engines": {
13407
- "node": ">=8"
13408
- }
13409
- },
13410
- "node_modules/jest-validate": {
13411
- "version": "29.7.0",
13412
- "dev": true,
13413
- "license": "MIT",
13414
- "dependencies": {
13415
- "@jest/types": "^29.6.3",
13416
- "camelcase": "^6.2.0",
13417
- "chalk": "^4.0.0",
13418
- "jest-get-type": "^29.6.3",
13419
- "leven": "^3.1.0",
13420
- "pretty-format": "^29.7.0"
13421
- },
13422
- "engines": {
13423
- "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13424
- }
13425
- },
13426
- "node_modules/jest-validate/node_modules/ansi-styles": {
13427
- "version": "4.3.0",
13428
- "dev": true,
13429
- "license": "MIT",
13430
- "dependencies": {
13431
- "color-convert": "^2.0.1"
13432
- },
13433
- "engines": {
13434
- "node": ">=8"
13435
- },
13436
- "funding": {
13437
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
13438
- }
13439
- },
13440
- "node_modules/jest-validate/node_modules/camelcase": {
13441
- "version": "6.3.0",
13442
- "dev": true,
13443
- "license": "MIT",
13444
- "engines": {
13445
- "node": ">=10"
13446
- },
13447
- "funding": {
13448
- "url": "https://github.com/sponsors/sindresorhus"
13449
- }
13450
- },
13451
- "node_modules/jest-validate/node_modules/chalk": {
13452
- "version": "4.1.2",
13453
- "dev": true,
13454
- "license": "MIT",
13455
- "dependencies": {
13456
- "ansi-styles": "^4.1.0",
13457
- "supports-color": "^7.1.0"
13458
- },
13459
- "engines": {
13460
- "node": ">=10"
13461
- },
13462
- "funding": {
13463
- "url": "https://github.com/chalk/chalk?sponsor=1"
13464
- }
13465
- },
13466
- "node_modules/jest-validate/node_modules/color-convert": {
13467
- "version": "2.0.1",
13468
- "dev": true,
13469
- "license": "MIT",
13470
- "dependencies": {
13471
- "color-name": "~1.1.4"
13472
- },
13473
- "engines": {
13474
- "node": ">=7.0.0"
13475
- }
13476
- },
13477
- "node_modules/jest-validate/node_modules/color-name": {
13478
- "version": "1.1.4",
13479
- "dev": true,
13480
- "license": "MIT"
13481
- },
13482
- "node_modules/jest-validate/node_modules/has-flag": {
13483
- "version": "4.0.0",
11875
+ "node_modules/jest-runtime/node_modules/glob": {
11876
+ "version": "7.2.3",
13484
11877
  "dev": true,
13485
- "license": "MIT",
11878
+ "license": "ISC",
11879
+ "dependencies": {
11880
+ "fs.realpath": "^1.0.0",
11881
+ "inflight": "^1.0.4",
11882
+ "inherits": "2",
11883
+ "minimatch": "^3.1.1",
11884
+ "once": "^1.3.0",
11885
+ "path-is-absolute": "^1.0.0"
11886
+ },
13486
11887
  "engines": {
13487
- "node": ">=8"
11888
+ "node": "*"
11889
+ },
11890
+ "funding": {
11891
+ "url": "https://github.com/sponsors/isaacs"
13488
11892
  }
13489
11893
  },
13490
- "node_modules/jest-validate/node_modules/supports-color": {
13491
- "version": "7.2.0",
11894
+ "node_modules/jest-runtime/node_modules/minimatch": {
11895
+ "version": "3.1.2",
13492
11896
  "dev": true,
13493
- "license": "MIT",
11897
+ "license": "ISC",
13494
11898
  "dependencies": {
13495
- "has-flag": "^4.0.0"
11899
+ "brace-expansion": "^1.1.7"
13496
11900
  },
13497
11901
  "engines": {
13498
- "node": ">=8"
11902
+ "node": "*"
13499
11903
  }
13500
11904
  },
13501
- "node_modules/jest-watcher": {
11905
+ "node_modules/jest-snapshot": {
13502
11906
  "version": "29.7.0",
13503
11907
  "dev": true,
13504
11908
  "license": "MIT",
13505
11909
  "dependencies": {
13506
- "@jest/test-result": "^29.7.0",
11910
+ "@babel/core": "^7.11.6",
11911
+ "@babel/generator": "^7.7.2",
11912
+ "@babel/plugin-syntax-jsx": "^7.7.2",
11913
+ "@babel/plugin-syntax-typescript": "^7.7.2",
11914
+ "@babel/types": "^7.3.3",
11915
+ "@jest/expect-utils": "^29.7.0",
11916
+ "@jest/transform": "^29.7.0",
13507
11917
  "@jest/types": "^29.6.3",
13508
- "@types/node": "*",
13509
- "ansi-escapes": "^4.2.1",
11918
+ "babel-preset-current-node-syntax": "^1.0.0",
13510
11919
  "chalk": "^4.0.0",
13511
- "emittery": "^0.13.1",
11920
+ "expect": "^29.7.0",
11921
+ "graceful-fs": "^4.2.9",
11922
+ "jest-diff": "^29.7.0",
11923
+ "jest-get-type": "^29.6.3",
11924
+ "jest-matcher-utils": "^29.7.0",
11925
+ "jest-message-util": "^29.7.0",
13512
11926
  "jest-util": "^29.7.0",
13513
- "string-length": "^4.0.1"
11927
+ "natural-compare": "^1.4.0",
11928
+ "pretty-format": "^29.7.0",
11929
+ "semver": "^7.5.3"
13514
11930
  },
13515
11931
  "engines": {
13516
11932
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13517
11933
  }
13518
11934
  },
13519
- "node_modules/jest-watcher/node_modules/ansi-styles": {
13520
- "version": "4.3.0",
11935
+ "node_modules/jest-snapshot/node_modules/lru-cache": {
11936
+ "version": "6.0.0",
13521
11937
  "dev": true,
13522
- "license": "MIT",
11938
+ "license": "ISC",
13523
11939
  "dependencies": {
13524
- "color-convert": "^2.0.1"
11940
+ "yallist": "^4.0.0"
13525
11941
  },
13526
11942
  "engines": {
13527
- "node": ">=8"
13528
- },
13529
- "funding": {
13530
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
11943
+ "node": ">=10"
13531
11944
  }
13532
11945
  },
13533
- "node_modules/jest-watcher/node_modules/chalk": {
13534
- "version": "4.1.2",
11946
+ "node_modules/jest-snapshot/node_modules/semver": {
11947
+ "version": "7.5.4",
13535
11948
  "dev": true,
13536
- "license": "MIT",
11949
+ "license": "ISC",
13537
11950
  "dependencies": {
13538
- "ansi-styles": "^4.1.0",
13539
- "supports-color": "^7.1.0"
11951
+ "lru-cache": "^6.0.0"
11952
+ },
11953
+ "bin": {
11954
+ "semver": "bin/semver.js"
13540
11955
  },
13541
11956
  "engines": {
13542
11957
  "node": ">=10"
13543
- },
13544
- "funding": {
13545
- "url": "https://github.com/chalk/chalk?sponsor=1"
13546
11958
  }
13547
11959
  },
13548
- "node_modules/jest-watcher/node_modules/color-convert": {
13549
- "version": "2.0.1",
11960
+ "node_modules/jest-snapshot/node_modules/yallist": {
11961
+ "version": "4.0.0",
11962
+ "dev": true,
11963
+ "license": "ISC"
11964
+ },
11965
+ "node_modules/jest-util": {
11966
+ "version": "29.7.0",
13550
11967
  "dev": true,
13551
11968
  "license": "MIT",
13552
11969
  "dependencies": {
13553
- "color-name": "~1.1.4"
11970
+ "@jest/types": "^29.6.3",
11971
+ "@types/node": "*",
11972
+ "chalk": "^4.0.0",
11973
+ "ci-info": "^3.2.0",
11974
+ "graceful-fs": "^4.2.9",
11975
+ "picomatch": "^2.2.3"
13554
11976
  },
13555
11977
  "engines": {
13556
- "node": ">=7.0.0"
11978
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13557
11979
  }
13558
11980
  },
13559
- "node_modules/jest-watcher/node_modules/color-name": {
13560
- "version": "1.1.4",
11981
+ "node_modules/jest-validate": {
11982
+ "version": "29.7.0",
13561
11983
  "dev": true,
13562
- "license": "MIT"
11984
+ "license": "MIT",
11985
+ "dependencies": {
11986
+ "@jest/types": "^29.6.3",
11987
+ "camelcase": "^6.2.0",
11988
+ "chalk": "^4.0.0",
11989
+ "jest-get-type": "^29.6.3",
11990
+ "leven": "^3.1.0",
11991
+ "pretty-format": "^29.7.0"
11992
+ },
11993
+ "engines": {
11994
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
11995
+ }
13563
11996
  },
13564
- "node_modules/jest-watcher/node_modules/has-flag": {
13565
- "version": "4.0.0",
11997
+ "node_modules/jest-validate/node_modules/camelcase": {
11998
+ "version": "6.3.0",
13566
11999
  "dev": true,
13567
12000
  "license": "MIT",
13568
12001
  "engines": {
13569
- "node": ">=8"
12002
+ "node": ">=10"
12003
+ },
12004
+ "funding": {
12005
+ "url": "https://github.com/sponsors/sindresorhus"
13570
12006
  }
13571
12007
  },
13572
- "node_modules/jest-watcher/node_modules/supports-color": {
13573
- "version": "7.2.0",
12008
+ "node_modules/jest-watcher": {
12009
+ "version": "29.7.0",
13574
12010
  "dev": true,
13575
12011
  "license": "MIT",
13576
12012
  "dependencies": {
13577
- "has-flag": "^4.0.0"
12013
+ "@jest/test-result": "^29.7.0",
12014
+ "@jest/types": "^29.6.3",
12015
+ "@types/node": "*",
12016
+ "ansi-escapes": "^4.2.1",
12017
+ "chalk": "^4.0.0",
12018
+ "emittery": "^0.13.1",
12019
+ "jest-util": "^29.7.0",
12020
+ "string-length": "^4.0.1"
13578
12021
  },
13579
12022
  "engines": {
13580
- "node": ">=8"
12023
+ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13581
12024
  }
13582
12025
  },
13583
12026
  "node_modules/jest-worker": {
@@ -13594,14 +12037,6 @@
13594
12037
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
13595
12038
  }
13596
12039
  },
13597
- "node_modules/jest-worker/node_modules/has-flag": {
13598
- "version": "4.0.0",
13599
- "dev": true,
13600
- "license": "MIT",
13601
- "engines": {
13602
- "node": ">=8"
13603
- }
13604
- },
13605
12040
  "node_modules/jest-worker/node_modules/supports-color": {
13606
12041
  "version": "8.1.1",
13607
12042
  "dev": true,
@@ -13699,13 +12134,14 @@
13699
12134
  }
13700
12135
  },
13701
12136
  "node_modules/jsesc": {
13702
- "version": "2.5.2",
13703
- "license": "MIT",
12137
+ "version": "3.1.0",
12138
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
12139
+ "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
13704
12140
  "bin": {
13705
12141
  "jsesc": "bin/jsesc"
13706
12142
  },
13707
12143
  "engines": {
13708
- "node": ">=4"
12144
+ "node": ">=6"
13709
12145
  }
13710
12146
  },
13711
12147
  "node_modules/json-buffer": {
@@ -13718,10 +12154,6 @@
13718
12154
  "version": "2.3.1",
13719
12155
  "license": "MIT"
13720
12156
  },
13721
- "node_modules/json-schema": {
13722
- "version": "0.4.0",
13723
- "license": "(AFL-2.1 OR BSD-3-Clause)"
13724
- },
13725
12157
  "node_modules/json-schema-traverse": {
13726
12158
  "version": "1.0.0",
13727
12159
  "license": "MIT"
@@ -13748,8 +12180,9 @@
13748
12180
  "license": "MIT"
13749
12181
  },
13750
12182
  "node_modules/jsonfile": {
13751
- "version": "6.1.0",
13752
- "license": "MIT",
12183
+ "version": "6.2.1",
12184
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.2.1.tgz",
12185
+ "integrity": "sha512-zwOTdL3rFQ/lRdBnntKVOX6k5cKJwEc1HdilT71BWEu7J41gXIB2MRp+vxduPSwZJPWBxEzv4yH1wYLJGUHX4Q==",
13753
12186
  "dependencies": {
13754
12187
  "universalify": "^2.0.0"
13755
12188
  },
@@ -13759,14 +12192,16 @@
13759
12192
  },
13760
12193
  "node_modules/jsonfile/node_modules/universalify": {
13761
12194
  "version": "2.0.1",
13762
- "license": "MIT",
12195
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz",
12196
+ "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==",
13763
12197
  "engines": {
13764
12198
  "node": ">= 10.0.0"
13765
12199
  }
13766
12200
  },
13767
12201
  "node_modules/jsonpointer": {
13768
12202
  "version": "5.0.1",
13769
- "license": "MIT",
12203
+ "resolved": "https://registry.npmjs.org/jsonpointer/-/jsonpointer-5.0.1.tgz",
12204
+ "integrity": "sha512-p/nXbhSEcu3pZRdkW1OfJhpsVtW1gd4Wa1fnQc9YLiTfAjn0312eMKimbdIQzuZl9aa9xUGaRlP9T/CJE/ditQ==",
13770
12205
  "engines": {
13771
12206
  "node": ">=0.10.0"
13772
12207
  }
@@ -14011,7 +12446,8 @@
14011
12446
  },
14012
12447
  "node_modules/lodash.sortby": {
14013
12448
  "version": "4.7.0",
14014
- "license": "MIT"
12449
+ "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
12450
+ "integrity": "sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA=="
14015
12451
  },
14016
12452
  "node_modules/lodash.truncate": {
14017
12453
  "version": "4.4.2",
@@ -14034,70 +12470,6 @@
14034
12470
  "url": "https://github.com/sponsors/sindresorhus"
14035
12471
  }
14036
12472
  },
14037
- "node_modules/log-symbols/node_modules/ansi-styles": {
14038
- "version": "4.3.0",
14039
- "dev": true,
14040
- "license": "MIT",
14041
- "dependencies": {
14042
- "color-convert": "^2.0.1"
14043
- },
14044
- "engines": {
14045
- "node": ">=8"
14046
- },
14047
- "funding": {
14048
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
14049
- }
14050
- },
14051
- "node_modules/log-symbols/node_modules/chalk": {
14052
- "version": "4.1.2",
14053
- "dev": true,
14054
- "license": "MIT",
14055
- "dependencies": {
14056
- "ansi-styles": "^4.1.0",
14057
- "supports-color": "^7.1.0"
14058
- },
14059
- "engines": {
14060
- "node": ">=10"
14061
- },
14062
- "funding": {
14063
- "url": "https://github.com/chalk/chalk?sponsor=1"
14064
- }
14065
- },
14066
- "node_modules/log-symbols/node_modules/color-convert": {
14067
- "version": "2.0.1",
14068
- "dev": true,
14069
- "license": "MIT",
14070
- "dependencies": {
14071
- "color-name": "~1.1.4"
14072
- },
14073
- "engines": {
14074
- "node": ">=7.0.0"
14075
- }
14076
- },
14077
- "node_modules/log-symbols/node_modules/color-name": {
14078
- "version": "1.1.4",
14079
- "dev": true,
14080
- "license": "MIT"
14081
- },
14082
- "node_modules/log-symbols/node_modules/has-flag": {
14083
- "version": "4.0.0",
14084
- "dev": true,
14085
- "license": "MIT",
14086
- "engines": {
14087
- "node": ">=8"
14088
- }
14089
- },
14090
- "node_modules/log-symbols/node_modules/supports-color": {
14091
- "version": "7.2.0",
14092
- "dev": true,
14093
- "license": "MIT",
14094
- "dependencies": {
14095
- "has-flag": "^4.0.0"
14096
- },
14097
- "engines": {
14098
- "node": ">=8"
14099
- }
14100
- },
14101
12473
  "node_modules/loose-envify": {
14102
12474
  "version": "1.4.0",
14103
12475
  "license": "MIT",
@@ -14117,7 +12489,8 @@
14117
12489
  },
14118
12490
  "node_modules/magic-string": {
14119
12491
  "version": "0.25.9",
14120
- "license": "MIT",
12492
+ "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.9.tgz",
12493
+ "integrity": "sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==",
14121
12494
  "dependencies": {
14122
12495
  "sourcemap-codec": "^1.4.8"
14123
12496
  }
@@ -15053,66 +13426,13 @@
15053
13426
  },
15054
13427
  "engines": {
15055
13428
  "node": ">=10"
15056
- },
15057
- "funding": {
15058
- "url": "https://github.com/sponsors/sindresorhus"
15059
- }
15060
- },
15061
- "node_modules/ora/node_modules/ansi-regex": {
15062
- "version": "5.0.1",
15063
- "dev": true,
15064
- "license": "MIT",
15065
- "engines": {
15066
- "node": ">=8"
15067
- }
15068
- },
15069
- "node_modules/ora/node_modules/ansi-styles": {
15070
- "version": "4.3.0",
15071
- "dev": true,
15072
- "license": "MIT",
15073
- "dependencies": {
15074
- "color-convert": "^2.0.1"
15075
- },
15076
- "engines": {
15077
- "node": ">=8"
15078
- },
15079
- "funding": {
15080
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
15081
- }
15082
- },
15083
- "node_modules/ora/node_modules/chalk": {
15084
- "version": "4.1.2",
15085
- "dev": true,
15086
- "license": "MIT",
15087
- "dependencies": {
15088
- "ansi-styles": "^4.1.0",
15089
- "supports-color": "^7.1.0"
15090
- },
15091
- "engines": {
15092
- "node": ">=10"
15093
- },
15094
- "funding": {
15095
- "url": "https://github.com/chalk/chalk?sponsor=1"
15096
- }
15097
- },
15098
- "node_modules/ora/node_modules/color-convert": {
15099
- "version": "2.0.1",
15100
- "dev": true,
15101
- "license": "MIT",
15102
- "dependencies": {
15103
- "color-name": "~1.1.4"
15104
- },
15105
- "engines": {
15106
- "node": ">=7.0.0"
13429
+ },
13430
+ "funding": {
13431
+ "url": "https://github.com/sponsors/sindresorhus"
15107
13432
  }
15108
13433
  },
15109
- "node_modules/ora/node_modules/color-name": {
15110
- "version": "1.1.4",
15111
- "dev": true,
15112
- "license": "MIT"
15113
- },
15114
- "node_modules/ora/node_modules/has-flag": {
15115
- "version": "4.0.0",
13434
+ "node_modules/ora/node_modules/ansi-regex": {
13435
+ "version": "5.0.1",
15116
13436
  "dev": true,
15117
13437
  "license": "MIT",
15118
13438
  "engines": {
@@ -15130,17 +13450,6 @@
15130
13450
  "node": ">=8"
15131
13451
  }
15132
13452
  },
15133
- "node_modules/ora/node_modules/supports-color": {
15134
- "version": "7.2.0",
15135
- "dev": true,
15136
- "license": "MIT",
15137
- "dependencies": {
15138
- "has-flag": "^4.0.0"
15139
- },
15140
- "engines": {
15141
- "node": ">=8"
15142
- }
15143
- },
15144
13453
  "node_modules/orderedmap": {
15145
13454
  "version": "2.1.1",
15146
13455
  "license": "MIT"
@@ -16482,7 +14791,8 @@
16482
14791
  },
16483
14792
  "node_modules/pretty-bytes": {
16484
14793
  "version": "5.6.0",
16485
- "license": "MIT",
14794
+ "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
14795
+ "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==",
16486
14796
  "engines": {
16487
14797
  "node": ">=6"
16488
14798
  },
@@ -17432,9 +15742,9 @@
17432
15742
  "license": "Unlicense"
17433
15743
  },
17434
15744
  "node_modules/rollup": {
17435
- "version": "2.79.2",
17436
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.2.tgz",
17437
- "integrity": "sha512-fS6iqSPZDs3dr/y7Od6y5nha8dW1YnbgtsyotCVvoFGKbERG++CVRFv1meyGDE1SNItQA8BrnCw7ScdAhRJ3XQ==",
15745
+ "version": "2.80.0",
15746
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.80.0.tgz",
15747
+ "integrity": "sha512-cIFJOD1DESzpjOBl763Kp1AH7UE/0fcdHe6rZXUdQ9c50uvgigvW97u3IcSeBwOkgqL/PXPBktBCh0KEu5L8XQ==",
17438
15748
  "bin": {
17439
15749
  "rollup": "dist/bin/rollup"
17440
15750
  },
@@ -17445,55 +15755,6 @@
17445
15755
  "fsevents": "~2.3.2"
17446
15756
  }
17447
15757
  },
17448
- "node_modules/rollup-plugin-terser": {
17449
- "version": "7.0.2",
17450
- "license": "MIT",
17451
- "dependencies": {
17452
- "@babel/code-frame": "^7.10.4",
17453
- "jest-worker": "^26.2.1",
17454
- "serialize-javascript": "^4.0.0",
17455
- "terser": "^5.0.0"
17456
- },
17457
- "peerDependencies": {
17458
- "rollup": "^2.0.0"
17459
- }
17460
- },
17461
- "node_modules/rollup-plugin-terser/node_modules/has-flag": {
17462
- "version": "4.0.0",
17463
- "license": "MIT",
17464
- "engines": {
17465
- "node": ">=8"
17466
- }
17467
- },
17468
- "node_modules/rollup-plugin-terser/node_modules/jest-worker": {
17469
- "version": "26.6.2",
17470
- "license": "MIT",
17471
- "dependencies": {
17472
- "@types/node": "*",
17473
- "merge-stream": "^2.0.0",
17474
- "supports-color": "^7.0.0"
17475
- },
17476
- "engines": {
17477
- "node": ">= 10.13.0"
17478
- }
17479
- },
17480
- "node_modules/rollup-plugin-terser/node_modules/serialize-javascript": {
17481
- "version": "4.0.0",
17482
- "license": "BSD-3-Clause",
17483
- "dependencies": {
17484
- "randombytes": "^2.1.0"
17485
- }
17486
- },
17487
- "node_modules/rollup-plugin-terser/node_modules/supports-color": {
17488
- "version": "7.2.0",
17489
- "license": "MIT",
17490
- "dependencies": {
17491
- "has-flag": "^4.0.0"
17492
- },
17493
- "engines": {
17494
- "node": ">=8"
17495
- }
17496
- },
17497
15758
  "node_modules/rope-sequence": {
17498
15759
  "version": "1.3.4",
17499
15760
  "license": "MIT"
@@ -17701,13 +15962,6 @@
17701
15962
  "node": ">=14.0.0"
17702
15963
  }
17703
15964
  },
17704
- "node_modules/sass-embedded/node_modules/has-flag": {
17705
- "version": "4.0.0",
17706
- "license": "MIT",
17707
- "engines": {
17708
- "node": ">=8"
17709
- }
17710
- },
17711
15965
  "node_modules/sass-embedded/node_modules/supports-color": {
17712
15966
  "version": "8.1.1",
17713
15967
  "license": "MIT",
@@ -18142,39 +16396,14 @@
18142
16396
  "url": "https://github.com/chalk/slice-ansi?sponsor=1"
18143
16397
  }
18144
16398
  },
18145
- "node_modules/slice-ansi/node_modules/ansi-styles": {
18146
- "version": "4.3.0",
18147
- "dev": true,
18148
- "license": "MIT",
18149
- "peer": true,
18150
- "dependencies": {
18151
- "color-convert": "^2.0.1"
18152
- },
18153
- "engines": {
18154
- "node": ">=8"
18155
- },
18156
- "funding": {
18157
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
18158
- }
18159
- },
18160
- "node_modules/slice-ansi/node_modules/color-convert": {
18161
- "version": "2.0.1",
18162
- "dev": true,
18163
- "license": "MIT",
18164
- "peer": true,
18165
- "dependencies": {
18166
- "color-name": "~1.1.4"
18167
- },
16399
+ "node_modules/smob": {
16400
+ "version": "1.6.1",
16401
+ "resolved": "https://registry.npmjs.org/smob/-/smob-1.6.1.tgz",
16402
+ "integrity": "sha512-KAkBqZl3c2GvNgNhcoyJae1aKldDW0LO279wF9bk1PnluRTETKBq0WyzRXxEhoQLk56yHaOY4JCBEKDuJIET5g==",
18168
16403
  "engines": {
18169
- "node": ">=7.0.0"
16404
+ "node": ">=20.0.0"
18170
16405
  }
18171
16406
  },
18172
- "node_modules/slice-ansi/node_modules/color-name": {
18173
- "version": "1.1.4",
18174
- "dev": true,
18175
- "license": "MIT",
18176
- "peer": true
18177
- },
18178
16407
  "node_modules/sockjs": {
18179
16408
  "version": "0.3.24",
18180
16409
  "license": "MIT",
@@ -18231,7 +16460,9 @@
18231
16460
  },
18232
16461
  "node_modules/sourcemap-codec": {
18233
16462
  "version": "1.4.8",
18234
- "license": "MIT"
16463
+ "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz",
16464
+ "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==",
16465
+ "deprecated": "Please use @jridgewell/sourcemap-codec instead"
18235
16466
  },
18236
16467
  "node_modules/spark-md5": {
18237
16468
  "version": "3.0.2",
@@ -18469,7 +16700,8 @@
18469
16700
  },
18470
16701
  "node_modules/stringify-object": {
18471
16702
  "version": "3.3.0",
18472
- "license": "BSD-2-Clause",
16703
+ "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz",
16704
+ "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==",
18473
16705
  "dependencies": {
18474
16706
  "get-own-enumerable-property-symbols": "^3.0.0",
18475
16707
  "is-obj": "^1.0.1",
@@ -18520,7 +16752,8 @@
18520
16752
  },
18521
16753
  "node_modules/strip-comments": {
18522
16754
  "version": "2.0.1",
18523
- "license": "MIT",
16755
+ "resolved": "https://registry.npmjs.org/strip-comments/-/strip-comments-2.0.1.tgz",
16756
+ "integrity": "sha512-ZprKx+bBLXv067WTCALv8SSz5l2+XhpYCsVtSqlMnkAXMWDq+/ekVbl1ghqP9rUHTzv6sm/DwCOiYutU/yp1fw==",
18524
16757
  "engines": {
18525
16758
  "node": ">=10"
18526
16759
  }
@@ -19042,13 +17275,14 @@
19042
17275
  }
19043
17276
  },
19044
17277
  "node_modules/supports-color": {
19045
- "version": "5.5.0",
19046
- "license": "MIT",
17278
+ "version": "7.2.0",
17279
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17280
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
19047
17281
  "dependencies": {
19048
- "has-flag": "^3.0.0"
17282
+ "has-flag": "^4.0.0"
19049
17283
  },
19050
17284
  "engines": {
19051
- "node": ">=4"
17285
+ "node": ">=8"
19052
17286
  }
19053
17287
  },
19054
17288
  "node_modules/supports-hyperlinks": {
@@ -19064,27 +17298,6 @@
19064
17298
  "node": ">=14.18"
19065
17299
  }
19066
17300
  },
19067
- "node_modules/supports-hyperlinks/node_modules/has-flag": {
19068
- "version": "4.0.0",
19069
- "dev": true,
19070
- "license": "MIT",
19071
- "peer": true,
19072
- "engines": {
19073
- "node": ">=8"
19074
- }
19075
- },
19076
- "node_modules/supports-hyperlinks/node_modules/supports-color": {
19077
- "version": "7.2.0",
19078
- "dev": true,
19079
- "license": "MIT",
19080
- "peer": true,
19081
- "dependencies": {
19082
- "has-flag": "^4.0.0"
19083
- },
19084
- "engines": {
19085
- "node": ">=8"
19086
- }
19087
- },
19088
17301
  "node_modules/supports-preserve-symlinks-flag": {
19089
17302
  "version": "1.0.0",
19090
17303
  "license": "MIT",
@@ -19253,14 +17466,16 @@
19253
17466
  },
19254
17467
  "node_modules/temp-dir": {
19255
17468
  "version": "2.0.0",
19256
- "license": "MIT",
17469
+ "resolved": "https://registry.npmjs.org/temp-dir/-/temp-dir-2.0.0.tgz",
17470
+ "integrity": "sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==",
19257
17471
  "engines": {
19258
17472
  "node": ">=8"
19259
17473
  }
19260
17474
  },
19261
17475
  "node_modules/tempy": {
19262
17476
  "version": "0.6.0",
19263
- "license": "MIT",
17477
+ "resolved": "https://registry.npmjs.org/tempy/-/tempy-0.6.0.tgz",
17478
+ "integrity": "sha512-G13vtMYPT/J8A4X2SjdtBTphZlrp1gKv6hZiOjw14RCWg6GbHuQBGtjlx75xLbYV/wEc0D7G5K4rxKP/cXk8Bw==",
19264
17479
  "dependencies": {
19265
17480
  "is-stream": "^2.0.0",
19266
17481
  "temp-dir": "^2.0.0",
@@ -19276,7 +17491,8 @@
19276
17491
  },
19277
17492
  "node_modules/tempy/node_modules/type-fest": {
19278
17493
  "version": "0.16.0",
19279
- "license": "(MIT OR CC0-1.0)",
17494
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.16.0.tgz",
17495
+ "integrity": "sha512-eaBzG6MxNzEn9kiwvtre90cXaNLkmadMWa1zQMs3XORCXNbsH/OewwbxC5ia9dCxIxnTAsSxXJaa/p5y8DlvJg==",
19280
17496
  "engines": {
19281
17497
  "node": ">=10"
19282
17498
  },
@@ -19333,13 +17549,6 @@
19333
17549
  }
19334
17550
  }
19335
17551
  },
19336
- "node_modules/terser-webpack-plugin/node_modules/has-flag": {
19337
- "version": "4.0.0",
19338
- "license": "MIT",
19339
- "engines": {
19340
- "node": ">=8"
19341
- }
19342
- },
19343
17552
  "node_modules/terser-webpack-plugin/node_modules/jest-worker": {
19344
17553
  "version": "27.5.1",
19345
17554
  "license": "MIT",
@@ -19484,13 +17693,6 @@
19484
17693
  "dev": true,
19485
17694
  "license": "BSD-3-Clause"
19486
17695
  },
19487
- "node_modules/to-fast-properties": {
19488
- "version": "2.0.0",
19489
- "license": "MIT",
19490
- "engines": {
19491
- "node": ">=4"
19492
- }
19493
- },
19494
17696
  "node_modules/to-regex-range": {
19495
17697
  "version": "5.0.1",
19496
17698
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -19783,7 +17985,8 @@
19783
17985
  },
19784
17986
  "node_modules/unique-string": {
19785
17987
  "version": "2.0.0",
19786
- "license": "MIT",
17988
+ "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-2.0.0.tgz",
17989
+ "integrity": "sha512-uNaeirEPvpZWSgzwsPGtU2zVSTrn/8L5q/IexZmH0eH6SA73CmAA5U4GwORTxQAZs95TAXLNqeLoPPNO5gZfWg==",
19787
17990
  "dependencies": {
19788
17991
  "crypto-random-string": "^2.0.0"
19789
17992
  },
@@ -19809,7 +18012,8 @@
19809
18012
  },
19810
18013
  "node_modules/upath": {
19811
18014
  "version": "1.2.0",
19812
- "license": "MIT",
18015
+ "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz",
18016
+ "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==",
19813
18017
  "engines": {
19814
18018
  "node": ">=4",
19815
18019
  "yarn": "*"
@@ -20106,54 +18310,6 @@
20106
18310
  "ajv": "^6.9.1"
20107
18311
  }
20108
18312
  },
20109
- "node_modules/webpack-assets-manifest/node_modules/ansi-styles": {
20110
- "version": "4.3.0",
20111
- "license": "MIT",
20112
- "dependencies": {
20113
- "color-convert": "^2.0.1"
20114
- },
20115
- "engines": {
20116
- "node": ">=8"
20117
- },
20118
- "funding": {
20119
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20120
- }
20121
- },
20122
- "node_modules/webpack-assets-manifest/node_modules/chalk": {
20123
- "version": "4.1.2",
20124
- "license": "MIT",
20125
- "dependencies": {
20126
- "ansi-styles": "^4.1.0",
20127
- "supports-color": "^7.1.0"
20128
- },
20129
- "engines": {
20130
- "node": ">=10"
20131
- },
20132
- "funding": {
20133
- "url": "https://github.com/chalk/chalk?sponsor=1"
20134
- }
20135
- },
20136
- "node_modules/webpack-assets-manifest/node_modules/color-convert": {
20137
- "version": "2.0.1",
20138
- "license": "MIT",
20139
- "dependencies": {
20140
- "color-name": "~1.1.4"
20141
- },
20142
- "engines": {
20143
- "node": ">=7.0.0"
20144
- }
20145
- },
20146
- "node_modules/webpack-assets-manifest/node_modules/color-name": {
20147
- "version": "1.1.4",
20148
- "license": "MIT"
20149
- },
20150
- "node_modules/webpack-assets-manifest/node_modules/has-flag": {
20151
- "version": "4.0.0",
20152
- "license": "MIT",
20153
- "engines": {
20154
- "node": ">=8"
20155
- }
20156
- },
20157
18313
  "node_modules/webpack-assets-manifest/node_modules/json-schema-traverse": {
20158
18314
  "version": "0.4.1",
20159
18315
  "license": "MIT"
@@ -20174,16 +18330,6 @@
20174
18330
  "url": "https://opencollective.com/webpack"
20175
18331
  }
20176
18332
  },
20177
- "node_modules/webpack-assets-manifest/node_modules/supports-color": {
20178
- "version": "7.2.0",
20179
- "license": "MIT",
20180
- "dependencies": {
20181
- "has-flag": "^4.0.0"
20182
- },
20183
- "engines": {
20184
- "node": ">=8"
20185
- }
20186
- },
20187
18333
  "node_modules/webpack-cli": {
20188
18334
  "version": "5.1.4",
20189
18335
  "license": "MIT",
@@ -20490,31 +18636,35 @@
20490
18636
  }
20491
18637
  },
20492
18638
  "node_modules/workbox-background-sync": {
20493
- "version": "7.0.0",
20494
- "license": "MIT",
18639
+ "version": "7.3.0",
18640
+ "resolved": "https://registry.npmjs.org/workbox-background-sync/-/workbox-background-sync-7.3.0.tgz",
18641
+ "integrity": "sha512-PCSk3eK7Mxeuyatb22pcSx9dlgWNv3+M8PqPaYDokks8Y5/FX4soaOqj3yhAZr5k6Q5JWTOMYgaJBpbw11G9Eg==",
20495
18642
  "dependencies": {
20496
18643
  "idb": "^7.0.1",
20497
- "workbox-core": "7.0.0"
18644
+ "workbox-core": "7.3.0"
20498
18645
  }
20499
18646
  },
20500
18647
  "node_modules/workbox-broadcast-update": {
20501
- "version": "7.0.0",
20502
- "license": "MIT",
18648
+ "version": "7.3.0",
18649
+ "resolved": "https://registry.npmjs.org/workbox-broadcast-update/-/workbox-broadcast-update-7.3.0.tgz",
18650
+ "integrity": "sha512-T9/F5VEdJVhwmrIAE+E/kq5at2OY6+OXXgOWQevnubal6sO92Gjo24v6dCVwQiclAF5NS3hlmsifRrpQzZCdUA==",
20503
18651
  "dependencies": {
20504
- "workbox-core": "7.0.0"
18652
+ "workbox-core": "7.3.0"
20505
18653
  }
20506
18654
  },
20507
18655
  "node_modules/workbox-build": {
20508
- "version": "7.0.0",
20509
- "license": "MIT",
18656
+ "version": "7.3.0",
18657
+ "resolved": "https://registry.npmjs.org/workbox-build/-/workbox-build-7.3.0.tgz",
18658
+ "integrity": "sha512-JGL6vZTPlxnlqZRhR/K/msqg3wKP+m0wfEUVosK7gsYzSgeIxvZLi1ViJJzVL7CEeI8r7rGFV973RiEqkP3lWQ==",
20510
18659
  "dependencies": {
20511
18660
  "@apideck/better-ajv-errors": "^0.3.1",
20512
- "@babel/core": "^7.11.1",
18661
+ "@babel/core": "^7.24.4",
20513
18662
  "@babel/preset-env": "^7.11.0",
20514
18663
  "@babel/runtime": "^7.11.2",
20515
18664
  "@rollup/plugin-babel": "^5.2.0",
20516
- "@rollup/plugin-node-resolve": "^11.2.1",
18665
+ "@rollup/plugin-node-resolve": "^15.2.3",
20517
18666
  "@rollup/plugin-replace": "^2.4.1",
18667
+ "@rollup/plugin-terser": "^0.4.3",
20518
18668
  "@surma/rollup-plugin-off-main-thread": "^2.2.3",
20519
18669
  "ajv": "^8.6.0",
20520
18670
  "common-tags": "^1.8.0",
@@ -20524,35 +18674,35 @@
20524
18674
  "lodash": "^4.17.20",
20525
18675
  "pretty-bytes": "^5.3.0",
20526
18676
  "rollup": "^2.43.1",
20527
- "rollup-plugin-terser": "^7.0.0",
20528
18677
  "source-map": "^0.8.0-beta.0",
20529
18678
  "stringify-object": "^3.3.0",
20530
18679
  "strip-comments": "^2.0.1",
20531
18680
  "tempy": "^0.6.0",
20532
18681
  "upath": "^1.2.0",
20533
- "workbox-background-sync": "7.0.0",
20534
- "workbox-broadcast-update": "7.0.0",
20535
- "workbox-cacheable-response": "7.0.0",
20536
- "workbox-core": "7.0.0",
20537
- "workbox-expiration": "7.0.0",
20538
- "workbox-google-analytics": "7.0.0",
20539
- "workbox-navigation-preload": "7.0.0",
20540
- "workbox-precaching": "7.0.0",
20541
- "workbox-range-requests": "7.0.0",
20542
- "workbox-recipes": "7.0.0",
20543
- "workbox-routing": "7.0.0",
20544
- "workbox-strategies": "7.0.0",
20545
- "workbox-streams": "7.0.0",
20546
- "workbox-sw": "7.0.0",
20547
- "workbox-window": "7.0.0"
18682
+ "workbox-background-sync": "7.3.0",
18683
+ "workbox-broadcast-update": "7.3.0",
18684
+ "workbox-cacheable-response": "7.3.0",
18685
+ "workbox-core": "7.3.0",
18686
+ "workbox-expiration": "7.3.0",
18687
+ "workbox-google-analytics": "7.3.0",
18688
+ "workbox-navigation-preload": "7.3.0",
18689
+ "workbox-precaching": "7.3.0",
18690
+ "workbox-range-requests": "7.3.0",
18691
+ "workbox-recipes": "7.3.0",
18692
+ "workbox-routing": "7.3.0",
18693
+ "workbox-strategies": "7.3.0",
18694
+ "workbox-streams": "7.3.0",
18695
+ "workbox-sw": "7.3.0",
18696
+ "workbox-window": "7.3.0"
20548
18697
  },
20549
18698
  "engines": {
20550
18699
  "node": ">=16.0.0"
20551
18700
  }
20552
18701
  },
20553
18702
  "node_modules/workbox-build/node_modules/brace-expansion": {
20554
- "version": "1.1.11",
20555
- "license": "MIT",
18703
+ "version": "1.1.14",
18704
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
18705
+ "integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
20556
18706
  "dependencies": {
20557
18707
  "balanced-match": "^1.0.0",
20558
18708
  "concat-map": "0.0.1"
@@ -20560,7 +18710,9 @@
20560
18710
  },
20561
18711
  "node_modules/workbox-build/node_modules/glob": {
20562
18712
  "version": "7.2.3",
20563
- "license": "ISC",
18713
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
18714
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
18715
+ "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me",
20564
18716
  "dependencies": {
20565
18717
  "fs.realpath": "^1.0.0",
20566
18718
  "inflight": "^1.0.4",
@@ -20577,8 +18729,9 @@
20577
18729
  }
20578
18730
  },
20579
18731
  "node_modules/workbox-build/node_modules/minimatch": {
20580
- "version": "3.1.2",
20581
- "license": "ISC",
18732
+ "version": "3.1.5",
18733
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
18734
+ "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
20582
18735
  "dependencies": {
20583
18736
  "brace-expansion": "^1.1.7"
20584
18737
  },
@@ -20588,7 +18741,9 @@
20588
18741
  },
20589
18742
  "node_modules/workbox-build/node_modules/source-map": {
20590
18743
  "version": "0.8.0-beta.0",
20591
- "license": "BSD-3-Clause",
18744
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.8.0-beta.0.tgz",
18745
+ "integrity": "sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==",
18746
+ "deprecated": "The work that was done in this beta branch won't be included in future versions",
20592
18747
  "dependencies": {
20593
18748
  "whatwg-url": "^7.0.0"
20594
18749
  },
@@ -20598,18 +18753,21 @@
20598
18753
  },
20599
18754
  "node_modules/workbox-build/node_modules/tr46": {
20600
18755
  "version": "1.0.1",
20601
- "license": "MIT",
18756
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-1.0.1.tgz",
18757
+ "integrity": "sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==",
20602
18758
  "dependencies": {
20603
18759
  "punycode": "^2.1.0"
20604
18760
  }
20605
18761
  },
20606
18762
  "node_modules/workbox-build/node_modules/webidl-conversions": {
20607
18763
  "version": "4.0.2",
20608
- "license": "BSD-2-Clause"
18764
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz",
18765
+ "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg=="
20609
18766
  },
20610
18767
  "node_modules/workbox-build/node_modules/whatwg-url": {
20611
18768
  "version": "7.1.0",
20612
- "license": "MIT",
18769
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-7.1.0.tgz",
18770
+ "integrity": "sha512-WUu7Rg1DroM7oQvGWfOiAK21n74Gg+T4elXEQYkOhtyLeWiJFoOGLXPKI/9gzIie9CtwVLm8wtw6YJdKyxSjeg==",
20613
18771
  "dependencies": {
20614
18772
  "lodash.sortby": "^4.7.0",
20615
18773
  "tr46": "^1.0.1",
@@ -20617,110 +18775,123 @@
20617
18775
  }
20618
18776
  },
20619
18777
  "node_modules/workbox-cacheable-response": {
20620
- "version": "7.0.0",
20621
- "license": "MIT",
18778
+ "version": "7.3.0",
18779
+ "resolved": "https://registry.npmjs.org/workbox-cacheable-response/-/workbox-cacheable-response-7.3.0.tgz",
18780
+ "integrity": "sha512-eAFERIg6J2LuyELhLlmeRcJFa5e16Mj8kL2yCDbhWE+HUun9skRQrGIFVUagqWj4DMaaPSMWfAolM7XZZxNmxA==",
20622
18781
  "dependencies": {
20623
- "workbox-core": "7.0.0"
18782
+ "workbox-core": "7.3.0"
20624
18783
  }
20625
18784
  },
20626
18785
  "node_modules/workbox-core": {
20627
- "version": "7.0.0",
20628
- "license": "MIT"
18786
+ "version": "7.3.0",
18787
+ "resolved": "https://registry.npmjs.org/workbox-core/-/workbox-core-7.3.0.tgz",
18788
+ "integrity": "sha512-Z+mYrErfh4t3zi7NVTvOuACB0A/jA3bgxUN3PwtAVHvfEsZxV9Iju580VEETug3zYJRc0Dmii/aixI/Uxj8fmw=="
20629
18789
  },
20630
18790
  "node_modules/workbox-expiration": {
20631
- "version": "7.0.0",
20632
- "license": "MIT",
18791
+ "version": "7.3.0",
18792
+ "resolved": "https://registry.npmjs.org/workbox-expiration/-/workbox-expiration-7.3.0.tgz",
18793
+ "integrity": "sha512-lpnSSLp2BM+K6bgFCWc5bS1LR5pAwDWbcKt1iL87/eTSJRdLdAwGQznZE+1czLgn/X05YChsrEegTNxjM067vQ==",
20633
18794
  "dependencies": {
20634
18795
  "idb": "^7.0.1",
20635
- "workbox-core": "7.0.0"
18796
+ "workbox-core": "7.3.0"
20636
18797
  }
20637
18798
  },
20638
18799
  "node_modules/workbox-google-analytics": {
20639
- "version": "7.0.0",
20640
- "license": "MIT",
18800
+ "version": "7.3.0",
18801
+ "resolved": "https://registry.npmjs.org/workbox-google-analytics/-/workbox-google-analytics-7.3.0.tgz",
18802
+ "integrity": "sha512-ii/tSfFdhjLHZ2BrYgFNTrb/yk04pw2hasgbM70jpZfLk0vdJAXgaiMAWsoE+wfJDNWoZmBYY0hMVI0v5wWDbg==",
20641
18803
  "dependencies": {
20642
- "workbox-background-sync": "7.0.0",
20643
- "workbox-core": "7.0.0",
20644
- "workbox-routing": "7.0.0",
20645
- "workbox-strategies": "7.0.0"
18804
+ "workbox-background-sync": "7.3.0",
18805
+ "workbox-core": "7.3.0",
18806
+ "workbox-routing": "7.3.0",
18807
+ "workbox-strategies": "7.3.0"
20646
18808
  }
20647
18809
  },
20648
18810
  "node_modules/workbox-navigation-preload": {
20649
- "version": "7.0.0",
20650
- "license": "MIT",
18811
+ "version": "7.3.0",
18812
+ "resolved": "https://registry.npmjs.org/workbox-navigation-preload/-/workbox-navigation-preload-7.3.0.tgz",
18813
+ "integrity": "sha512-fTJzogmFaTv4bShZ6aA7Bfj4Cewaq5rp30qcxl2iYM45YD79rKIhvzNHiFj1P+u5ZZldroqhASXwwoyusnr2cg==",
20651
18814
  "dependencies": {
20652
- "workbox-core": "7.0.0"
18815
+ "workbox-core": "7.3.0"
20653
18816
  }
20654
18817
  },
20655
18818
  "node_modules/workbox-precaching": {
20656
- "version": "7.0.0",
20657
- "license": "MIT",
18819
+ "version": "7.3.0",
18820
+ "resolved": "https://registry.npmjs.org/workbox-precaching/-/workbox-precaching-7.3.0.tgz",
18821
+ "integrity": "sha512-ckp/3t0msgXclVAYaNndAGeAoWQUv7Rwc4fdhWL69CCAb2UHo3Cef0KIUctqfQj1p8h6aGyz3w8Cy3Ihq9OmIw==",
20658
18822
  "dependencies": {
20659
- "workbox-core": "7.0.0",
20660
- "workbox-routing": "7.0.0",
20661
- "workbox-strategies": "7.0.0"
18823
+ "workbox-core": "7.3.0",
18824
+ "workbox-routing": "7.3.0",
18825
+ "workbox-strategies": "7.3.0"
20662
18826
  }
20663
18827
  },
20664
18828
  "node_modules/workbox-range-requests": {
20665
- "version": "7.0.0",
20666
- "license": "MIT",
18829
+ "version": "7.3.0",
18830
+ "resolved": "https://registry.npmjs.org/workbox-range-requests/-/workbox-range-requests-7.3.0.tgz",
18831
+ "integrity": "sha512-EyFmM1KpDzzAouNF3+EWa15yDEenwxoeXu9bgxOEYnFfCxns7eAxA9WSSaVd8kujFFt3eIbShNqa4hLQNFvmVQ==",
20667
18832
  "dependencies": {
20668
- "workbox-core": "7.0.0"
18833
+ "workbox-core": "7.3.0"
20669
18834
  }
20670
18835
  },
20671
18836
  "node_modules/workbox-recipes": {
20672
- "version": "7.0.0",
20673
- "license": "MIT",
18837
+ "version": "7.3.0",
18838
+ "resolved": "https://registry.npmjs.org/workbox-recipes/-/workbox-recipes-7.3.0.tgz",
18839
+ "integrity": "sha512-BJro/MpuW35I/zjZQBcoxsctgeB+kyb2JAP5EB3EYzePg8wDGoQuUdyYQS+CheTb+GhqJeWmVs3QxLI8EBP1sg==",
20674
18840
  "dependencies": {
20675
- "workbox-cacheable-response": "7.0.0",
20676
- "workbox-core": "7.0.0",
20677
- "workbox-expiration": "7.0.0",
20678
- "workbox-precaching": "7.0.0",
20679
- "workbox-routing": "7.0.0",
20680
- "workbox-strategies": "7.0.0"
18841
+ "workbox-cacheable-response": "7.3.0",
18842
+ "workbox-core": "7.3.0",
18843
+ "workbox-expiration": "7.3.0",
18844
+ "workbox-precaching": "7.3.0",
18845
+ "workbox-routing": "7.3.0",
18846
+ "workbox-strategies": "7.3.0"
20681
18847
  }
20682
18848
  },
20683
18849
  "node_modules/workbox-routing": {
20684
- "version": "7.0.0",
20685
- "license": "MIT",
18850
+ "version": "7.3.0",
18851
+ "resolved": "https://registry.npmjs.org/workbox-routing/-/workbox-routing-7.3.0.tgz",
18852
+ "integrity": "sha512-ZUlysUVn5ZUzMOmQN3bqu+gK98vNfgX/gSTZ127izJg/pMMy4LryAthnYtjuqcjkN4HEAx1mdgxNiKJMZQM76A==",
20686
18853
  "dependencies": {
20687
- "workbox-core": "7.0.0"
18854
+ "workbox-core": "7.3.0"
20688
18855
  }
20689
18856
  },
20690
18857
  "node_modules/workbox-strategies": {
20691
- "version": "7.0.0",
20692
- "license": "MIT",
18858
+ "version": "7.3.0",
18859
+ "resolved": "https://registry.npmjs.org/workbox-strategies/-/workbox-strategies-7.3.0.tgz",
18860
+ "integrity": "sha512-tmZydug+qzDFATwX7QiEL5Hdf7FrkhjaF9db1CbB39sDmEZJg3l9ayDvPxy8Y18C3Y66Nrr9kkN1f/RlkDgllg==",
20693
18861
  "dependencies": {
20694
- "workbox-core": "7.0.0"
18862
+ "workbox-core": "7.3.0"
20695
18863
  }
20696
18864
  },
20697
18865
  "node_modules/workbox-streams": {
20698
- "version": "7.0.0",
20699
- "license": "MIT",
18866
+ "version": "7.3.0",
18867
+ "resolved": "https://registry.npmjs.org/workbox-streams/-/workbox-streams-7.3.0.tgz",
18868
+ "integrity": "sha512-SZnXucyg8x2Y61VGtDjKPO5EgPUG5NDn/v86WYHX+9ZqvAsGOytP0Jxp1bl663YUuMoXSAtsGLL+byHzEuMRpw==",
20700
18869
  "dependencies": {
20701
- "workbox-core": "7.0.0",
20702
- "workbox-routing": "7.0.0"
18870
+ "workbox-core": "7.3.0",
18871
+ "workbox-routing": "7.3.0"
20703
18872
  }
20704
18873
  },
20705
18874
  "node_modules/workbox-sw": {
20706
- "version": "7.0.0",
20707
- "license": "MIT"
18875
+ "version": "7.3.0",
18876
+ "resolved": "https://registry.npmjs.org/workbox-sw/-/workbox-sw-7.3.0.tgz",
18877
+ "integrity": "sha512-aCUyoAZU9IZtH05mn0ACUpyHzPs0lMeJimAYkQkBsOWiqaJLgusfDCR+yllkPkFRxWpZKF8vSvgHYeG7LwhlmA=="
20708
18878
  },
20709
18879
  "node_modules/workbox-webpack-plugin": {
20710
- "version": "7.0.0",
20711
- "license": "MIT",
18880
+ "version": "7.3.0",
18881
+ "resolved": "https://registry.npmjs.org/workbox-webpack-plugin/-/workbox-webpack-plugin-7.3.0.tgz",
18882
+ "integrity": "sha512-EC8lmSAuNmPli04+a5r5lTgv8ab+f5l+XjdYuYpbGnxDT15kH6DBeBazVslpffqTDHt+wkdBMnBCu8GdkKrTSA==",
20712
18883
  "dependencies": {
20713
18884
  "fast-json-stable-stringify": "^2.1.0",
20714
18885
  "pretty-bytes": "^5.4.1",
20715
18886
  "upath": "^1.2.0",
20716
18887
  "webpack-sources": "^1.4.3",
20717
- "workbox-build": "7.0.0"
18888
+ "workbox-build": "7.3.0"
20718
18889
  },
20719
18890
  "engines": {
20720
18891
  "node": ">=16.0.0"
20721
18892
  },
20722
18893
  "peerDependencies": {
20723
- "webpack": "^4.4.0 || ^5.9.0"
18894
+ "webpack": "^4.4.0 || ^5.91.0"
20724
18895
  }
20725
18896
  },
20726
18897
  "node_modules/workbox-webpack-plugin/node_modules/webpack-sources": {
@@ -20732,11 +18903,12 @@
20732
18903
  }
20733
18904
  },
20734
18905
  "node_modules/workbox-window": {
20735
- "version": "7.0.0",
20736
- "license": "MIT",
18906
+ "version": "7.3.0",
18907
+ "resolved": "https://registry.npmjs.org/workbox-window/-/workbox-window-7.3.0.tgz",
18908
+ "integrity": "sha512-qW8PDy16OV1UBaUNGlTVcepzrlzyzNW/ZJvFQQs2j2TzGsg6IKjcpZC1RSquqQnTOafl5pCj5bGfAHlCjOOjdA==",
20737
18909
  "dependencies": {
20738
18910
  "@types/trusted-types": "^2.0.2",
20739
- "workbox-core": "7.0.0"
18911
+ "workbox-core": "7.3.0"
20740
18912
  }
20741
18913
  },
20742
18914
  "node_modules/wrap-ansi": {
@@ -20777,33 +18949,6 @@
20777
18949
  "node": ">=8"
20778
18950
  }
20779
18951
  },
20780
- "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
20781
- "version": "4.3.0",
20782
- "license": "MIT",
20783
- "dependencies": {
20784
- "color-convert": "^2.0.1"
20785
- },
20786
- "engines": {
20787
- "node": ">=8"
20788
- },
20789
- "funding": {
20790
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
20791
- }
20792
- },
20793
- "node_modules/wrap-ansi-cjs/node_modules/color-convert": {
20794
- "version": "2.0.1",
20795
- "license": "MIT",
20796
- "dependencies": {
20797
- "color-name": "~1.1.4"
20798
- },
20799
- "engines": {
20800
- "node": ">=7.0.0"
20801
- }
20802
- },
20803
- "node_modules/wrap-ansi-cjs/node_modules/color-name": {
20804
- "version": "1.1.4",
20805
- "license": "MIT"
20806
- },
20807
18952
  "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": {
20808
18953
  "version": "8.0.0",
20809
18954
  "license": "MIT"
@@ -21012,12 +19157,12 @@
21012
19157
  },
21013
19158
  "packages/browserslist-config": {
21014
19159
  "name": "@decidim/browserslist-config",
21015
- "version": "0.30.8",
19160
+ "version": "0.30.9",
21016
19161
  "license": "AGPL-3.0-or-later"
21017
19162
  },
21018
19163
  "packages/core": {
21019
19164
  "name": "@decidim/core",
21020
- "version": "0.30.8",
19165
+ "version": "0.30.9",
21021
19166
  "license": "AGPL-3.0-or-later",
21022
19167
  "dependencies": {
21023
19168
  "@emoji-mart/data": "^1.1.2",
@@ -21095,18 +19240,19 @@
21095
19240
  },
21096
19241
  "packages/dev": {
21097
19242
  "name": "@decidim/dev",
21098
- "version": "0.30.8",
19243
+ "version": "0.30.9",
21099
19244
  "dev": true,
21100
19245
  "license": "AGPL-3.0-or-later",
21101
19246
  "dependencies": {
21102
19247
  "@linthtml/linthtml": "^0.9.6",
21103
19248
  "axe-core": "^4.7.2",
19249
+ "chalk": "^4.1.2",
21104
19250
  "markdownlint-cli": "^0.35.0"
21105
19251
  }
21106
19252
  },
21107
19253
  "packages/eslint-config": {
21108
19254
  "name": "@decidim/eslint-config",
21109
- "version": "0.30.8",
19255
+ "version": "0.30.9",
21110
19256
  "dev": true,
21111
19257
  "license": "AGPL-3.0-or-later",
21112
19258
  "peerDependencies": {
@@ -21124,7 +19270,7 @@
21124
19270
  },
21125
19271
  "packages/prettier-config": {
21126
19272
  "name": "@decidim/prettier-config",
21127
- "version": "0.30.8",
19273
+ "version": "0.30.9",
21128
19274
  "dev": true,
21129
19275
  "license": "AGPL-3.0-or-later",
21130
19276
  "peerDependencies": {
@@ -21133,7 +19279,7 @@
21133
19279
  },
21134
19280
  "packages/stylelint-config": {
21135
19281
  "name": "@decidim/stylelint-config",
21136
- "version": "0.30.8",
19282
+ "version": "0.30.9",
21137
19283
  "dev": true,
21138
19284
  "license": "AGPL-3.0-or-later",
21139
19285
  "peerDependencies": {
@@ -21143,7 +19289,7 @@
21143
19289
  },
21144
19290
  "packages/webpacker": {
21145
19291
  "name": "@decidim/webpacker",
21146
- "version": "0.30.8",
19292
+ "version": "0.30.9",
21147
19293
  "license": "AGPL-3.0-or-later",
21148
19294
  "dependencies": {
21149
19295
  "@rails/ujs": "^6.1.7",
@@ -21180,7 +19326,7 @@
21180
19326
  "webpack-merge": "^5.9.0",
21181
19327
  "webpack-sources": "^3.2.3",
21182
19328
  "workbox-recipes": "^7.0.0",
21183
- "workbox-webpack-plugin": "^7.0.0"
19329
+ "workbox-webpack-plugin": "~7.3.0"
21184
19330
  }
21185
19331
  },
21186
19332
  "packages/webpacker/node_modules/argparse": {