trestle 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/rspec.yml +4 -2
  3. data/.gitignore +4 -0
  4. data/app/assets/bundle/trestle/bundle.css +4 -4
  5. data/app/assets/bundle/trestle/bundle.js +12 -26
  6. data/app/controllers/concerns/trestle/controller/toolbars.rb +1 -1
  7. data/app/controllers/concerns/trestle/resource/controller/actions.rb +5 -5
  8. data/app/controllers/concerns/trestle/resource/controller/redirection.rb +5 -3
  9. data/app/controllers/trestle/admin_controller.rb +4 -0
  10. data/app/helpers/trestle/card_helper.rb +2 -2
  11. data/app/helpers/trestle/navigation_helper.rb +3 -1
  12. data/app/helpers/trestle/toolbars_helper.rb +1 -1
  13. data/app/views/trestle/resource/_scopes.html.erb +1 -1
  14. data/config/locales/vi.yml +1 -1
  15. data/frontend/css/components/_toolbars.scss +1 -19
  16. data/frontend/css/core/_mixins.scss +1 -4
  17. data/frontend/css/layout/_content.scss +1 -1
  18. data/lib/trestle/adapters/active_record_adapter.rb +1 -1
  19. data/lib/trestle/admin/builder.rb +7 -0
  20. data/lib/trestle/admin.rb +12 -6
  21. data/lib/trestle/configurable.rb +2 -2
  22. data/lib/trestle/form/automatic.rb +3 -1
  23. data/lib/trestle/hook/helpers.rb +1 -1
  24. data/lib/trestle/reloader.rb +2 -11
  25. data/lib/trestle/resource/builder.rb +1 -8
  26. data/lib/trestle/resource.rb +2 -2
  27. data/lib/trestle/scopes/block.rb +7 -7
  28. data/lib/trestle/scopes/definition.rb +2 -2
  29. data/lib/trestle/scopes/scope.rb +4 -0
  30. data/lib/trestle/version.rb +1 -1
  31. data/lib/trestle.rb +4 -0
  32. data/package.json +1 -1
  33. data/trestle.gemspec +7 -7
  34. data/webpack.config.js +8 -1
  35. data/yarn.lock +1197 -2344
  36. metadata +21 -21
data/yarn.lock CHANGED
@@ -3,418 +3,304 @@
3
3
 
4
4
 
5
5
  "@ampproject/remapping@^2.2.0":
6
- version "2.2.0"
7
- resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
8
- integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
6
+ version "2.3.0"
7
+ resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
8
+ integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
9
9
  dependencies:
10
- "@jridgewell/gen-mapping" "^0.1.0"
11
- "@jridgewell/trace-mapping" "^0.3.9"
10
+ "@jridgewell/gen-mapping" "^0.3.5"
11
+ "@jridgewell/trace-mapping" "^0.3.24"
12
12
 
13
- "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.21.4":
13
+ "@babel/code-frame@^7.0.0":
14
14
  version "7.21.4"
15
15
  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
16
16
  integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
17
17
  dependencies:
18
18
  "@babel/highlight" "^7.18.6"
19
19
 
20
- "@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.5", "@babel/compat-data@^7.21.4":
21
- version "7.21.4"
22
- resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
23
- integrity sha512-/DYyDpeCfaVinT40FPGdkkb+lYSKvsVuMjDAG7jPOWWiM1ibOaB9CXJAlc4d1QpP/U2q2P9jbrSlClKSErd55g==
20
+ "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
21
+ version "7.24.2"
22
+ resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
23
+ integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
24
+ dependencies:
25
+ "@babel/highlight" "^7.24.2"
26
+ picocolors "^1.0.0"
27
+
28
+ "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
29
+ version "7.24.4"
30
+ resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
31
+ integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
24
32
 
25
33
  "@babel/core@^7.14.6":
26
- version "7.21.4"
27
- resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.4.tgz#c6dc73242507b8e2a27fd13a9c1814f9fa34a659"
28
- integrity sha512-qt/YV149Jman/6AfmlxJ04LMIu8bMoyl3RB91yTFrxQmgbrSvQMy7cI8Q62FHx1t8wJ8B5fu0UDoLwHAhUo1QA==
34
+ version "7.24.5"
35
+ resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
36
+ integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
29
37
  dependencies:
30
38
  "@ampproject/remapping" "^2.2.0"
31
- "@babel/code-frame" "^7.21.4"
32
- "@babel/generator" "^7.21.4"
33
- "@babel/helper-compilation-targets" "^7.21.4"
34
- "@babel/helper-module-transforms" "^7.21.2"
35
- "@babel/helpers" "^7.21.0"
36
- "@babel/parser" "^7.21.4"
37
- "@babel/template" "^7.20.7"
38
- "@babel/traverse" "^7.21.4"
39
- "@babel/types" "^7.21.4"
40
- convert-source-map "^1.7.0"
39
+ "@babel/code-frame" "^7.24.2"
40
+ "@babel/generator" "^7.24.5"
41
+ "@babel/helper-compilation-targets" "^7.23.6"
42
+ "@babel/helper-module-transforms" "^7.24.5"
43
+ "@babel/helpers" "^7.24.5"
44
+ "@babel/parser" "^7.24.5"
45
+ "@babel/template" "^7.24.0"
46
+ "@babel/traverse" "^7.24.5"
47
+ "@babel/types" "^7.24.5"
48
+ convert-source-map "^2.0.0"
41
49
  debug "^4.1.0"
42
50
  gensync "^1.0.0-beta.2"
43
- json5 "^2.2.2"
44
- semver "^6.3.0"
51
+ json5 "^2.2.3"
52
+ semver "^6.3.1"
45
53
 
46
- "@babel/generator@^7.21.4":
47
- version "7.21.4"
48
- resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.4.tgz#64a94b7448989f421f919d5239ef553b37bb26bc"
49
- integrity sha512-NieM3pVIYW2SwGzKoqfPrQsf4xGs9M9AIG3ThppsSRmO+m7eQhmI6amajKMUeIO37wFfsvnvcxQFx6x6iqxDnA==
54
+ "@babel/generator@^7.24.5":
55
+ version "7.24.5"
56
+ resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
57
+ integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
50
58
  dependencies:
51
- "@babel/types" "^7.21.4"
52
- "@jridgewell/gen-mapping" "^0.3.2"
53
- "@jridgewell/trace-mapping" "^0.3.17"
59
+ "@babel/types" "^7.24.5"
60
+ "@jridgewell/gen-mapping" "^0.3.5"
61
+ "@jridgewell/trace-mapping" "^0.3.25"
54
62
  jsesc "^2.5.1"
55
63
 
56
- "@babel/helper-annotate-as-pure@^7.18.6":
57
- version "7.18.6"
58
- resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
59
- integrity sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==
64
+ "@babel/helper-annotate-as-pure@^7.22.5":
65
+ version "7.22.5"
66
+ resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
67
+ integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
60
68
  dependencies:
61
- "@babel/types" "^7.18.6"
69
+ "@babel/types" "^7.22.5"
62
70
 
63
- "@babel/helper-builder-binary-assignment-operator-visitor@^7.18.6":
64
- version "7.18.9"
65
- resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz#acd4edfd7a566d1d51ea975dff38fd52906981bb"
66
- integrity sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==
71
+ "@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
72
+ version "7.22.15"
73
+ resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
74
+ integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
67
75
  dependencies:
68
- "@babel/helper-explode-assignable-expression" "^7.18.6"
69
- "@babel/types" "^7.18.9"
76
+ "@babel/types" "^7.22.15"
70
77
 
71
- "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.7", "@babel/helper-compilation-targets@^7.21.4":
72
- version "7.21.4"
73
- resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
74
- integrity sha512-Fa0tTuOXZ1iL8IeDFUWCzjZcn+sJGd9RZdH9esYVjEejGmzf+FFYQpMi/kZUk2kPy/q1H3/GPw7np8qar/stfg==
78
+ "@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
79
+ version "7.23.6"
80
+ resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
81
+ integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
75
82
  dependencies:
76
- "@babel/compat-data" "^7.21.4"
77
- "@babel/helper-validator-option" "^7.21.0"
78
- browserslist "^4.21.3"
83
+ "@babel/compat-data" "^7.23.5"
84
+ "@babel/helper-validator-option" "^7.23.5"
85
+ browserslist "^4.22.2"
79
86
  lru-cache "^5.1.1"
80
- semver "^6.3.0"
81
-
82
- "@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.21.0":
83
- version "7.21.4"
84
- resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.21.4.tgz#3a017163dc3c2ba7deb9a7950849a9586ea24c18"
85
- integrity sha512-46QrX2CQlaFRF4TkwfTt6nJD7IHq8539cCL7SDpqWSDeJKY1xylKKY5F/33mJhLZ3mFvKv2gGrVS6NkyF6qs+Q==
86
- dependencies:
87
- "@babel/helper-annotate-as-pure" "^7.18.6"
88
- "@babel/helper-environment-visitor" "^7.18.9"
89
- "@babel/helper-function-name" "^7.21.0"
90
- "@babel/helper-member-expression-to-functions" "^7.21.0"
91
- "@babel/helper-optimise-call-expression" "^7.18.6"
92
- "@babel/helper-replace-supers" "^7.20.7"
93
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
94
- "@babel/helper-split-export-declaration" "^7.18.6"
95
-
96
- "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5":
97
- version "7.21.4"
98
- resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.21.4.tgz#40411a8ab134258ad2cf3a3d987ec6aa0723cee5"
99
- integrity sha512-M00OuhU+0GyZ5iBBN9czjugzWrEq2vDpf/zCYHxxf93ul/Q5rv+a5h+/+0WnI1AebHNVtl5bFV0qsJoH23DbfA==
100
- dependencies:
101
- "@babel/helper-annotate-as-pure" "^7.18.6"
87
+ semver "^6.3.1"
88
+
89
+ "@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4", "@babel/helper-create-class-features-plugin@^7.24.5":
90
+ version "7.24.5"
91
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723"
92
+ integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==
93
+ dependencies:
94
+ "@babel/helper-annotate-as-pure" "^7.22.5"
95
+ "@babel/helper-environment-visitor" "^7.22.20"
96
+ "@babel/helper-function-name" "^7.23.0"
97
+ "@babel/helper-member-expression-to-functions" "^7.24.5"
98
+ "@babel/helper-optimise-call-expression" "^7.22.5"
99
+ "@babel/helper-replace-supers" "^7.24.1"
100
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
101
+ "@babel/helper-split-export-declaration" "^7.24.5"
102
+ semver "^6.3.1"
103
+
104
+ "@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
105
+ version "7.22.15"
106
+ resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
107
+ integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
108
+ dependencies:
109
+ "@babel/helper-annotate-as-pure" "^7.22.5"
102
110
  regexpu-core "^5.3.1"
111
+ semver "^6.3.1"
103
112
 
104
- "@babel/helper-define-polyfill-provider@^0.3.3":
105
- version "0.3.3"
106
- resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
107
- integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
113
+ "@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
114
+ version "0.6.2"
115
+ resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
116
+ integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
108
117
  dependencies:
109
- "@babel/helper-compilation-targets" "^7.17.7"
110
- "@babel/helper-plugin-utils" "^7.16.7"
118
+ "@babel/helper-compilation-targets" "^7.22.6"
119
+ "@babel/helper-plugin-utils" "^7.22.5"
111
120
  debug "^4.1.1"
112
121
  lodash.debounce "^4.0.8"
113
122
  resolve "^1.14.2"
114
- semver "^6.1.2"
115
-
116
- "@babel/helper-environment-visitor@^7.18.9":
117
- version "7.18.9"
118
- resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
119
- integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
120
-
121
- "@babel/helper-explode-assignable-expression@^7.18.6":
122
- version "7.18.6"
123
- resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
124
- integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==
125
- dependencies:
126
- "@babel/types" "^7.18.6"
127
123
 
128
- "@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0", "@babel/helper-function-name@^7.21.0":
129
- version "7.21.0"
130
- resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
131
- integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
132
- dependencies:
133
- "@babel/template" "^7.20.7"
134
- "@babel/types" "^7.21.0"
124
+ "@babel/helper-environment-visitor@^7.22.20":
125
+ version "7.22.20"
126
+ resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
127
+ integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
135
128
 
136
- "@babel/helper-hoist-variables@^7.18.6":
137
- version "7.18.6"
138
- resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
139
- integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
129
+ "@babel/helper-function-name@^7.23.0":
130
+ version "7.23.0"
131
+ resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
132
+ integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
140
133
  dependencies:
141
- "@babel/types" "^7.18.6"
134
+ "@babel/template" "^7.22.15"
135
+ "@babel/types" "^7.23.0"
142
136
 
143
- "@babel/helper-member-expression-to-functions@^7.20.7", "@babel/helper-member-expression-to-functions@^7.21.0":
144
- version "7.21.0"
145
- resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.21.0.tgz#319c6a940431a133897148515877d2f3269c3ba5"
146
- integrity sha512-Muu8cdZwNN6mRRNG6lAYErJ5X3bRevgYR2O8wN0yn7jJSnGDu6eG59RfT29JHxGUovyfrh6Pj0XzmR7drNVL3Q==
137
+ "@babel/helper-hoist-variables@^7.22.5":
138
+ version "7.22.5"
139
+ resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
140
+ integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
147
141
  dependencies:
148
- "@babel/types" "^7.21.0"
142
+ "@babel/types" "^7.22.5"
149
143
 
150
- "@babel/helper-module-imports@^7.18.6":
151
- version "7.21.4"
152
- resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
153
- integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
154
- dependencies:
155
- "@babel/types" "^7.21.4"
156
-
157
- "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
158
- version "7.21.2"
159
- resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
160
- integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
161
- dependencies:
162
- "@babel/helper-environment-visitor" "^7.18.9"
163
- "@babel/helper-module-imports" "^7.18.6"
164
- "@babel/helper-simple-access" "^7.20.2"
165
- "@babel/helper-split-export-declaration" "^7.18.6"
166
- "@babel/helper-validator-identifier" "^7.19.1"
167
- "@babel/template" "^7.20.7"
168
- "@babel/traverse" "^7.21.2"
169
- "@babel/types" "^7.21.2"
170
-
171
- "@babel/helper-optimise-call-expression@^7.18.6":
172
- version "7.18.6"
173
- resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
174
- integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==
144
+ "@babel/helper-member-expression-to-functions@^7.23.0", "@babel/helper-member-expression-to-functions@^7.24.5":
145
+ version "7.24.5"
146
+ resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475"
147
+ integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==
175
148
  dependencies:
176
- "@babel/types" "^7.18.6"
177
-
178
- "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
179
- version "7.20.2"
180
- resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
181
- integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
149
+ "@babel/types" "^7.24.5"
150
+
151
+ "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
152
+ version "7.24.3"
153
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
154
+ integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
155
+ dependencies:
156
+ "@babel/types" "^7.24.0"
182
157
 
183
- "@babel/helper-remap-async-to-generator@^7.18.9":
184
- version "7.18.9"
185
- resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz#997458a0e3357080e54e1d79ec347f8a8cd28519"
186
- integrity sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==
187
- dependencies:
188
- "@babel/helper-annotate-as-pure" "^7.18.6"
189
- "@babel/helper-environment-visitor" "^7.18.9"
190
- "@babel/helper-wrap-function" "^7.18.9"
191
- "@babel/types" "^7.18.9"
192
-
193
- "@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.20.7":
194
- version "7.20.7"
195
- resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.20.7.tgz#243ecd2724d2071532b2c8ad2f0f9f083bcae331"
196
- integrity sha512-vujDMtB6LVfNW13jhlCrp48QNslK6JXi7lQG736HVbHz/mbf4Dc7tIRh1Xf5C0rF7BP8iiSxGMCmY6Ci1ven3A==
197
- dependencies:
198
- "@babel/helper-environment-visitor" "^7.18.9"
199
- "@babel/helper-member-expression-to-functions" "^7.20.7"
200
- "@babel/helper-optimise-call-expression" "^7.18.6"
201
- "@babel/template" "^7.20.7"
202
- "@babel/traverse" "^7.20.7"
203
- "@babel/types" "^7.20.7"
204
-
205
- "@babel/helper-simple-access@^7.20.2":
206
- version "7.20.2"
207
- resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
208
- integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
209
- dependencies:
210
- "@babel/types" "^7.20.2"
211
-
212
- "@babel/helper-skip-transparent-expression-wrappers@^7.20.0":
213
- version "7.20.0"
214
- resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
215
- integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
216
- dependencies:
217
- "@babel/types" "^7.20.0"
218
-
219
- "@babel/helper-split-export-declaration@^7.18.6":
220
- version "7.18.6"
221
- resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz#7367949bc75b20c6d5a5d4a97bba2824ae8ef075"
222
- integrity sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==
223
- dependencies:
224
- "@babel/types" "^7.18.6"
225
-
226
- "@babel/helper-string-parser@^7.19.4":
227
- version "7.19.4"
228
- resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
229
- integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
230
-
231
- "@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
232
- version "7.19.1"
233
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
234
- integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
235
-
236
- "@babel/helper-validator-option@^7.21.0":
237
- version "7.21.0"
238
- resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
239
- integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
240
-
241
- "@babel/helper-wrap-function@^7.18.9":
242
- version "7.20.5"
243
- resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
244
- integrity sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==
245
- dependencies:
246
- "@babel/helper-function-name" "^7.19.0"
247
- "@babel/template" "^7.18.10"
248
- "@babel/traverse" "^7.20.5"
249
- "@babel/types" "^7.20.5"
250
-
251
- "@babel/helpers@^7.21.0":
252
- version "7.21.0"
253
- resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
254
- integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
255
- dependencies:
256
- "@babel/template" "^7.20.7"
257
- "@babel/traverse" "^7.21.0"
258
- "@babel/types" "^7.21.0"
259
-
260
- "@babel/highlight@^7.18.6":
261
- version "7.18.6"
262
- resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
263
- integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==
264
- dependencies:
265
- "@babel/helper-validator-identifier" "^7.18.6"
266
- chalk "^2.0.0"
158
+ "@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
159
+ version "7.24.5"
160
+ resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
161
+ integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
162
+ dependencies:
163
+ "@babel/helper-environment-visitor" "^7.22.20"
164
+ "@babel/helper-module-imports" "^7.24.3"
165
+ "@babel/helper-simple-access" "^7.24.5"
166
+ "@babel/helper-split-export-declaration" "^7.24.5"
167
+ "@babel/helper-validator-identifier" "^7.24.5"
168
+
169
+ "@babel/helper-optimise-call-expression@^7.22.5":
170
+ version "7.22.5"
171
+ resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
172
+ integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
173
+ dependencies:
174
+ "@babel/types" "^7.22.5"
175
+
176
+ "@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
177
+ version "7.24.5"
178
+ resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a"
179
+ integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==
180
+
181
+ "@babel/helper-remap-async-to-generator@^7.22.20":
182
+ version "7.22.20"
183
+ resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
184
+ integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
185
+ dependencies:
186
+ "@babel/helper-annotate-as-pure" "^7.22.5"
187
+ "@babel/helper-environment-visitor" "^7.22.20"
188
+ "@babel/helper-wrap-function" "^7.22.20"
189
+
190
+ "@babel/helper-replace-supers@^7.24.1":
191
+ version "7.24.1"
192
+ resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
193
+ integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
194
+ dependencies:
195
+ "@babel/helper-environment-visitor" "^7.22.20"
196
+ "@babel/helper-member-expression-to-functions" "^7.23.0"
197
+ "@babel/helper-optimise-call-expression" "^7.22.5"
198
+
199
+ "@babel/helper-simple-access@^7.22.5", "@babel/helper-simple-access@^7.24.5":
200
+ version "7.24.5"
201
+ resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
202
+ integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
203
+ dependencies:
204
+ "@babel/types" "^7.24.5"
205
+
206
+ "@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
207
+ version "7.22.5"
208
+ resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
209
+ integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
210
+ dependencies:
211
+ "@babel/types" "^7.22.5"
212
+
213
+ "@babel/helper-split-export-declaration@^7.24.5":
214
+ version "7.24.5"
215
+ resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
216
+ integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
217
+ dependencies:
218
+ "@babel/types" "^7.24.5"
219
+
220
+ "@babel/helper-string-parser@^7.24.1":
221
+ version "7.24.1"
222
+ resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
223
+ integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
224
+
225
+ "@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5":
226
+ version "7.24.5"
227
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
228
+ integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
229
+
230
+ "@babel/helper-validator-option@^7.23.5":
231
+ version "7.23.5"
232
+ resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
233
+ integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
234
+
235
+ "@babel/helper-wrap-function@^7.22.20":
236
+ version "7.24.5"
237
+ resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz#335f934c0962e2c1ed1fb9d79e06a56115067c09"
238
+ integrity sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==
239
+ dependencies:
240
+ "@babel/helper-function-name" "^7.23.0"
241
+ "@babel/template" "^7.24.0"
242
+ "@babel/types" "^7.24.5"
243
+
244
+ "@babel/helpers@^7.24.5":
245
+ version "7.24.5"
246
+ resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
247
+ integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
248
+ dependencies:
249
+ "@babel/template" "^7.24.0"
250
+ "@babel/traverse" "^7.24.5"
251
+ "@babel/types" "^7.24.5"
252
+
253
+ "@babel/highlight@^7.18.6", "@babel/highlight@^7.24.2":
254
+ version "7.24.5"
255
+ resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
256
+ integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
257
+ dependencies:
258
+ "@babel/helper-validator-identifier" "^7.24.5"
259
+ chalk "^2.4.2"
267
260
  js-tokens "^4.0.0"
261
+ picocolors "^1.0.0"
268
262
 
269
- "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
270
- version "7.21.4"
271
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
272
- integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
273
-
274
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
275
- version "7.18.6"
276
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
277
- integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==
278
- dependencies:
279
- "@babel/helper-plugin-utils" "^7.18.6"
280
-
281
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.20.7":
282
- version "7.20.7"
283
- resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz#d9c85589258539a22a901033853101a6198d4ef1"
284
- integrity sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==
285
- dependencies:
286
- "@babel/helper-plugin-utils" "^7.20.2"
287
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
288
- "@babel/plugin-proposal-optional-chaining" "^7.20.7"
289
-
290
- "@babel/plugin-proposal-async-generator-functions@^7.20.7":
291
- version "7.20.7"
292
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
293
- integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==
294
- dependencies:
295
- "@babel/helper-environment-visitor" "^7.18.9"
296
- "@babel/helper-plugin-utils" "^7.20.2"
297
- "@babel/helper-remap-async-to-generator" "^7.18.9"
298
- "@babel/plugin-syntax-async-generators" "^7.8.4"
299
-
300
- "@babel/plugin-proposal-class-properties@^7.18.6":
301
- version "7.18.6"
302
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
303
- integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
304
- dependencies:
305
- "@babel/helper-create-class-features-plugin" "^7.18.6"
306
- "@babel/helper-plugin-utils" "^7.18.6"
307
-
308
- "@babel/plugin-proposal-class-static-block@^7.21.0":
309
- version "7.21.0"
310
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz#77bdd66fb7b605f3a61302d224bdfacf5547977d"
311
- integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==
312
- dependencies:
313
- "@babel/helper-create-class-features-plugin" "^7.21.0"
314
- "@babel/helper-plugin-utils" "^7.20.2"
315
- "@babel/plugin-syntax-class-static-block" "^7.14.5"
316
-
317
- "@babel/plugin-proposal-dynamic-import@^7.18.6":
318
- version "7.18.6"
319
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94"
320
- integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==
321
- dependencies:
322
- "@babel/helper-plugin-utils" "^7.18.6"
323
- "@babel/plugin-syntax-dynamic-import" "^7.8.3"
324
-
325
- "@babel/plugin-proposal-export-namespace-from@^7.18.9":
326
- version "7.18.9"
327
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203"
328
- integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==
329
- dependencies:
330
- "@babel/helper-plugin-utils" "^7.18.9"
331
- "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
332
-
333
- "@babel/plugin-proposal-json-strings@^7.18.6":
334
- version "7.18.6"
335
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b"
336
- integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==
337
- dependencies:
338
- "@babel/helper-plugin-utils" "^7.18.6"
339
- "@babel/plugin-syntax-json-strings" "^7.8.3"
340
-
341
- "@babel/plugin-proposal-logical-assignment-operators@^7.20.7":
342
- version "7.20.7"
343
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83"
344
- integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==
345
- dependencies:
346
- "@babel/helper-plugin-utils" "^7.20.2"
347
- "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
348
-
349
- "@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
350
- version "7.18.6"
351
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
352
- integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
353
- dependencies:
354
- "@babel/helper-plugin-utils" "^7.18.6"
355
- "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
356
-
357
- "@babel/plugin-proposal-numeric-separator@^7.18.6":
358
- version "7.18.6"
359
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
360
- integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
361
- dependencies:
362
- "@babel/helper-plugin-utils" "^7.18.6"
363
- "@babel/plugin-syntax-numeric-separator" "^7.10.4"
263
+ "@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
264
+ version "7.24.5"
265
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
266
+ integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
364
267
 
365
- "@babel/plugin-proposal-object-rest-spread@^7.20.7":
366
- version "7.20.7"
367
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz#aa662940ef425779c75534a5c41e9d936edc390a"
368
- integrity sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==
268
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
269
+ version "7.24.5"
270
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895"
271
+ integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==
369
272
  dependencies:
370
- "@babel/compat-data" "^7.20.5"
371
- "@babel/helper-compilation-targets" "^7.20.7"
372
- "@babel/helper-plugin-utils" "^7.20.2"
373
- "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
374
- "@babel/plugin-transform-parameters" "^7.20.7"
273
+ "@babel/helper-environment-visitor" "^7.22.20"
274
+ "@babel/helper-plugin-utils" "^7.24.5"
375
275
 
376
- "@babel/plugin-proposal-optional-catch-binding@^7.18.6":
377
- version "7.18.6"
378
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb"
379
- integrity sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==
276
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
277
+ version "7.24.1"
278
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
279
+ integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==
380
280
  dependencies:
381
- "@babel/helper-plugin-utils" "^7.18.6"
382
- "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
281
+ "@babel/helper-plugin-utils" "^7.24.0"
383
282
 
384
- "@babel/plugin-proposal-optional-chaining@^7.20.7", "@babel/plugin-proposal-optional-chaining@^7.21.0":
385
- version "7.21.0"
386
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
387
- integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
283
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1":
284
+ version "7.24.1"
285
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3"
286
+ integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==
388
287
  dependencies:
389
- "@babel/helper-plugin-utils" "^7.20.2"
390
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
391
- "@babel/plugin-syntax-optional-chaining" "^7.8.3"
288
+ "@babel/helper-plugin-utils" "^7.24.0"
289
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
290
+ "@babel/plugin-transform-optional-chaining" "^7.24.1"
392
291
 
393
- "@babel/plugin-proposal-private-methods@^7.18.6":
394
- version "7.18.6"
395
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz#5209de7d213457548a98436fa2882f52f4be6bea"
396
- integrity sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==
292
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1":
293
+ version "7.24.1"
294
+ resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988"
295
+ integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==
397
296
  dependencies:
398
- "@babel/helper-create-class-features-plugin" "^7.18.6"
399
- "@babel/helper-plugin-utils" "^7.18.6"
297
+ "@babel/helper-environment-visitor" "^7.22.20"
298
+ "@babel/helper-plugin-utils" "^7.24.0"
400
299
 
401
- "@babel/plugin-proposal-private-property-in-object@^7.21.0":
402
- version "7.21.0"
403
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#19496bd9883dd83c23c7d7fc45dcd9ad02dfa1dc"
404
- integrity sha512-ha4zfehbJjc5MmXBlHec1igel5TJXXLDDRbuJ4+XT2TJcyD9/V1919BA8gMvsdHcNMBy4WBUBiRb3nw/EQUtBw==
405
- dependencies:
406
- "@babel/helper-annotate-as-pure" "^7.18.6"
407
- "@babel/helper-create-class-features-plugin" "^7.21.0"
408
- "@babel/helper-plugin-utils" "^7.20.2"
409
- "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
410
-
411
- "@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
412
- version "7.18.6"
413
- resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e"
414
- integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==
415
- dependencies:
416
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
417
- "@babel/helper-plugin-utils" "^7.18.6"
300
+ "@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
301
+ version "7.21.0-placeholder-for-preset-env.2"
302
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
303
+ integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
418
304
 
419
305
  "@babel/plugin-syntax-async-generators@^7.8.4":
420
306
  version "7.8.4"
@@ -451,12 +337,26 @@
451
337
  dependencies:
452
338
  "@babel/helper-plugin-utils" "^7.8.3"
453
339
 
454
- "@babel/plugin-syntax-import-assertions@^7.20.0":
455
- version "7.20.0"
456
- resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
457
- integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==
340
+ "@babel/plugin-syntax-import-assertions@^7.24.1":
341
+ version "7.24.1"
342
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
343
+ integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
344
+ dependencies:
345
+ "@babel/helper-plugin-utils" "^7.24.0"
346
+
347
+ "@babel/plugin-syntax-import-attributes@^7.24.1":
348
+ version "7.24.1"
349
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093"
350
+ integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==
351
+ dependencies:
352
+ "@babel/helper-plugin-utils" "^7.24.0"
353
+
354
+ "@babel/plugin-syntax-import-meta@^7.10.4":
355
+ version "7.10.4"
356
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
357
+ integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
458
358
  dependencies:
459
- "@babel/helper-plugin-utils" "^7.19.0"
359
+ "@babel/helper-plugin-utils" "^7.10.4"
460
360
 
461
361
  "@babel/plugin-syntax-json-strings@^7.8.3":
462
362
  version "7.8.3"
@@ -521,289 +421,423 @@
521
421
  dependencies:
522
422
  "@babel/helper-plugin-utils" "^7.14.5"
523
423
 
524
- "@babel/plugin-transform-arrow-functions@^7.20.7":
525
- version "7.20.7"
526
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.20.7.tgz#bea332b0e8b2dab3dafe55a163d8227531ab0551"
527
- integrity sha512-3poA5E7dzDomxj9WXWwuD6A5F3kc7VXwIJO+E+J8qtDtS+pXPAhrgEyh+9GBwBgPq1Z+bB+/JD60lp5jsN7JPQ==
424
+ "@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
425
+ version "7.18.6"
426
+ resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
427
+ integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
528
428
  dependencies:
529
- "@babel/helper-plugin-utils" "^7.20.2"
429
+ "@babel/helper-create-regexp-features-plugin" "^7.18.6"
430
+ "@babel/helper-plugin-utils" "^7.18.6"
530
431
 
531
- "@babel/plugin-transform-async-to-generator@^7.20.7":
532
- version "7.20.7"
533
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz#dfee18623c8cb31deb796aa3ca84dda9cea94354"
534
- integrity sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==
432
+ "@babel/plugin-transform-arrow-functions@^7.24.1":
433
+ version "7.24.1"
434
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27"
435
+ integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==
535
436
  dependencies:
536
- "@babel/helper-module-imports" "^7.18.6"
537
- "@babel/helper-plugin-utils" "^7.20.2"
538
- "@babel/helper-remap-async-to-generator" "^7.18.9"
437
+ "@babel/helper-plugin-utils" "^7.24.0"
539
438
 
540
- "@babel/plugin-transform-block-scoped-functions@^7.18.6":
541
- version "7.18.6"
542
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz#9187bf4ba302635b9d70d986ad70f038726216a8"
543
- integrity sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==
439
+ "@babel/plugin-transform-async-generator-functions@^7.24.3":
440
+ version "7.24.3"
441
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
442
+ integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
544
443
  dependencies:
545
- "@babel/helper-plugin-utils" "^7.18.6"
444
+ "@babel/helper-environment-visitor" "^7.22.20"
445
+ "@babel/helper-plugin-utils" "^7.24.0"
446
+ "@babel/helper-remap-async-to-generator" "^7.22.20"
447
+ "@babel/plugin-syntax-async-generators" "^7.8.4"
448
+
449
+ "@babel/plugin-transform-async-to-generator@^7.24.1":
450
+ version "7.24.1"
451
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4"
452
+ integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==
453
+ dependencies:
454
+ "@babel/helper-module-imports" "^7.24.1"
455
+ "@babel/helper-plugin-utils" "^7.24.0"
456
+ "@babel/helper-remap-async-to-generator" "^7.22.20"
457
+
458
+ "@babel/plugin-transform-block-scoped-functions@^7.24.1":
459
+ version "7.24.1"
460
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380"
461
+ integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==
462
+ dependencies:
463
+ "@babel/helper-plugin-utils" "^7.24.0"
464
+
465
+ "@babel/plugin-transform-block-scoping@^7.24.5":
466
+ version "7.24.5"
467
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a"
468
+ integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==
469
+ dependencies:
470
+ "@babel/helper-plugin-utils" "^7.24.5"
471
+
472
+ "@babel/plugin-transform-class-properties@^7.24.1":
473
+ version "7.24.1"
474
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29"
475
+ integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==
476
+ dependencies:
477
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
478
+ "@babel/helper-plugin-utils" "^7.24.0"
479
+
480
+ "@babel/plugin-transform-class-static-block@^7.24.4":
481
+ version "7.24.4"
482
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
483
+ integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
484
+ dependencies:
485
+ "@babel/helper-create-class-features-plugin" "^7.24.4"
486
+ "@babel/helper-plugin-utils" "^7.24.0"
487
+ "@babel/plugin-syntax-class-static-block" "^7.14.5"
546
488
 
547
- "@babel/plugin-transform-block-scoping@^7.21.0":
548
- version "7.21.0"
549
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.21.0.tgz#e737b91037e5186ee16b76e7ae093358a5634f02"
550
- integrity sha512-Mdrbunoh9SxwFZapeHVrwFmri16+oYotcZysSzhNIVDwIAb1UV+kvnxULSYq9J3/q5MDG+4X6w8QVgD1zhBXNQ==
551
- dependencies:
552
- "@babel/helper-plugin-utils" "^7.20.2"
553
-
554
- "@babel/plugin-transform-classes@^7.21.0":
555
- version "7.21.0"
556
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.21.0.tgz#f469d0b07a4c5a7dbb21afad9e27e57b47031665"
557
- integrity sha512-RZhbYTCEUAe6ntPehC4hlslPWosNHDox+vAs4On/mCLRLfoDVHf6hVEd7kuxr1RnHwJmxFfUM3cZiZRmPxJPXQ==
558
- dependencies:
559
- "@babel/helper-annotate-as-pure" "^7.18.6"
560
- "@babel/helper-compilation-targets" "^7.20.7"
561
- "@babel/helper-environment-visitor" "^7.18.9"
562
- "@babel/helper-function-name" "^7.21.0"
563
- "@babel/helper-optimise-call-expression" "^7.18.6"
564
- "@babel/helper-plugin-utils" "^7.20.2"
565
- "@babel/helper-replace-supers" "^7.20.7"
566
- "@babel/helper-split-export-declaration" "^7.18.6"
489
+ "@babel/plugin-transform-classes@^7.24.5":
490
+ version "7.24.5"
491
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339"
492
+ integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==
493
+ dependencies:
494
+ "@babel/helper-annotate-as-pure" "^7.22.5"
495
+ "@babel/helper-compilation-targets" "^7.23.6"
496
+ "@babel/helper-environment-visitor" "^7.22.20"
497
+ "@babel/helper-function-name" "^7.23.0"
498
+ "@babel/helper-plugin-utils" "^7.24.5"
499
+ "@babel/helper-replace-supers" "^7.24.1"
500
+ "@babel/helper-split-export-declaration" "^7.24.5"
567
501
  globals "^11.1.0"
568
502
 
569
- "@babel/plugin-transform-computed-properties@^7.20.7":
570
- version "7.20.7"
571
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.20.7.tgz#704cc2fd155d1c996551db8276d55b9d46e4d0aa"
572
- integrity sha512-Lz7MvBK6DTjElHAmfu6bfANzKcxpyNPeYBGEafyA6E5HtRpjpZwU+u7Qrgz/2OR0z+5TvKYbPdphfSaAcZBrYQ==
503
+ "@babel/plugin-transform-computed-properties@^7.24.1":
504
+ version "7.24.1"
505
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7"
506
+ integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==
573
507
  dependencies:
574
- "@babel/helper-plugin-utils" "^7.20.2"
575
- "@babel/template" "^7.20.7"
508
+ "@babel/helper-plugin-utils" "^7.24.0"
509
+ "@babel/template" "^7.24.0"
576
510
 
577
- "@babel/plugin-transform-destructuring@^7.21.3":
578
- version "7.21.3"
579
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz#73b46d0fd11cd6ef57dea8a381b1215f4959d401"
580
- integrity sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==
511
+ "@babel/plugin-transform-destructuring@^7.24.5":
512
+ version "7.24.5"
513
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c"
514
+ integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==
581
515
  dependencies:
582
- "@babel/helper-plugin-utils" "^7.20.2"
516
+ "@babel/helper-plugin-utils" "^7.24.5"
583
517
 
584
- "@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
585
- version "7.18.6"
586
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
587
- integrity sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==
518
+ "@babel/plugin-transform-dotall-regex@^7.24.1":
519
+ version "7.24.1"
520
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13"
521
+ integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==
588
522
  dependencies:
589
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
590
- "@babel/helper-plugin-utils" "^7.18.6"
523
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
524
+ "@babel/helper-plugin-utils" "^7.24.0"
591
525
 
592
- "@babel/plugin-transform-duplicate-keys@^7.18.9":
593
- version "7.18.9"
594
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz#687f15ee3cdad6d85191eb2a372c4528eaa0ae0e"
595
- integrity sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==
526
+ "@babel/plugin-transform-duplicate-keys@^7.24.1":
527
+ version "7.24.1"
528
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88"
529
+ integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==
596
530
  dependencies:
597
- "@babel/helper-plugin-utils" "^7.18.9"
531
+ "@babel/helper-plugin-utils" "^7.24.0"
598
532
 
599
- "@babel/plugin-transform-exponentiation-operator@^7.18.6":
600
- version "7.18.6"
601
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz#421c705f4521888c65e91fdd1af951bfefd4dacd"
602
- integrity sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==
533
+ "@babel/plugin-transform-dynamic-import@^7.24.1":
534
+ version "7.24.1"
535
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd"
536
+ integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==
603
537
  dependencies:
604
- "@babel/helper-builder-binary-assignment-operator-visitor" "^7.18.6"
605
- "@babel/helper-plugin-utils" "^7.18.6"
538
+ "@babel/helper-plugin-utils" "^7.24.0"
539
+ "@babel/plugin-syntax-dynamic-import" "^7.8.3"
606
540
 
607
- "@babel/plugin-transform-for-of@^7.21.0":
608
- version "7.21.0"
609
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.21.0.tgz#964108c9988de1a60b4be2354a7d7e245f36e86e"
610
- integrity sha512-LlUYlydgDkKpIY7mcBWvyPPmMcOphEyYA27Ef4xpbh1IiDNLr0kZsos2nf92vz3IccvJI25QUwp86Eo5s6HmBQ==
541
+ "@babel/plugin-transform-exponentiation-operator@^7.24.1":
542
+ version "7.24.1"
543
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4"
544
+ integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==
611
545
  dependencies:
612
- "@babel/helper-plugin-utils" "^7.20.2"
546
+ "@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
547
+ "@babel/helper-plugin-utils" "^7.24.0"
613
548
 
614
- "@babel/plugin-transform-function-name@^7.18.9":
615
- version "7.18.9"
616
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz#cc354f8234e62968946c61a46d6365440fc764e0"
617
- integrity sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==
549
+ "@babel/plugin-transform-export-namespace-from@^7.24.1":
550
+ version "7.24.1"
551
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd"
552
+ integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==
618
553
  dependencies:
619
- "@babel/helper-compilation-targets" "^7.18.9"
620
- "@babel/helper-function-name" "^7.18.9"
621
- "@babel/helper-plugin-utils" "^7.18.9"
554
+ "@babel/helper-plugin-utils" "^7.24.0"
555
+ "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
622
556
 
623
- "@babel/plugin-transform-literals@^7.18.9":
624
- version "7.18.9"
625
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz#72796fdbef80e56fba3c6a699d54f0de557444bc"
626
- integrity sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==
557
+ "@babel/plugin-transform-for-of@^7.24.1":
558
+ version "7.24.1"
559
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd"
560
+ integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==
627
561
  dependencies:
628
- "@babel/helper-plugin-utils" "^7.18.9"
562
+ "@babel/helper-plugin-utils" "^7.24.0"
563
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
629
564
 
630
- "@babel/plugin-transform-member-expression-literals@^7.18.6":
631
- version "7.18.6"
632
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz#ac9fdc1a118620ac49b7e7a5d2dc177a1bfee88e"
633
- integrity sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==
565
+ "@babel/plugin-transform-function-name@^7.24.1":
566
+ version "7.24.1"
567
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361"
568
+ integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==
634
569
  dependencies:
635
- "@babel/helper-plugin-utils" "^7.18.6"
570
+ "@babel/helper-compilation-targets" "^7.23.6"
571
+ "@babel/helper-function-name" "^7.23.0"
572
+ "@babel/helper-plugin-utils" "^7.24.0"
636
573
 
637
- "@babel/plugin-transform-modules-amd@^7.20.11":
638
- version "7.20.11"
639
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.20.11.tgz#3daccca8e4cc309f03c3a0c4b41dc4b26f55214a"
640
- integrity sha512-NuzCt5IIYOW0O30UvqktzHYR2ud5bOWbY0yaxWZ6G+aFzOMJvrs5YHNikrbdaT15+KNO31nPOy5Fim3ku6Zb5g==
574
+ "@babel/plugin-transform-json-strings@^7.24.1":
575
+ version "7.24.1"
576
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7"
577
+ integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==
641
578
  dependencies:
642
- "@babel/helper-module-transforms" "^7.20.11"
643
- "@babel/helper-plugin-utils" "^7.20.2"
579
+ "@babel/helper-plugin-utils" "^7.24.0"
580
+ "@babel/plugin-syntax-json-strings" "^7.8.3"
644
581
 
645
- "@babel/plugin-transform-modules-commonjs@^7.21.2":
646
- version "7.21.2"
647
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.21.2.tgz#6ff5070e71e3192ef2b7e39820a06fb78e3058e7"
648
- integrity sha512-Cln+Yy04Gxua7iPdj6nOV96smLGjpElir5YwzF0LBPKoPlLDNJePNlrGGaybAJkd0zKRnOVXOgizSqPYMNYkzA==
582
+ "@babel/plugin-transform-literals@^7.24.1":
583
+ version "7.24.1"
584
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096"
585
+ integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==
649
586
  dependencies:
650
- "@babel/helper-module-transforms" "^7.21.2"
651
- "@babel/helper-plugin-utils" "^7.20.2"
652
- "@babel/helper-simple-access" "^7.20.2"
587
+ "@babel/helper-plugin-utils" "^7.24.0"
653
588
 
654
- "@babel/plugin-transform-modules-systemjs@^7.20.11":
655
- version "7.20.11"
656
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.20.11.tgz#467ec6bba6b6a50634eea61c9c232654d8a4696e"
657
- integrity sha512-vVu5g9BPQKSFEmvt2TA4Da5N+QVS66EX21d8uoOihC+OCpUoGvzVsXeqFdtAEfVa5BILAeFt+U7yVmLbQnAJmw==
589
+ "@babel/plugin-transform-logical-assignment-operators@^7.24.1":
590
+ version "7.24.1"
591
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40"
592
+ integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==
658
593
  dependencies:
659
- "@babel/helper-hoist-variables" "^7.18.6"
660
- "@babel/helper-module-transforms" "^7.20.11"
661
- "@babel/helper-plugin-utils" "^7.20.2"
662
- "@babel/helper-validator-identifier" "^7.19.1"
594
+ "@babel/helper-plugin-utils" "^7.24.0"
595
+ "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
663
596
 
664
- "@babel/plugin-transform-modules-umd@^7.18.6":
665
- version "7.18.6"
666
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz#81d3832d6034b75b54e62821ba58f28ed0aab4b9"
667
- integrity sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==
597
+ "@babel/plugin-transform-member-expression-literals@^7.24.1":
598
+ version "7.24.1"
599
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489"
600
+ integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==
668
601
  dependencies:
669
- "@babel/helper-module-transforms" "^7.18.6"
670
- "@babel/helper-plugin-utils" "^7.18.6"
602
+ "@babel/helper-plugin-utils" "^7.24.0"
671
603
 
672
- "@babel/plugin-transform-named-capturing-groups-regex@^7.20.5":
673
- version "7.20.5"
674
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz#626298dd62ea51d452c3be58b285d23195ba69a8"
675
- integrity sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==
604
+ "@babel/plugin-transform-modules-amd@^7.24.1":
605
+ version "7.24.1"
606
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39"
607
+ integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==
676
608
  dependencies:
677
- "@babel/helper-create-regexp-features-plugin" "^7.20.5"
678
- "@babel/helper-plugin-utils" "^7.20.2"
609
+ "@babel/helper-module-transforms" "^7.23.3"
610
+ "@babel/helper-plugin-utils" "^7.24.0"
679
611
 
680
- "@babel/plugin-transform-new-target@^7.18.6":
681
- version "7.18.6"
682
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz#d128f376ae200477f37c4ddfcc722a8a1b3246a8"
683
- integrity sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==
612
+ "@babel/plugin-transform-modules-commonjs@^7.24.1":
613
+ version "7.24.1"
614
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
615
+ integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
684
616
  dependencies:
685
- "@babel/helper-plugin-utils" "^7.18.6"
617
+ "@babel/helper-module-transforms" "^7.23.3"
618
+ "@babel/helper-plugin-utils" "^7.24.0"
619
+ "@babel/helper-simple-access" "^7.22.5"
686
620
 
687
- "@babel/plugin-transform-object-super@^7.18.6":
688
- version "7.18.6"
689
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz#fb3c6ccdd15939b6ff7939944b51971ddc35912c"
690
- integrity sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==
621
+ "@babel/plugin-transform-modules-systemjs@^7.24.1":
622
+ version "7.24.1"
623
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e"
624
+ integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==
691
625
  dependencies:
692
- "@babel/helper-plugin-utils" "^7.18.6"
693
- "@babel/helper-replace-supers" "^7.18.6"
626
+ "@babel/helper-hoist-variables" "^7.22.5"
627
+ "@babel/helper-module-transforms" "^7.23.3"
628
+ "@babel/helper-plugin-utils" "^7.24.0"
629
+ "@babel/helper-validator-identifier" "^7.22.20"
694
630
 
695
- "@babel/plugin-transform-parameters@^7.20.7", "@babel/plugin-transform-parameters@^7.21.3":
696
- version "7.21.3"
697
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db"
698
- integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==
631
+ "@babel/plugin-transform-modules-umd@^7.24.1":
632
+ version "7.24.1"
633
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef"
634
+ integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==
699
635
  dependencies:
700
- "@babel/helper-plugin-utils" "^7.20.2"
636
+ "@babel/helper-module-transforms" "^7.23.3"
637
+ "@babel/helper-plugin-utils" "^7.24.0"
701
638
 
702
- "@babel/plugin-transform-property-literals@^7.18.6":
703
- version "7.18.6"
704
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz#e22498903a483448e94e032e9bbb9c5ccbfc93a3"
705
- integrity sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==
639
+ "@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
640
+ version "7.22.5"
641
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f"
642
+ integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
706
643
  dependencies:
707
- "@babel/helper-plugin-utils" "^7.18.6"
644
+ "@babel/helper-create-regexp-features-plugin" "^7.22.5"
645
+ "@babel/helper-plugin-utils" "^7.22.5"
708
646
 
709
- "@babel/plugin-transform-regenerator@^7.20.5":
710
- version "7.20.5"
711
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d"
712
- integrity sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==
647
+ "@babel/plugin-transform-new-target@^7.24.1":
648
+ version "7.24.1"
649
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34"
650
+ integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==
713
651
  dependencies:
714
- "@babel/helper-plugin-utils" "^7.20.2"
715
- regenerator-transform "^0.15.1"
652
+ "@babel/helper-plugin-utils" "^7.24.0"
716
653
 
717
- "@babel/plugin-transform-reserved-words@^7.18.6":
718
- version "7.18.6"
719
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz#b1abd8ebf8edaa5f7fe6bbb8d2133d23b6a6f76a"
720
- integrity sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==
654
+ "@babel/plugin-transform-nullish-coalescing-operator@^7.24.1":
655
+ version "7.24.1"
656
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988"
657
+ integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==
721
658
  dependencies:
722
- "@babel/helper-plugin-utils" "^7.18.6"
659
+ "@babel/helper-plugin-utils" "^7.24.0"
660
+ "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
723
661
 
724
- "@babel/plugin-transform-shorthand-properties@^7.18.6":
725
- version "7.18.6"
726
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz#6d6df7983d67b195289be24909e3f12a8f664dc9"
727
- integrity sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==
662
+ "@babel/plugin-transform-numeric-separator@^7.24.1":
663
+ version "7.24.1"
664
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8"
665
+ integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==
728
666
  dependencies:
729
- "@babel/helper-plugin-utils" "^7.18.6"
667
+ "@babel/helper-plugin-utils" "^7.24.0"
668
+ "@babel/plugin-syntax-numeric-separator" "^7.10.4"
730
669
 
731
- "@babel/plugin-transform-spread@^7.20.7":
732
- version "7.20.7"
733
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.20.7.tgz#c2d83e0b99d3bf83e07b11995ee24bf7ca09401e"
734
- integrity sha512-ewBbHQ+1U/VnH1fxltbJqDeWBU1oNLG8Dj11uIv3xVf7nrQu0bPGe5Rf716r7K5Qz+SqtAOVswoVunoiBtGhxw==
670
+ "@babel/plugin-transform-object-rest-spread@^7.24.5":
671
+ version "7.24.5"
672
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef"
673
+ integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==
735
674
  dependencies:
736
- "@babel/helper-plugin-utils" "^7.20.2"
737
- "@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
675
+ "@babel/helper-compilation-targets" "^7.23.6"
676
+ "@babel/helper-plugin-utils" "^7.24.5"
677
+ "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
678
+ "@babel/plugin-transform-parameters" "^7.24.5"
738
679
 
739
- "@babel/plugin-transform-sticky-regex@^7.18.6":
740
- version "7.18.6"
741
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz#c6706eb2b1524028e317720339583ad0f444adcc"
742
- integrity sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==
680
+ "@babel/plugin-transform-object-super@^7.24.1":
681
+ version "7.24.1"
682
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520"
683
+ integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==
743
684
  dependencies:
744
- "@babel/helper-plugin-utils" "^7.18.6"
685
+ "@babel/helper-plugin-utils" "^7.24.0"
686
+ "@babel/helper-replace-supers" "^7.24.1"
745
687
 
746
- "@babel/plugin-transform-template-literals@^7.18.9":
747
- version "7.18.9"
748
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz#04ec6f10acdaa81846689d63fae117dd9c243a5e"
749
- integrity sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==
688
+ "@babel/plugin-transform-optional-catch-binding@^7.24.1":
689
+ version "7.24.1"
690
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da"
691
+ integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==
750
692
  dependencies:
751
- "@babel/helper-plugin-utils" "^7.18.9"
693
+ "@babel/helper-plugin-utils" "^7.24.0"
694
+ "@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
752
695
 
753
- "@babel/plugin-transform-typeof-symbol@^7.18.9":
754
- version "7.18.9"
755
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz#c8cea68263e45addcd6afc9091429f80925762c0"
756
- integrity sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==
696
+ "@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5":
697
+ version "7.24.5"
698
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f"
699
+ integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==
757
700
  dependencies:
758
- "@babel/helper-plugin-utils" "^7.18.9"
701
+ "@babel/helper-plugin-utils" "^7.24.5"
702
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
703
+ "@babel/plugin-syntax-optional-chaining" "^7.8.3"
759
704
 
760
- "@babel/plugin-transform-unicode-escapes@^7.18.10":
761
- version "7.18.10"
762
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz#1ecfb0eda83d09bbcb77c09970c2dd55832aa246"
763
- integrity sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==
705
+ "@babel/plugin-transform-parameters@^7.24.5":
706
+ version "7.24.5"
707
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62"
708
+ integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==
764
709
  dependencies:
765
- "@babel/helper-plugin-utils" "^7.18.9"
710
+ "@babel/helper-plugin-utils" "^7.24.5"
766
711
 
767
- "@babel/plugin-transform-unicode-regex@^7.18.6":
768
- version "7.18.6"
769
- resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz#194317225d8c201bbae103364ffe9e2cea36cdca"
770
- integrity sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==
712
+ "@babel/plugin-transform-private-methods@^7.24.1":
713
+ version "7.24.1"
714
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a"
715
+ integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==
771
716
  dependencies:
772
- "@babel/helper-create-regexp-features-plugin" "^7.18.6"
773
- "@babel/helper-plugin-utils" "^7.18.6"
717
+ "@babel/helper-create-class-features-plugin" "^7.24.1"
718
+ "@babel/helper-plugin-utils" "^7.24.0"
719
+
720
+ "@babel/plugin-transform-private-property-in-object@^7.24.5":
721
+ version "7.24.5"
722
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5"
723
+ integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==
724
+ dependencies:
725
+ "@babel/helper-annotate-as-pure" "^7.22.5"
726
+ "@babel/helper-create-class-features-plugin" "^7.24.5"
727
+ "@babel/helper-plugin-utils" "^7.24.5"
728
+ "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
729
+
730
+ "@babel/plugin-transform-property-literals@^7.24.1":
731
+ version "7.24.1"
732
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825"
733
+ integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==
734
+ dependencies:
735
+ "@babel/helper-plugin-utils" "^7.24.0"
736
+
737
+ "@babel/plugin-transform-regenerator@^7.24.1":
738
+ version "7.24.1"
739
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c"
740
+ integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==
741
+ dependencies:
742
+ "@babel/helper-plugin-utils" "^7.24.0"
743
+ regenerator-transform "^0.15.2"
744
+
745
+ "@babel/plugin-transform-reserved-words@^7.24.1":
746
+ version "7.24.1"
747
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1"
748
+ integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==
749
+ dependencies:
750
+ "@babel/helper-plugin-utils" "^7.24.0"
751
+
752
+ "@babel/plugin-transform-shorthand-properties@^7.24.1":
753
+ version "7.24.1"
754
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55"
755
+ integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==
756
+ dependencies:
757
+ "@babel/helper-plugin-utils" "^7.24.0"
758
+
759
+ "@babel/plugin-transform-spread@^7.24.1":
760
+ version "7.24.1"
761
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391"
762
+ integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==
763
+ dependencies:
764
+ "@babel/helper-plugin-utils" "^7.24.0"
765
+ "@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
766
+
767
+ "@babel/plugin-transform-sticky-regex@^7.24.1":
768
+ version "7.24.1"
769
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9"
770
+ integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==
771
+ dependencies:
772
+ "@babel/helper-plugin-utils" "^7.24.0"
773
+
774
+ "@babel/plugin-transform-template-literals@^7.24.1":
775
+ version "7.24.1"
776
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7"
777
+ integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==
778
+ dependencies:
779
+ "@babel/helper-plugin-utils" "^7.24.0"
780
+
781
+ "@babel/plugin-transform-typeof-symbol@^7.24.5":
782
+ version "7.24.5"
783
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12"
784
+ integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==
785
+ dependencies:
786
+ "@babel/helper-plugin-utils" "^7.24.5"
787
+
788
+ "@babel/plugin-transform-unicode-escapes@^7.24.1":
789
+ version "7.24.1"
790
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4"
791
+ integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==
792
+ dependencies:
793
+ "@babel/helper-plugin-utils" "^7.24.0"
794
+
795
+ "@babel/plugin-transform-unicode-property-regex@^7.24.1":
796
+ version "7.24.1"
797
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e"
798
+ integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==
799
+ dependencies:
800
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
801
+ "@babel/helper-plugin-utils" "^7.24.0"
802
+
803
+ "@babel/plugin-transform-unicode-regex@^7.24.1":
804
+ version "7.24.1"
805
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385"
806
+ integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==
807
+ dependencies:
808
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
809
+ "@babel/helper-plugin-utils" "^7.24.0"
810
+
811
+ "@babel/plugin-transform-unicode-sets-regex@^7.24.1":
812
+ version "7.24.1"
813
+ resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f"
814
+ integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==
815
+ dependencies:
816
+ "@babel/helper-create-regexp-features-plugin" "^7.22.15"
817
+ "@babel/helper-plugin-utils" "^7.24.0"
774
818
 
775
819
  "@babel/preset-env@^7.14.7":
776
- version "7.21.4"
777
- resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.21.4.tgz#a952482e634a8dd8271a3fe5459a16eb10739c58"
778
- integrity sha512-2W57zHs2yDLm6GD5ZpvNn71lZ0B/iypSdIeq25OurDKji6AdzV07qp4s3n1/x5BqtiGaTrPN3nerlSCaC5qNTw==
779
- dependencies:
780
- "@babel/compat-data" "^7.21.4"
781
- "@babel/helper-compilation-targets" "^7.21.4"
782
- "@babel/helper-plugin-utils" "^7.20.2"
783
- "@babel/helper-validator-option" "^7.21.0"
784
- "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
785
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.20.7"
786
- "@babel/plugin-proposal-async-generator-functions" "^7.20.7"
787
- "@babel/plugin-proposal-class-properties" "^7.18.6"
788
- "@babel/plugin-proposal-class-static-block" "^7.21.0"
789
- "@babel/plugin-proposal-dynamic-import" "^7.18.6"
790
- "@babel/plugin-proposal-export-namespace-from" "^7.18.9"
791
- "@babel/plugin-proposal-json-strings" "^7.18.6"
792
- "@babel/plugin-proposal-logical-assignment-operators" "^7.20.7"
793
- "@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
794
- "@babel/plugin-proposal-numeric-separator" "^7.18.6"
795
- "@babel/plugin-proposal-object-rest-spread" "^7.20.7"
796
- "@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
797
- "@babel/plugin-proposal-optional-chaining" "^7.21.0"
798
- "@babel/plugin-proposal-private-methods" "^7.18.6"
799
- "@babel/plugin-proposal-private-property-in-object" "^7.21.0"
800
- "@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
820
+ version "7.24.5"
821
+ resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
822
+ integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
823
+ dependencies:
824
+ "@babel/compat-data" "^7.24.4"
825
+ "@babel/helper-compilation-targets" "^7.23.6"
826
+ "@babel/helper-plugin-utils" "^7.24.5"
827
+ "@babel/helper-validator-option" "^7.23.5"
828
+ "@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5"
829
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
830
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
831
+ "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
832
+ "@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
801
833
  "@babel/plugin-syntax-async-generators" "^7.8.4"
802
834
  "@babel/plugin-syntax-class-properties" "^7.12.13"
803
835
  "@babel/plugin-syntax-class-static-block" "^7.14.5"
804
836
  "@babel/plugin-syntax-dynamic-import" "^7.8.3"
805
837
  "@babel/plugin-syntax-export-namespace-from" "^7.8.3"
806
- "@babel/plugin-syntax-import-assertions" "^7.20.0"
838
+ "@babel/plugin-syntax-import-assertions" "^7.24.1"
839
+ "@babel/plugin-syntax-import-attributes" "^7.24.1"
840
+ "@babel/plugin-syntax-import-meta" "^7.10.4"
807
841
  "@babel/plugin-syntax-json-strings" "^7.8.3"
808
842
  "@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
809
843
  "@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
@@ -813,54 +847,68 @@
813
847
  "@babel/plugin-syntax-optional-chaining" "^7.8.3"
814
848
  "@babel/plugin-syntax-private-property-in-object" "^7.14.5"
815
849
  "@babel/plugin-syntax-top-level-await" "^7.14.5"
816
- "@babel/plugin-transform-arrow-functions" "^7.20.7"
817
- "@babel/plugin-transform-async-to-generator" "^7.20.7"
818
- "@babel/plugin-transform-block-scoped-functions" "^7.18.6"
819
- "@babel/plugin-transform-block-scoping" "^7.21.0"
820
- "@babel/plugin-transform-classes" "^7.21.0"
821
- "@babel/plugin-transform-computed-properties" "^7.20.7"
822
- "@babel/plugin-transform-destructuring" "^7.21.3"
823
- "@babel/plugin-transform-dotall-regex" "^7.18.6"
824
- "@babel/plugin-transform-duplicate-keys" "^7.18.9"
825
- "@babel/plugin-transform-exponentiation-operator" "^7.18.6"
826
- "@babel/plugin-transform-for-of" "^7.21.0"
827
- "@babel/plugin-transform-function-name" "^7.18.9"
828
- "@babel/plugin-transform-literals" "^7.18.9"
829
- "@babel/plugin-transform-member-expression-literals" "^7.18.6"
830
- "@babel/plugin-transform-modules-amd" "^7.20.11"
831
- "@babel/plugin-transform-modules-commonjs" "^7.21.2"
832
- "@babel/plugin-transform-modules-systemjs" "^7.20.11"
833
- "@babel/plugin-transform-modules-umd" "^7.18.6"
834
- "@babel/plugin-transform-named-capturing-groups-regex" "^7.20.5"
835
- "@babel/plugin-transform-new-target" "^7.18.6"
836
- "@babel/plugin-transform-object-super" "^7.18.6"
837
- "@babel/plugin-transform-parameters" "^7.21.3"
838
- "@babel/plugin-transform-property-literals" "^7.18.6"
839
- "@babel/plugin-transform-regenerator" "^7.20.5"
840
- "@babel/plugin-transform-reserved-words" "^7.18.6"
841
- "@babel/plugin-transform-shorthand-properties" "^7.18.6"
842
- "@babel/plugin-transform-spread" "^7.20.7"
843
- "@babel/plugin-transform-sticky-regex" "^7.18.6"
844
- "@babel/plugin-transform-template-literals" "^7.18.9"
845
- "@babel/plugin-transform-typeof-symbol" "^7.18.9"
846
- "@babel/plugin-transform-unicode-escapes" "^7.18.10"
847
- "@babel/plugin-transform-unicode-regex" "^7.18.6"
848
- "@babel/preset-modules" "^0.1.5"
849
- "@babel/types" "^7.21.4"
850
- babel-plugin-polyfill-corejs2 "^0.3.3"
851
- babel-plugin-polyfill-corejs3 "^0.6.0"
852
- babel-plugin-polyfill-regenerator "^0.4.1"
853
- core-js-compat "^3.25.1"
854
- semver "^6.3.0"
855
-
856
- "@babel/preset-modules@^0.1.5":
857
- version "0.1.5"
858
- resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
859
- integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
850
+ "@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
851
+ "@babel/plugin-transform-arrow-functions" "^7.24.1"
852
+ "@babel/plugin-transform-async-generator-functions" "^7.24.3"
853
+ "@babel/plugin-transform-async-to-generator" "^7.24.1"
854
+ "@babel/plugin-transform-block-scoped-functions" "^7.24.1"
855
+ "@babel/plugin-transform-block-scoping" "^7.24.5"
856
+ "@babel/plugin-transform-class-properties" "^7.24.1"
857
+ "@babel/plugin-transform-class-static-block" "^7.24.4"
858
+ "@babel/plugin-transform-classes" "^7.24.5"
859
+ "@babel/plugin-transform-computed-properties" "^7.24.1"
860
+ "@babel/plugin-transform-destructuring" "^7.24.5"
861
+ "@babel/plugin-transform-dotall-regex" "^7.24.1"
862
+ "@babel/plugin-transform-duplicate-keys" "^7.24.1"
863
+ "@babel/plugin-transform-dynamic-import" "^7.24.1"
864
+ "@babel/plugin-transform-exponentiation-operator" "^7.24.1"
865
+ "@babel/plugin-transform-export-namespace-from" "^7.24.1"
866
+ "@babel/plugin-transform-for-of" "^7.24.1"
867
+ "@babel/plugin-transform-function-name" "^7.24.1"
868
+ "@babel/plugin-transform-json-strings" "^7.24.1"
869
+ "@babel/plugin-transform-literals" "^7.24.1"
870
+ "@babel/plugin-transform-logical-assignment-operators" "^7.24.1"
871
+ "@babel/plugin-transform-member-expression-literals" "^7.24.1"
872
+ "@babel/plugin-transform-modules-amd" "^7.24.1"
873
+ "@babel/plugin-transform-modules-commonjs" "^7.24.1"
874
+ "@babel/plugin-transform-modules-systemjs" "^7.24.1"
875
+ "@babel/plugin-transform-modules-umd" "^7.24.1"
876
+ "@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
877
+ "@babel/plugin-transform-new-target" "^7.24.1"
878
+ "@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
879
+ "@babel/plugin-transform-numeric-separator" "^7.24.1"
880
+ "@babel/plugin-transform-object-rest-spread" "^7.24.5"
881
+ "@babel/plugin-transform-object-super" "^7.24.1"
882
+ "@babel/plugin-transform-optional-catch-binding" "^7.24.1"
883
+ "@babel/plugin-transform-optional-chaining" "^7.24.5"
884
+ "@babel/plugin-transform-parameters" "^7.24.5"
885
+ "@babel/plugin-transform-private-methods" "^7.24.1"
886
+ "@babel/plugin-transform-private-property-in-object" "^7.24.5"
887
+ "@babel/plugin-transform-property-literals" "^7.24.1"
888
+ "@babel/plugin-transform-regenerator" "^7.24.1"
889
+ "@babel/plugin-transform-reserved-words" "^7.24.1"
890
+ "@babel/plugin-transform-shorthand-properties" "^7.24.1"
891
+ "@babel/plugin-transform-spread" "^7.24.1"
892
+ "@babel/plugin-transform-sticky-regex" "^7.24.1"
893
+ "@babel/plugin-transform-template-literals" "^7.24.1"
894
+ "@babel/plugin-transform-typeof-symbol" "^7.24.5"
895
+ "@babel/plugin-transform-unicode-escapes" "^7.24.1"
896
+ "@babel/plugin-transform-unicode-property-regex" "^7.24.1"
897
+ "@babel/plugin-transform-unicode-regex" "^7.24.1"
898
+ "@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
899
+ "@babel/preset-modules" "0.1.6-no-external-plugins"
900
+ babel-plugin-polyfill-corejs2 "^0.4.10"
901
+ babel-plugin-polyfill-corejs3 "^0.10.4"
902
+ babel-plugin-polyfill-regenerator "^0.6.1"
903
+ core-js-compat "^3.31.0"
904
+ semver "^6.3.1"
905
+
906
+ "@babel/preset-modules@0.1.6-no-external-plugins":
907
+ version "0.1.6-no-external-plugins"
908
+ resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
909
+ integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
860
910
  dependencies:
861
911
  "@babel/helper-plugin-utils" "^7.0.0"
862
- "@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
863
- "@babel/plugin-transform-dotall-regex" "^7.4.4"
864
912
  "@babel/types" "^7.4.4"
865
913
  esutils "^2.0.2"
866
914
 
@@ -870,44 +918,44 @@
870
918
  integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
871
919
 
872
920
  "@babel/runtime@^7.8.4":
873
- version "7.21.0"
874
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.21.0.tgz#5b55c9d394e5fcf304909a8b00c07dc217b56673"
875
- integrity sha512-xwII0//EObnq89Ji5AKYQaRYiW/nZ3llSv29d49IuxPhKbtJoLP+9QUUZ4nVragQVtaVGeZrpB+ZtG/Pdy/POw==
876
- dependencies:
877
- regenerator-runtime "^0.13.11"
878
-
879
- "@babel/template@^7.18.10", "@babel/template@^7.20.7":
880
- version "7.20.7"
881
- resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
882
- integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
883
- dependencies:
884
- "@babel/code-frame" "^7.18.6"
885
- "@babel/parser" "^7.20.7"
886
- "@babel/types" "^7.20.7"
887
-
888
- "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4":
889
- version "7.21.4"
890
- resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
891
- integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
892
- dependencies:
893
- "@babel/code-frame" "^7.21.4"
894
- "@babel/generator" "^7.21.4"
895
- "@babel/helper-environment-visitor" "^7.18.9"
896
- "@babel/helper-function-name" "^7.21.0"
897
- "@babel/helper-hoist-variables" "^7.18.6"
898
- "@babel/helper-split-export-declaration" "^7.18.6"
899
- "@babel/parser" "^7.21.4"
900
- "@babel/types" "^7.21.4"
901
- debug "^4.1.0"
921
+ version "7.24.5"
922
+ resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c"
923
+ integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==
924
+ dependencies:
925
+ regenerator-runtime "^0.14.0"
926
+
927
+ "@babel/template@^7.22.15", "@babel/template@^7.24.0":
928
+ version "7.24.0"
929
+ resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
930
+ integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
931
+ dependencies:
932
+ "@babel/code-frame" "^7.23.5"
933
+ "@babel/parser" "^7.24.0"
934
+ "@babel/types" "^7.24.0"
935
+
936
+ "@babel/traverse@^7.24.5":
937
+ version "7.24.5"
938
+ resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
939
+ integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
940
+ dependencies:
941
+ "@babel/code-frame" "^7.24.2"
942
+ "@babel/generator" "^7.24.5"
943
+ "@babel/helper-environment-visitor" "^7.22.20"
944
+ "@babel/helper-function-name" "^7.23.0"
945
+ "@babel/helper-hoist-variables" "^7.22.5"
946
+ "@babel/helper-split-export-declaration" "^7.24.5"
947
+ "@babel/parser" "^7.24.5"
948
+ "@babel/types" "^7.24.5"
949
+ debug "^4.3.1"
902
950
  globals "^11.1.0"
903
951
 
904
- "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.4", "@babel/types@^7.4.4":
905
- version "7.21.4"
906
- resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.4.tgz#2d5d6bb7908699b3b416409ffd3b5daa25b030d4"
907
- integrity sha512-rU2oY501qDxE8Pyo7i/Orqma4ziCOrby0/9mvbDUGEfvZjb279Nk9k19e2fiCxHbRRpY2ZyrgW1eq22mvmOIzA==
952
+ "@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4":
953
+ version "7.24.5"
954
+ resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
955
+ integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
908
956
  dependencies:
909
- "@babel/helper-string-parser" "^7.19.4"
910
- "@babel/helper-validator-identifier" "^7.19.1"
957
+ "@babel/helper-string-parser" "^7.24.1"
958
+ "@babel/helper-validator-identifier" "^7.24.5"
911
959
  to-fast-properties "^2.0.0"
912
960
 
913
961
  "@discoveryjs/json-ext@^0.5.0":
@@ -920,58 +968,45 @@
920
968
  resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
921
969
  integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
922
970
 
923
- "@gar/promisify@^1.0.1":
924
- version "1.1.3"
925
- resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
926
- integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
927
-
928
- "@jridgewell/gen-mapping@^0.1.0":
929
- version "0.1.1"
930
- resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
931
- integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
971
+ "@jridgewell/gen-mapping@^0.3.5":
972
+ version "0.3.5"
973
+ resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
974
+ integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
932
975
  dependencies:
933
- "@jridgewell/set-array" "^1.0.0"
976
+ "@jridgewell/set-array" "^1.2.1"
934
977
  "@jridgewell/sourcemap-codec" "^1.4.10"
978
+ "@jridgewell/trace-mapping" "^0.3.24"
935
979
 
936
- "@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
937
- version "0.3.2"
938
- resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
939
- integrity sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==
940
- dependencies:
941
- "@jridgewell/set-array" "^1.0.1"
942
- "@jridgewell/sourcemap-codec" "^1.4.10"
943
- "@jridgewell/trace-mapping" "^0.3.9"
944
-
945
- "@jridgewell/resolve-uri@3.1.0":
946
- version "3.1.0"
947
- resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
948
- integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
980
+ "@jridgewell/resolve-uri@^3.1.0":
981
+ version "3.1.2"
982
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
983
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
949
984
 
950
- "@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
951
- version "1.1.2"
952
- resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
953
- integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
985
+ "@jridgewell/set-array@^1.2.1":
986
+ version "1.2.1"
987
+ resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
988
+ integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
954
989
 
955
- "@jridgewell/source-map@^0.3.2":
956
- version "0.3.2"
957
- resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.2.tgz#f45351aaed4527a298512ec72f81040c998580fb"
958
- integrity sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==
990
+ "@jridgewell/source-map@^0.3.3":
991
+ version "0.3.6"
992
+ resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
993
+ integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
959
994
  dependencies:
960
- "@jridgewell/gen-mapping" "^0.3.0"
961
- "@jridgewell/trace-mapping" "^0.3.9"
995
+ "@jridgewell/gen-mapping" "^0.3.5"
996
+ "@jridgewell/trace-mapping" "^0.3.25"
962
997
 
963
- "@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
964
- version "1.4.14"
965
- resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
966
- integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
998
+ "@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
999
+ version "1.4.15"
1000
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1001
+ integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
967
1002
 
968
- "@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
969
- version "0.3.17"
970
- resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
971
- integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
1003
+ "@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
1004
+ version "0.3.25"
1005
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
1006
+ integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
972
1007
  dependencies:
973
- "@jridgewell/resolve-uri" "3.1.0"
974
- "@jridgewell/sourcemap-codec" "1.4.14"
1008
+ "@jridgewell/resolve-uri" "^3.1.0"
1009
+ "@jridgewell/sourcemap-codec" "^1.4.14"
975
1010
 
976
1011
  "@nodelib/fs.scandir@2.1.5":
977
1012
  version "2.1.5"
@@ -994,207 +1029,178 @@
994
1029
  "@nodelib/fs.scandir" "2.1.5"
995
1030
  fastq "^1.6.0"
996
1031
 
997
- "@npmcli/fs@^1.0.0":
998
- version "1.1.1"
999
- resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
1000
- integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
1001
- dependencies:
1002
- "@gar/promisify" "^1.0.1"
1003
- semver "^7.3.5"
1004
-
1005
- "@npmcli/move-file@^1.0.1":
1006
- version "1.1.2"
1007
- resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
1008
- integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
1009
- dependencies:
1010
- mkdirp "^1.0.4"
1011
- rimraf "^3.0.2"
1012
-
1013
1032
  "@rails/ujs@^6.1.3-1":
1014
1033
  version "6.1.7"
1015
1034
  resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.7.tgz#b09dc5b2105dd267e8374c47e4490240451dc7f6"
1016
1035
  integrity sha512-0e7WQ4LE/+LEfW2zfAw9ppsB6A8RmxbdAUPAF++UT80epY+7emuQDkKXmaK0a9lp6An50RvzezI0cIQjp1A58w==
1017
1036
 
1018
- "@tootallnate/once@1":
1019
- version "1.1.2"
1020
- resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
1021
- integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
1022
-
1023
1037
  "@trysound/sax@0.2.0":
1024
1038
  version "0.2.0"
1025
1039
  resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
1026
1040
  integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
1027
1041
 
1028
1042
  "@types/eslint-scope@^3.7.3":
1029
- version "3.7.4"
1030
- resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.4.tgz#37fc1223f0786c39627068a12e94d6e6fc61de16"
1031
- integrity sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==
1043
+ version "3.7.7"
1044
+ resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
1045
+ integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
1032
1046
  dependencies:
1033
1047
  "@types/eslint" "*"
1034
1048
  "@types/estree" "*"
1035
1049
 
1036
1050
  "@types/eslint@*":
1037
- version "8.37.0"
1038
- resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.37.0.tgz#29cebc6c2a3ac7fea7113207bf5a828fdf4d7ef1"
1039
- integrity sha512-Piet7dG2JBuDIfohBngQ3rCt7MgO9xCO4xIMKxBThCq5PNRB91IjlJ10eJVwfoNtvTErmxLzwBZ7rHZtbOMmFQ==
1051
+ version "8.56.10"
1052
+ resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
1053
+ integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
1040
1054
  dependencies:
1041
1055
  "@types/estree" "*"
1042
1056
  "@types/json-schema" "*"
1043
1057
 
1044
- "@types/estree@*":
1045
- version "1.0.0"
1046
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2"
1047
- integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==
1058
+ "@types/estree@*", "@types/estree@^1.0.5":
1059
+ version "1.0.5"
1060
+ resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
1061
+ integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
1048
1062
 
1049
- "@types/estree@^0.0.51":
1050
- version "0.0.51"
1051
- resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.51.tgz#cfd70924a25a3fd32b218e5e420e6897e1ac4f40"
1052
- integrity sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==
1063
+ "@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1064
+ version "7.0.15"
1065
+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
1066
+ integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
1053
1067
 
1054
- "@types/json-schema@*", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
1068
+ "@types/json-schema@^7.0.5":
1055
1069
  version "7.0.11"
1056
1070
  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
1057
1071
  integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
1058
1072
 
1059
- "@types/minimist@^1.2.0":
1060
- version "1.2.2"
1061
- resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
1062
- integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
1063
-
1064
1073
  "@types/node@*":
1065
- version "18.15.11"
1066
- resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.11.tgz#b3b790f09cb1696cffcec605de025b088fa4225f"
1067
- integrity sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==
1068
-
1069
- "@types/normalize-package-data@^2.4.0":
1070
- version "2.4.1"
1071
- resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
1072
- integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
1074
+ version "20.12.12"
1075
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
1076
+ integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
1077
+ dependencies:
1078
+ undici-types "~5.26.4"
1073
1079
 
1074
1080
  "@types/parse-json@^4.0.0":
1075
1081
  version "4.0.0"
1076
1082
  resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
1077
1083
  integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
1078
1084
 
1079
- "@webassemblyjs/ast@1.11.1":
1080
- version "1.11.1"
1081
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.11.1.tgz#2bfd767eae1a6996f432ff7e8d7fc75679c0b6a7"
1082
- integrity sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==
1085
+ "@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
1086
+ version "1.12.1"
1087
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
1088
+ integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
1083
1089
  dependencies:
1084
- "@webassemblyjs/helper-numbers" "1.11.1"
1085
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1090
+ "@webassemblyjs/helper-numbers" "1.11.6"
1091
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1086
1092
 
1087
- "@webassemblyjs/floating-point-hex-parser@1.11.1":
1088
- version "1.11.1"
1089
- resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz#f6c61a705f0fd7a6aecaa4e8198f23d9dc179e4f"
1090
- integrity sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==
1093
+ "@webassemblyjs/floating-point-hex-parser@1.11.6":
1094
+ version "1.11.6"
1095
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
1096
+ integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
1091
1097
 
1092
- "@webassemblyjs/helper-api-error@1.11.1":
1093
- version "1.11.1"
1094
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz#1a63192d8788e5c012800ba6a7a46c705288fd16"
1095
- integrity sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==
1098
+ "@webassemblyjs/helper-api-error@1.11.6":
1099
+ version "1.11.6"
1100
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
1101
+ integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
1096
1102
 
1097
- "@webassemblyjs/helper-buffer@1.11.1":
1098
- version "1.11.1"
1099
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz#832a900eb444884cde9a7cad467f81500f5e5ab5"
1100
- integrity sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==
1103
+ "@webassemblyjs/helper-buffer@1.12.1":
1104
+ version "1.12.1"
1105
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
1106
+ integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
1101
1107
 
1102
- "@webassemblyjs/helper-numbers@1.11.1":
1103
- version "1.11.1"
1104
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz#64d81da219fbbba1e3bd1bfc74f6e8c4e10a62ae"
1105
- integrity sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==
1108
+ "@webassemblyjs/helper-numbers@1.11.6":
1109
+ version "1.11.6"
1110
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
1111
+ integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==
1106
1112
  dependencies:
1107
- "@webassemblyjs/floating-point-hex-parser" "1.11.1"
1108
- "@webassemblyjs/helper-api-error" "1.11.1"
1113
+ "@webassemblyjs/floating-point-hex-parser" "1.11.6"
1114
+ "@webassemblyjs/helper-api-error" "1.11.6"
1109
1115
  "@xtuc/long" "4.2.2"
1110
1116
 
1111
- "@webassemblyjs/helper-wasm-bytecode@1.11.1":
1112
- version "1.11.1"
1113
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz#f328241e41e7b199d0b20c18e88429c4433295e1"
1114
- integrity sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==
1117
+ "@webassemblyjs/helper-wasm-bytecode@1.11.6":
1118
+ version "1.11.6"
1119
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
1120
+ integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
1115
1121
 
1116
- "@webassemblyjs/helper-wasm-section@1.11.1":
1117
- version "1.11.1"
1118
- resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz#21ee065a7b635f319e738f0dd73bfbda281c097a"
1119
- integrity sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==
1122
+ "@webassemblyjs/helper-wasm-section@1.12.1":
1123
+ version "1.12.1"
1124
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
1125
+ integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
1120
1126
  dependencies:
1121
- "@webassemblyjs/ast" "1.11.1"
1122
- "@webassemblyjs/helper-buffer" "1.11.1"
1123
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1124
- "@webassemblyjs/wasm-gen" "1.11.1"
1127
+ "@webassemblyjs/ast" "1.12.1"
1128
+ "@webassemblyjs/helper-buffer" "1.12.1"
1129
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1130
+ "@webassemblyjs/wasm-gen" "1.12.1"
1125
1131
 
1126
- "@webassemblyjs/ieee754@1.11.1":
1127
- version "1.11.1"
1128
- resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz#963929e9bbd05709e7e12243a099180812992614"
1129
- integrity sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==
1132
+ "@webassemblyjs/ieee754@1.11.6":
1133
+ version "1.11.6"
1134
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
1135
+ integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
1130
1136
  dependencies:
1131
1137
  "@xtuc/ieee754" "^1.2.0"
1132
1138
 
1133
- "@webassemblyjs/leb128@1.11.1":
1134
- version "1.11.1"
1135
- resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.1.tgz#ce814b45574e93d76bae1fb2644ab9cdd9527aa5"
1136
- integrity sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==
1139
+ "@webassemblyjs/leb128@1.11.6":
1140
+ version "1.11.6"
1141
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
1142
+ integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==
1137
1143
  dependencies:
1138
1144
  "@xtuc/long" "4.2.2"
1139
1145
 
1140
- "@webassemblyjs/utf8@1.11.1":
1141
- version "1.11.1"
1142
- resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.1.tgz#d1f8b764369e7c6e6bae350e854dec9a59f0a3ff"
1143
- integrity sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==
1144
-
1145
- "@webassemblyjs/wasm-edit@1.11.1":
1146
- version "1.11.1"
1147
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz#ad206ebf4bf95a058ce9880a8c092c5dec8193d6"
1148
- integrity sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==
1149
- dependencies:
1150
- "@webassemblyjs/ast" "1.11.1"
1151
- "@webassemblyjs/helper-buffer" "1.11.1"
1152
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1153
- "@webassemblyjs/helper-wasm-section" "1.11.1"
1154
- "@webassemblyjs/wasm-gen" "1.11.1"
1155
- "@webassemblyjs/wasm-opt" "1.11.1"
1156
- "@webassemblyjs/wasm-parser" "1.11.1"
1157
- "@webassemblyjs/wast-printer" "1.11.1"
1158
-
1159
- "@webassemblyjs/wasm-gen@1.11.1":
1160
- version "1.11.1"
1161
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz#86c5ea304849759b7d88c47a32f4f039ae3c8f76"
1162
- integrity sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==
1163
- dependencies:
1164
- "@webassemblyjs/ast" "1.11.1"
1165
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1166
- "@webassemblyjs/ieee754" "1.11.1"
1167
- "@webassemblyjs/leb128" "1.11.1"
1168
- "@webassemblyjs/utf8" "1.11.1"
1169
-
1170
- "@webassemblyjs/wasm-opt@1.11.1":
1171
- version "1.11.1"
1172
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz#657b4c2202f4cf3b345f8a4c6461c8c2418985f2"
1173
- integrity sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==
1174
- dependencies:
1175
- "@webassemblyjs/ast" "1.11.1"
1176
- "@webassemblyjs/helper-buffer" "1.11.1"
1177
- "@webassemblyjs/wasm-gen" "1.11.1"
1178
- "@webassemblyjs/wasm-parser" "1.11.1"
1179
-
1180
- "@webassemblyjs/wasm-parser@1.11.1":
1181
- version "1.11.1"
1182
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz#86ca734534f417e9bd3c67c7a1c75d8be41fb199"
1183
- integrity sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==
1184
- dependencies:
1185
- "@webassemblyjs/ast" "1.11.1"
1186
- "@webassemblyjs/helper-api-error" "1.11.1"
1187
- "@webassemblyjs/helper-wasm-bytecode" "1.11.1"
1188
- "@webassemblyjs/ieee754" "1.11.1"
1189
- "@webassemblyjs/leb128" "1.11.1"
1190
- "@webassemblyjs/utf8" "1.11.1"
1191
-
1192
- "@webassemblyjs/wast-printer@1.11.1":
1193
- version "1.11.1"
1194
- resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz#d0c73beda8eec5426f10ae8ef55cee5e7084c2f0"
1195
- integrity sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==
1196
- dependencies:
1197
- "@webassemblyjs/ast" "1.11.1"
1146
+ "@webassemblyjs/utf8@1.11.6":
1147
+ version "1.11.6"
1148
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
1149
+ integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
1150
+
1151
+ "@webassemblyjs/wasm-edit@^1.12.1":
1152
+ version "1.12.1"
1153
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
1154
+ integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
1155
+ dependencies:
1156
+ "@webassemblyjs/ast" "1.12.1"
1157
+ "@webassemblyjs/helper-buffer" "1.12.1"
1158
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1159
+ "@webassemblyjs/helper-wasm-section" "1.12.1"
1160
+ "@webassemblyjs/wasm-gen" "1.12.1"
1161
+ "@webassemblyjs/wasm-opt" "1.12.1"
1162
+ "@webassemblyjs/wasm-parser" "1.12.1"
1163
+ "@webassemblyjs/wast-printer" "1.12.1"
1164
+
1165
+ "@webassemblyjs/wasm-gen@1.12.1":
1166
+ version "1.12.1"
1167
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
1168
+ integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
1169
+ dependencies:
1170
+ "@webassemblyjs/ast" "1.12.1"
1171
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1172
+ "@webassemblyjs/ieee754" "1.11.6"
1173
+ "@webassemblyjs/leb128" "1.11.6"
1174
+ "@webassemblyjs/utf8" "1.11.6"
1175
+
1176
+ "@webassemblyjs/wasm-opt@1.12.1":
1177
+ version "1.12.1"
1178
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
1179
+ integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
1180
+ dependencies:
1181
+ "@webassemblyjs/ast" "1.12.1"
1182
+ "@webassemblyjs/helper-buffer" "1.12.1"
1183
+ "@webassemblyjs/wasm-gen" "1.12.1"
1184
+ "@webassemblyjs/wasm-parser" "1.12.1"
1185
+
1186
+ "@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
1187
+ version "1.12.1"
1188
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
1189
+ integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
1190
+ dependencies:
1191
+ "@webassemblyjs/ast" "1.12.1"
1192
+ "@webassemblyjs/helper-api-error" "1.11.6"
1193
+ "@webassemblyjs/helper-wasm-bytecode" "1.11.6"
1194
+ "@webassemblyjs/ieee754" "1.11.6"
1195
+ "@webassemblyjs/leb128" "1.11.6"
1196
+ "@webassemblyjs/utf8" "1.11.6"
1197
+
1198
+ "@webassemblyjs/wast-printer@1.12.1":
1199
+ version "1.12.1"
1200
+ resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
1201
+ integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
1202
+ dependencies:
1203
+ "@webassemblyjs/ast" "1.12.1"
1198
1204
  "@xtuc/long" "4.2.2"
1199
1205
 
1200
1206
  "@webpack-cli/configtest@^1.2.0":
@@ -1224,44 +1230,15 @@
1224
1230
  resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
1225
1231
  integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
1226
1232
 
1227
- abbrev@1:
1228
- version "1.1.1"
1229
- resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
1230
- integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
1231
-
1232
- acorn-import-assertions@^1.7.6:
1233
- version "1.8.0"
1234
- resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
1235
- integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
1236
-
1237
- acorn@^8.5.0, acorn@^8.7.1:
1238
- version "8.8.2"
1239
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
1240
- integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
1241
-
1242
- agent-base@6, agent-base@^6.0.2:
1243
- version "6.0.2"
1244
- resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
1245
- integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
1246
- dependencies:
1247
- debug "4"
1248
-
1249
- agentkeepalive@^4.1.3:
1250
- version "4.3.0"
1251
- resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255"
1252
- integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==
1253
- dependencies:
1254
- debug "^4.1.0"
1255
- depd "^2.0.0"
1256
- humanize-ms "^1.2.1"
1233
+ acorn-import-assertions@^1.9.0:
1234
+ version "1.9.0"
1235
+ resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
1236
+ integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
1257
1237
 
1258
- aggregate-error@^3.0.0:
1259
- version "3.1.0"
1260
- resolved "https://registry.yarnpkg.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
1261
- integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==
1262
- dependencies:
1263
- clean-stack "^2.0.0"
1264
- indent-string "^4.0.0"
1238
+ acorn@^8.7.1, acorn@^8.8.2:
1239
+ version "8.11.3"
1240
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
1241
+ integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
1265
1242
 
1266
1243
  ajv-formats@^2.1.1:
1267
1244
  version "2.1.1"
@@ -1275,14 +1252,14 @@ ajv-keywords@^3.5.2:
1275
1252
  resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
1276
1253
  integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
1277
1254
 
1278
- ajv-keywords@^5.0.0:
1255
+ ajv-keywords@^5.1.0:
1279
1256
  version "5.1.0"
1280
1257
  resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
1281
1258
  integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
1282
1259
  dependencies:
1283
1260
  fast-deep-equal "^3.1.3"
1284
1261
 
1285
- ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
1262
+ ajv@^6.12.4, ajv@^6.12.5:
1286
1263
  version "6.12.6"
1287
1264
  resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
1288
1265
  integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
@@ -1292,20 +1269,15 @@ ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
1292
1269
  json-schema-traverse "^0.4.1"
1293
1270
  uri-js "^4.2.2"
1294
1271
 
1295
- ajv@^8.0.0, ajv@^8.8.0:
1296
- version "8.12.0"
1297
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
1298
- integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
1272
+ ajv@^8.0.0, ajv@^8.9.0:
1273
+ version "8.13.0"
1274
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
1275
+ integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
1299
1276
  dependencies:
1300
- fast-deep-equal "^3.1.1"
1277
+ fast-deep-equal "^3.1.3"
1301
1278
  json-schema-traverse "^1.0.0"
1302
1279
  require-from-string "^2.0.2"
1303
- uri-js "^4.2.2"
1304
-
1305
- ansi-regex@^5.0.1:
1306
- version "5.0.1"
1307
- resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1308
- integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1280
+ uri-js "^4.4.1"
1309
1281
 
1310
1282
  ansi-styles@^3.2.1:
1311
1283
  version "3.2.1"
@@ -1314,88 +1286,31 @@ ansi-styles@^3.2.1:
1314
1286
  dependencies:
1315
1287
  color-convert "^1.9.0"
1316
1288
 
1317
- ansi-styles@^4.0.0, ansi-styles@^4.1.0:
1318
- version "4.3.0"
1319
- resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
1320
- integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
1321
- dependencies:
1322
- color-convert "^2.0.1"
1323
-
1324
- "aproba@^1.0.3 || ^2.0.0":
1325
- version "2.0.0"
1326
- resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
1327
- integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
1328
-
1329
- are-we-there-yet@^2.0.0:
1330
- version "2.0.0"
1331
- resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
1332
- integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
1333
- dependencies:
1334
- delegates "^1.0.0"
1335
- readable-stream "^3.6.0"
1336
-
1337
- are-we-there-yet@^3.0.0:
1338
- version "3.0.1"
1339
- resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd"
1340
- integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==
1289
+ anymatch@~3.1.2:
1290
+ version "3.1.3"
1291
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
1292
+ integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
1341
1293
  dependencies:
1342
- delegates "^1.0.0"
1343
- readable-stream "^3.6.0"
1294
+ normalize-path "^3.0.0"
1295
+ picomatch "^2.0.4"
1344
1296
 
1345
1297
  array-union@^2.1.0:
1346
1298
  version "2.1.0"
1347
1299
  resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1348
1300
  integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1349
1301
 
1350
- arrify@^1.0.1:
1351
- version "1.0.1"
1352
- resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
1353
- integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
1354
-
1355
- asn1@~0.2.3:
1356
- version "0.2.6"
1357
- resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
1358
- integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
1359
- dependencies:
1360
- safer-buffer "~2.1.0"
1361
-
1362
- assert-plus@1.0.0, assert-plus@^1.0.0:
1363
- version "1.0.0"
1364
- resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
1365
- integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
1366
-
1367
- async-foreach@^0.1.3:
1368
- version "0.1.3"
1369
- resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
1370
- integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==
1371
-
1372
- asynckit@^0.4.0:
1373
- version "0.4.0"
1374
- resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
1375
- integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
1376
-
1377
1302
  autoprefixer@^10.2.6:
1378
- version "10.4.14"
1379
- resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.14.tgz#e28d49902f8e759dd25b153264e862df2705f79d"
1380
- integrity sha512-FQzyfOsTlwVzjHxKEqRIAdJx9niO6VCBCoEwax/VLSoQF29ggECcPuBqUMZ+u8jCZOPSy8b8/8KnuFbp0SaFZQ==
1303
+ version "10.4.19"
1304
+ resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
1305
+ integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
1381
1306
  dependencies:
1382
- browserslist "^4.21.5"
1383
- caniuse-lite "^1.0.30001464"
1384
- fraction.js "^4.2.0"
1307
+ browserslist "^4.23.0"
1308
+ caniuse-lite "^1.0.30001599"
1309
+ fraction.js "^4.3.7"
1385
1310
  normalize-range "^0.1.2"
1386
1311
  picocolors "^1.0.0"
1387
1312
  postcss-value-parser "^4.2.0"
1388
1313
 
1389
- aws-sign2@~0.7.0:
1390
- version "0.7.0"
1391
- resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
1392
- integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
1393
-
1394
- aws4@^1.8.0:
1395
- version "1.12.0"
1396
- resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
1397
- integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
1398
-
1399
1314
  babel-loader@^8.0.6:
1400
1315
  version "8.3.0"
1401
1316
  resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
@@ -1406,47 +1321,40 @@ babel-loader@^8.0.6:
1406
1321
  make-dir "^3.1.0"
1407
1322
  schema-utils "^2.6.5"
1408
1323
 
1409
- babel-plugin-polyfill-corejs2@^0.3.3:
1410
- version "0.3.3"
1411
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
1412
- integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
1324
+ babel-plugin-polyfill-corejs2@^0.4.10:
1325
+ version "0.4.11"
1326
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
1327
+ integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
1413
1328
  dependencies:
1414
- "@babel/compat-data" "^7.17.7"
1415
- "@babel/helper-define-polyfill-provider" "^0.3.3"
1416
- semver "^6.1.1"
1329
+ "@babel/compat-data" "^7.22.6"
1330
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1331
+ semver "^6.3.1"
1417
1332
 
1418
- babel-plugin-polyfill-corejs3@^0.6.0:
1419
- version "0.6.0"
1420
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
1421
- integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
1333
+ babel-plugin-polyfill-corejs3@^0.10.4:
1334
+ version "0.10.4"
1335
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
1336
+ integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
1422
1337
  dependencies:
1423
- "@babel/helper-define-polyfill-provider" "^0.3.3"
1424
- core-js-compat "^3.25.1"
1338
+ "@babel/helper-define-polyfill-provider" "^0.6.1"
1339
+ core-js-compat "^3.36.1"
1425
1340
 
1426
- babel-plugin-polyfill-regenerator@^0.4.1:
1427
- version "0.4.1"
1428
- resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
1429
- integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
1341
+ babel-plugin-polyfill-regenerator@^0.6.1:
1342
+ version "0.6.2"
1343
+ resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
1344
+ integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
1430
1345
  dependencies:
1431
- "@babel/helper-define-polyfill-provider" "^0.3.3"
1432
-
1433
- balanced-match@^1.0.0:
1434
- version "1.0.2"
1435
- resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
1436
- integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
1437
-
1438
- bcrypt-pbkdf@^1.0.0:
1439
- version "1.0.2"
1440
- resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
1441
- integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
1442
- dependencies:
1443
- tweetnacl "^0.14.3"
1346
+ "@babel/helper-define-polyfill-provider" "^0.6.2"
1444
1347
 
1445
1348
  big.js@^5.2.2:
1446
1349
  version "5.2.2"
1447
1350
  resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
1448
1351
  integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
1449
1352
 
1353
+ binary-extensions@^2.0.0:
1354
+ version "2.3.0"
1355
+ resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
1356
+ integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
1357
+
1450
1358
  boolbase@^1.0.0:
1451
1359
  version "1.0.0"
1452
1360
  resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
@@ -1462,14 +1370,6 @@ bootstrap@^4.5.0:
1462
1370
  resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
1463
1371
  integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==
1464
1372
 
1465
- brace-expansion@^1.1.7:
1466
- version "1.1.11"
1467
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
1468
- integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
1469
- dependencies:
1470
- balanced-match "^1.0.0"
1471
- concat-map "0.0.1"
1472
-
1473
1373
  braces@^3.0.2:
1474
1374
  version "3.0.2"
1475
1375
  resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1477,7 +1377,14 @@ braces@^3.0.2:
1477
1377
  dependencies:
1478
1378
  fill-range "^7.0.1"
1479
1379
 
1480
- browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.21.3, browserslist@^4.21.4, browserslist@^4.21.5:
1380
+ braces@~3.0.2:
1381
+ version "3.0.3"
1382
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
1383
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
1384
+ dependencies:
1385
+ fill-range "^7.1.1"
1386
+
1387
+ browserslist@^4.0.0, browserslist@^4.21.4:
1481
1388
  version "4.21.5"
1482
1389
  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.5.tgz#75c5dae60063ee641f977e00edd3cfb2fb7af6a7"
1483
1390
  integrity sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==
@@ -1487,6 +1394,16 @@ browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.21.3, browserslist@^4
1487
1394
  node-releases "^2.0.8"
1488
1395
  update-browserslist-db "^1.0.10"
1489
1396
 
1397
+ browserslist@^4.21.10, browserslist@^4.22.2, browserslist@^4.23.0:
1398
+ version "4.23.0"
1399
+ resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
1400
+ integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==
1401
+ dependencies:
1402
+ caniuse-lite "^1.0.30001587"
1403
+ electron-to-chromium "^1.4.668"
1404
+ node-releases "^2.0.14"
1405
+ update-browserslist-db "^1.0.13"
1406
+
1490
1407
  bs-custom-file-input@^1.3.2:
1491
1408
  version "1.3.4"
1492
1409
  resolved "https://registry.yarnpkg.com/bs-custom-file-input/-/bs-custom-file-input-1.3.4.tgz#c275cb8d4f1c02ba026324292509fa9a747dbda8"
@@ -1497,49 +1414,11 @@ buffer-from@^1.0.0:
1497
1414
  resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
1498
1415
  integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
1499
1416
 
1500
- cacache@^15.2.0:
1501
- version "15.3.0"
1502
- resolved "https://registry.yarnpkg.com/cacache/-/cacache-15.3.0.tgz#dc85380fb2f556fe3dda4c719bfa0ec875a7f1eb"
1503
- integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==
1504
- dependencies:
1505
- "@npmcli/fs" "^1.0.0"
1506
- "@npmcli/move-file" "^1.0.1"
1507
- chownr "^2.0.0"
1508
- fs-minipass "^2.0.0"
1509
- glob "^7.1.4"
1510
- infer-owner "^1.0.4"
1511
- lru-cache "^6.0.0"
1512
- minipass "^3.1.1"
1513
- minipass-collect "^1.0.2"
1514
- minipass-flush "^1.0.5"
1515
- minipass-pipeline "^1.2.2"
1516
- mkdirp "^1.0.3"
1517
- p-map "^4.0.0"
1518
- promise-inflight "^1.0.1"
1519
- rimraf "^3.0.2"
1520
- ssri "^8.0.1"
1521
- tar "^6.0.2"
1522
- unique-filename "^1.1.1"
1523
-
1524
1417
  callsites@^3.0.0:
1525
1418
  version "3.1.0"
1526
1419
  resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
1527
1420
  integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
1528
1421
 
1529
- camelcase-keys@^6.2.2:
1530
- version "6.2.2"
1531
- resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
1532
- integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==
1533
- dependencies:
1534
- camelcase "^5.3.1"
1535
- map-obj "^4.0.0"
1536
- quick-lru "^4.0.1"
1537
-
1538
- camelcase@^5.3.1:
1539
- version "5.3.1"
1540
- resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
1541
- integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
1542
-
1543
1422
  caniuse-api@^3.0.0:
1544
1423
  version "3.0.0"
1545
1424
  resolved "https://registry.yarnpkg.com/caniuse-api/-/caniuse-api-3.0.0.tgz#5e4d90e2274961d46291997df599e3ed008ee4c0"
@@ -1550,17 +1429,17 @@ caniuse-api@^3.0.0:
1550
1429
  lodash.memoize "^4.1.2"
1551
1430
  lodash.uniq "^4.5.0"
1552
1431
 
1553
- caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
1554
- version "1.0.30001473"
1555
- resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001473.tgz#3859898b3cab65fc8905bb923df36ad35058153c"
1556
- integrity sha512-ewDad7+D2vlyy+E4UJuVfiBsU69IL+8oVmTuZnH5Q6CIUbxNfI50uVpRHbUPDD6SUaN2o0Lh4DhTrvLG/Tn1yg==
1432
+ caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449:
1433
+ version "1.0.30001616"
1434
+ resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001616.tgz"
1435
+ integrity sha512-RHVYKov7IcdNjVHJFNY/78RdG4oGVjbayxv8u5IO74Wv7Hlq4PnJE6mo/OjFijjVFNy5ijnCt6H3IIo4t+wfEw==
1557
1436
 
1558
- caseless@~0.12.0:
1559
- version "0.12.0"
1560
- resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
1561
- integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
1437
+ caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
1438
+ version "1.0.30001621"
1439
+ resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz#4adcb443c8b9c8303e04498318f987616b8fea2e"
1440
+ integrity sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==
1562
1441
 
1563
- chalk@^2.0.0:
1442
+ chalk@^2.4.2:
1564
1443
  version "2.4.2"
1565
1444
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
1566
1445
  integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
@@ -1569,38 +1448,26 @@ chalk@^2.0.0:
1569
1448
  escape-string-regexp "^1.0.5"
1570
1449
  supports-color "^5.3.0"
1571
1450
 
1572
- chalk@^4.1.2:
1573
- version "4.1.2"
1574
- resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
1575
- integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
1576
- dependencies:
1577
- ansi-styles "^4.1.0"
1578
- supports-color "^7.1.0"
1579
-
1580
- chownr@^2.0.0:
1581
- version "2.0.0"
1582
- resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
1583
- integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
1451
+ "chokidar@>=3.0.0 <4.0.0":
1452
+ version "3.6.0"
1453
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
1454
+ integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
1455
+ dependencies:
1456
+ anymatch "~3.1.2"
1457
+ braces "~3.0.2"
1458
+ glob-parent "~5.1.2"
1459
+ is-binary-path "~2.1.0"
1460
+ is-glob "~4.0.1"
1461
+ normalize-path "~3.0.0"
1462
+ readdirp "~3.6.0"
1463
+ optionalDependencies:
1464
+ fsevents "~2.3.2"
1584
1465
 
1585
1466
  chrome-trace-event@^1.0.2:
1586
1467
  version "1.0.3"
1587
1468
  resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
1588
1469
  integrity sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==
1589
1470
 
1590
- clean-stack@^2.0.0:
1591
- version "2.2.0"
1592
- resolved "https://registry.yarnpkg.com/clean-stack/-/clean-stack-2.2.0.tgz#ee8472dbb129e727b31e8a10a427dee9dfe4008b"
1593
- integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==
1594
-
1595
- cliui@^8.0.1:
1596
- version "8.0.1"
1597
- resolved "https://registry.yarnpkg.com/cliui/-/cliui-8.0.1.tgz#0c04b075db02cbfe60dc8e6cf2f5486b1a3608aa"
1598
- integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==
1599
- dependencies:
1600
- string-width "^4.2.0"
1601
- strip-ansi "^6.0.1"
1602
- wrap-ansi "^7.0.0"
1603
-
1604
1471
  clone-deep@^4.0.1:
1605
1472
  version "4.0.1"
1606
1473
  resolved "https://registry.yarnpkg.com/clone-deep/-/clone-deep-4.0.1.tgz#c19fd9bdbbf85942b4fd979c84dcf7d5f07c2387"
@@ -1617,28 +1484,11 @@ color-convert@^1.9.0:
1617
1484
  dependencies:
1618
1485
  color-name "1.1.3"
1619
1486
 
1620
- color-convert@^2.0.1:
1621
- version "2.0.1"
1622
- resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
1623
- integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
1624
- dependencies:
1625
- color-name "~1.1.4"
1626
-
1627
1487
  color-name@1.1.3:
1628
1488
  version "1.1.3"
1629
1489
  resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
1630
1490
  integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
1631
1491
 
1632
- color-name@~1.1.4:
1633
- version "1.1.4"
1634
- resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
1635
- integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
1636
-
1637
- color-support@^1.1.2, color-support@^1.1.3:
1638
- version "1.1.3"
1639
- resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
1640
- integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
1641
-
1642
1492
  colord@^2.9.1:
1643
1493
  version "2.9.3"
1644
1494
  resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43"
@@ -1649,13 +1499,6 @@ colorette@^2.0.14:
1649
1499
  resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.19.tgz#cdf044f47ad41a0f4b56b3a0d5b4e6e1a2d5a798"
1650
1500
  integrity sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==
1651
1501
 
1652
- combined-stream@^1.0.6, combined-stream@~1.0.6:
1653
- version "1.0.8"
1654
- resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
1655
- integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
1656
- dependencies:
1657
- delayed-stream "~1.0.0"
1658
-
1659
1502
  commander@^2.20.0:
1660
1503
  version "2.20.3"
1661
1504
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
@@ -1671,20 +1514,10 @@ commondir@^1.0.1:
1671
1514
  resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
1672
1515
  integrity sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==
1673
1516
 
1674
- concat-map@0.0.1:
1675
- version "0.0.1"
1676
- resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
1677
- integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
1678
-
1679
- console-control-strings@^1.0.0, console-control-strings@^1.1.0:
1680
- version "1.1.0"
1681
- resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
1682
- integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
1683
-
1684
- convert-source-map@^1.7.0:
1685
- version "1.9.0"
1686
- resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
1687
- integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
1517
+ convert-source-map@^2.0.0:
1518
+ version "2.0.0"
1519
+ resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-2.0.0.tgz#4b560f649fc4e918dd0ab75cf4961e8bc882d82a"
1520
+ integrity sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==
1688
1521
 
1689
1522
  copy-webpack-plugin@^9.0.1:
1690
1523
  version "9.1.0"
@@ -1698,22 +1531,12 @@ copy-webpack-plugin@^9.0.1:
1698
1531
  schema-utils "^3.1.1"
1699
1532
  serialize-javascript "^6.0.0"
1700
1533
 
1701
- core-js-compat@^3.25.1:
1702
- version "3.29.1"
1703
- resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.1.tgz#15c0fb812ea27c973c18d425099afa50b934b41b"
1704
- integrity sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA==
1534
+ core-js-compat@^3.31.0, core-js-compat@^3.36.1:
1535
+ version "3.37.1"
1536
+ resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.37.1.tgz#c844310c7852f4bdf49b8d339730b97e17ff09ee"
1537
+ integrity sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==
1705
1538
  dependencies:
1706
- browserslist "^4.21.5"
1707
-
1708
- core-util-is@1.0.2:
1709
- version "1.0.2"
1710
- resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
1711
- integrity sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==
1712
-
1713
- core-util-is@~1.0.0:
1714
- version "1.0.3"
1715
- resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
1716
- integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
1539
+ browserslist "^4.23.0"
1717
1540
 
1718
1541
  cosmiconfig@^7.0.0:
1719
1542
  version "7.1.0"
@@ -1853,48 +1676,13 @@ csso@^4.2.0:
1853
1676
  dependencies:
1854
1677
  css-tree "^1.1.2"
1855
1678
 
1856
- dashdash@^1.12.0:
1857
- version "1.14.1"
1858
- resolved "https://registry.yarnpkg.com/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"
1859
- integrity sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==
1860
- dependencies:
1861
- assert-plus "^1.0.0"
1862
-
1863
- debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.3:
1679
+ debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
1864
1680
  version "4.3.4"
1865
1681
  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
1866
1682
  integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
1867
1683
  dependencies:
1868
1684
  ms "2.1.2"
1869
1685
 
1870
- decamelize-keys@^1.1.0:
1871
- version "1.1.1"
1872
- resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
1873
- integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==
1874
- dependencies:
1875
- decamelize "^1.1.0"
1876
- map-obj "^1.0.0"
1877
-
1878
- decamelize@^1.1.0, decamelize@^1.2.0:
1879
- version "1.2.0"
1880
- resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
1881
- integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
1882
-
1883
- delayed-stream@~1.0.0:
1884
- version "1.0.0"
1885
- resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
1886
- integrity sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==
1887
-
1888
- delegates@^1.0.0:
1889
- version "1.0.0"
1890
- resolved "https://registry.yarnpkg.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
1891
- integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==
1892
-
1893
- depd@^2.0.0:
1894
- version "2.0.0"
1895
- resolved "https://registry.yarnpkg.com/depd/-/depd-2.0.0.tgz#b696163cc757560d09cf22cc8fad1571b79e76df"
1896
- integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==
1897
-
1898
1686
  dir-glob@^3.0.1:
1899
1687
  version "3.0.1"
1900
1688
  resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
@@ -1932,40 +1720,25 @@ domutils@^2.8.0:
1932
1720
  domelementtype "^2.2.0"
1933
1721
  domhandler "^4.2.0"
1934
1722
 
1935
- ecc-jsbn@~0.1.1:
1936
- version "0.1.2"
1937
- resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
1938
- integrity sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==
1939
- dependencies:
1940
- jsbn "~0.1.0"
1941
- safer-buffer "^2.1.0"
1942
-
1943
1723
  electron-to-chromium@^1.4.284:
1944
- version "1.4.348"
1945
- resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.348.tgz#f49379dc212d79f39112dd026f53e371279e433d"
1946
- integrity sha512-gM7TdwuG3amns/1rlgxMbeeyNoBFPa+4Uu0c7FeROWh4qWmvSOnvcslKmWy51ggLKZ2n/F/4i2HJ+PVNxH9uCQ==
1724
+ version "1.4.411"
1725
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.411.tgz#8cb7787f0442fcb4209590e9951bdb482caa93b2"
1726
+ integrity sha512-5VXLW4Qw89vM2WTICHua/y8v7fKGDRVa2VPOtBB9IpLvW316B+xd8yD1wTmLPY2ot/00P/qt87xdolj4aG/Lzg==
1947
1727
 
1948
- emoji-regex@^8.0.0:
1949
- version "8.0.0"
1950
- resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1951
- integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1728
+ electron-to-chromium@^1.4.668:
1729
+ version "1.4.777"
1730
+ resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.777.tgz#f846fbba23fd11b3c6f97848cdda94896fdb8baf"
1731
+ integrity sha512-n02NCwLJ3wexLfK/yQeqfywCblZqLcXphzmid5e8yVPdtEcida7li0A5WQKghHNG0FeOMCzeFOzEbtAh5riXFw==
1952
1732
 
1953
1733
  emojis-list@^3.0.0:
1954
1734
  version "3.0.0"
1955
1735
  resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
1956
1736
  integrity sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==
1957
1737
 
1958
- encoding@^0.1.12:
1959
- version "0.1.13"
1960
- resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.13.tgz#56574afdd791f54a8e9b2785c0582a2d26210fa9"
1961
- integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==
1962
- dependencies:
1963
- iconv-lite "^0.6.2"
1964
-
1965
- enhanced-resolve@^5.10.0:
1966
- version "5.12.0"
1967
- resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.12.0.tgz#300e1c90228f5b570c4d35babf263f6da7155634"
1968
- integrity sha512-QHTXI/sZQmko1cbDoNAa3mJ5qhWUUNAq3vR0/YiD379fWQrcfuoX1+HW2S0MTt7XmoPLapdaDKUtelUSPic7hQ==
1738
+ enhanced-resolve@^5.16.0:
1739
+ version "5.16.1"
1740
+ resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz#e8bc63d51b826d6f1cbc0a150ecb5a8b0c62e567"
1741
+ integrity sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==
1969
1742
  dependencies:
1970
1743
  graceful-fs "^4.2.4"
1971
1744
  tapable "^2.2.0"
@@ -1975,21 +1748,11 @@ entities@^2.0.0:
1975
1748
  resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
1976
1749
  integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
1977
1750
 
1978
- env-paths@^2.2.0:
1979
- version "2.2.1"
1980
- resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
1981
- integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==
1982
-
1983
1751
  envinfo@^7.7.3:
1984
1752
  version "7.8.1"
1985
1753
  resolved "https://registry.yarnpkg.com/envinfo/-/envinfo-7.8.1.tgz#06377e3e5f4d379fea7ac592d5ad8927e0c4d475"
1986
1754
  integrity sha512-/o+BXHmB7ocbHEAs6F2EnG0ogybVVUdkRunTT2glZU9XAaGmhqskrvKwqXuDfNjEO0LZKWdejEEpnq8aM0tOaw==
1987
1755
 
1988
- err-code@^2.0.2:
1989
- version "2.0.3"
1990
- resolved "https://registry.yarnpkg.com/err-code/-/err-code-2.0.3.tgz#23c2f3b756ffdfc608d30e27c9a941024807e7f9"
1991
- integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==
1992
-
1993
1756
  error-ex@^1.3.1:
1994
1757
  version "1.3.2"
1995
1758
  resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -1997,15 +1760,15 @@ error-ex@^1.3.1:
1997
1760
  dependencies:
1998
1761
  is-arrayish "^0.2.1"
1999
1762
 
2000
- es-module-lexer@^0.9.0:
2001
- version "0.9.3"
2002
- resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz#6f13db00cc38417137daf74366f535c8eb438f19"
2003
- integrity sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==
1763
+ es-module-lexer@^1.2.1:
1764
+ version "1.5.3"
1765
+ resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.3.tgz#25969419de9c0b1fbe54279789023e8a9a788412"
1766
+ integrity sha512-i1gCgmR9dCl6Vil6UKPI/trA69s08g/syhiDK9TG0Nf1RJjjFI+AzoWW7sPufzkgYAn861skuCwJa0pIIHYxvg==
2004
1767
 
2005
- escalade@^3.1.1:
2006
- version "3.1.1"
2007
- resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
2008
- integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
1768
+ escalade@^3.1.1, escalade@^3.1.2:
1769
+ version "3.1.2"
1770
+ resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
1771
+ integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
2009
1772
 
2010
1773
  escape-string-regexp@^1.0.5:
2011
1774
  version "1.0.5"
@@ -2052,21 +1815,6 @@ expose-loader@^3.0.0:
2052
1815
  resolved "https://registry.yarnpkg.com/expose-loader/-/expose-loader-3.1.0.tgz#7a0bdecb345b921ca238a8c4715a4ea7e227213f"
2053
1816
  integrity sha512-2RExSo0yJiqP+xiUue13jQa2IHE8kLDzTI7b6kn+vUlBVvlzNSiLDzo4e5Pp5J039usvTUnxZ8sUOhv0Kg15NA==
2054
1817
 
2055
- extend@~3.0.2:
2056
- version "3.0.2"
2057
- resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
2058
- integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
2059
-
2060
- extsprintf@1.3.0:
2061
- version "1.3.0"
2062
- resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
2063
- integrity sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==
2064
-
2065
- extsprintf@^1.2.0:
2066
- version "1.4.1"
2067
- resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
2068
- integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
2069
-
2070
1818
  fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
2071
1819
  version "3.1.3"
2072
1820
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
@@ -2100,10 +1848,10 @@ fastq@^1.6.0:
2100
1848
  dependencies:
2101
1849
  reusify "^1.0.4"
2102
1850
 
2103
- fill-range@^7.0.1:
2104
- version "7.0.1"
2105
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
2106
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
1851
+ fill-range@^7.0.1, fill-range@^7.1.1:
1852
+ version "7.1.1"
1853
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
1854
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
2107
1855
  dependencies:
2108
1856
  to-regex-range "^5.0.1"
2109
1857
 
@@ -2116,7 +1864,7 @@ find-cache-dir@^3.3.1:
2116
1864
  make-dir "^3.0.2"
2117
1865
  pkg-dir "^4.1.0"
2118
1866
 
2119
- find-up@^4.0.0, find-up@^4.1.0:
1867
+ find-up@^4.0.0:
2120
1868
  version "4.1.0"
2121
1869
  resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
2122
1870
  integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
@@ -2129,101 +1877,27 @@ flatpickr@^4.6.2:
2129
1877
  resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-4.6.13.tgz#8a029548187fd6e0d670908471e43abe9ad18d94"
2130
1878
  integrity sha512-97PMG/aywoYpB4IvbvUJi0RQi8vearvU0oov1WW3k0WZPBMrTQVqekSX5CjSG/M4Q3i6A/0FKXC7RyAoAUUSPw==
2131
1879
 
2132
- forever-agent@~0.6.1:
2133
- version "0.6.1"
2134
- resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
2135
- integrity sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==
1880
+ fraction.js@^4.3.7:
1881
+ version "4.3.7"
1882
+ resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.3.7.tgz#06ca0085157e42fda7f9e726e79fefc4068840f7"
1883
+ integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==
2136
1884
 
2137
- form-data@~2.3.2:
1885
+ fsevents@~2.3.2:
2138
1886
  version "2.3.3"
2139
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
2140
- integrity sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==
2141
- dependencies:
2142
- asynckit "^0.4.0"
2143
- combined-stream "^1.0.6"
2144
- mime-types "^2.1.12"
2145
-
2146
- fraction.js@^4.2.0:
2147
- version "4.2.0"
2148
- resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.2.0.tgz#448e5109a313a3527f5a3ab2119ec4cf0e0e2950"
2149
- integrity sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==
2150
-
2151
- fs-minipass@^2.0.0:
2152
- version "2.1.0"
2153
- resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-2.1.0.tgz#7f5036fdbf12c63c169190cbe4199c852271f9fb"
2154
- integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==
2155
- dependencies:
2156
- minipass "^3.0.0"
1887
+ resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.3.tgz#cac6407785d03675a2a5e1a5305c697b347d90d6"
1888
+ integrity sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==
2157
1889
 
2158
- fs.realpath@^1.0.0:
2159
- version "1.0.0"
2160
- resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
2161
- integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
2162
-
2163
- function-bind@^1.1.1:
2164
- version "1.1.1"
2165
- resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
2166
- integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
2167
-
2168
- gauge@^3.0.0:
2169
- version "3.0.2"
2170
- resolved "https://registry.yarnpkg.com/gauge/-/gauge-3.0.2.tgz#03bf4441c044383908bcfa0656ad91803259b395"
2171
- integrity sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==
2172
- dependencies:
2173
- aproba "^1.0.3 || ^2.0.0"
2174
- color-support "^1.1.2"
2175
- console-control-strings "^1.0.0"
2176
- has-unicode "^2.0.1"
2177
- object-assign "^4.1.1"
2178
- signal-exit "^3.0.0"
2179
- string-width "^4.2.3"
2180
- strip-ansi "^6.0.1"
2181
- wide-align "^1.1.2"
2182
-
2183
- gauge@^4.0.3:
2184
- version "4.0.4"
2185
- resolved "https://registry.yarnpkg.com/gauge/-/gauge-4.0.4.tgz#52ff0652f2bbf607a989793d53b751bef2328dce"
2186
- integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==
2187
- dependencies:
2188
- aproba "^1.0.3 || ^2.0.0"
2189
- color-support "^1.1.3"
2190
- console-control-strings "^1.1.0"
2191
- has-unicode "^2.0.1"
2192
- signal-exit "^3.0.7"
2193
- string-width "^4.2.3"
2194
- strip-ansi "^6.0.1"
2195
- wide-align "^1.1.5"
2196
-
2197
- gaze@^1.0.0:
2198
- version "1.1.3"
2199
- resolved "https://registry.yarnpkg.com/gaze/-/gaze-1.1.3.tgz#c441733e13b927ac8c0ff0b4c3b033f28812924a"
2200
- integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==
2201
- dependencies:
2202
- globule "^1.0.0"
1890
+ function-bind@^1.1.2:
1891
+ version "1.1.2"
1892
+ resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
1893
+ integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
2203
1894
 
2204
1895
  gensync@^1.0.0-beta.2:
2205
1896
  version "1.0.0-beta.2"
2206
1897
  resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
2207
1898
  integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
2208
1899
 
2209
- get-caller-file@^2.0.5:
2210
- version "2.0.5"
2211
- resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
2212
- integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
2213
-
2214
- get-stdin@^4.0.1:
2215
- version "4.0.1"
2216
- resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
2217
- integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==
2218
-
2219
- getpass@^0.1.1:
2220
- version "0.1.7"
2221
- resolved "https://registry.yarnpkg.com/getpass/-/getpass-0.1.7.tgz#5eff8e3e684d569ae4cb2b1282604e8ba62149fa"
2222
- integrity sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==
2223
- dependencies:
2224
- assert-plus "^1.0.0"
2225
-
2226
- glob-parent@^5.1.2:
1900
+ glob-parent@^5.1.2, glob-parent@~5.1.2:
2227
1901
  version "5.1.2"
2228
1902
  resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
2229
1903
  integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -2242,30 +1916,6 @@ glob-to-regexp@^0.4.1:
2242
1916
  resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
2243
1917
  integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
2244
1918
 
2245
- glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
2246
- version "7.2.3"
2247
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
2248
- integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
2249
- dependencies:
2250
- fs.realpath "^1.0.0"
2251
- inflight "^1.0.4"
2252
- inherits "2"
2253
- minimatch "^3.1.1"
2254
- once "^1.3.0"
2255
- path-is-absolute "^1.0.0"
2256
-
2257
- glob@~7.1.1:
2258
- version "7.1.7"
2259
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
2260
- integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
2261
- dependencies:
2262
- fs.realpath "^1.0.0"
2263
- inflight "^1.0.4"
2264
- inherits "2"
2265
- minimatch "^3.0.4"
2266
- once "^1.3.0"
2267
- path-is-absolute "^1.0.0"
2268
-
2269
1919
  globals@^11.1.0:
2270
1920
  version "11.12.0"
2271
1921
  resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -2283,116 +1933,32 @@ globby@^11.0.3:
2283
1933
  merge2 "^1.4.1"
2284
1934
  slash "^3.0.0"
2285
1935
 
2286
- globule@^1.0.0:
2287
- version "1.3.4"
2288
- resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.4.tgz#7c11c43056055a75a6e68294453c17f2796170fb"
2289
- integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==
2290
- dependencies:
2291
- glob "~7.1.1"
2292
- lodash "^4.17.21"
2293
- minimatch "~3.0.2"
2294
-
2295
- graceful-fs@^4.1.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
1936
+ graceful-fs@^4.1.2, graceful-fs@^4.2.11, graceful-fs@^4.2.4:
2296
1937
  version "4.2.11"
2297
1938
  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
2298
1939
  integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
2299
1940
 
2300
- har-schema@^2.0.0:
2301
- version "2.0.0"
2302
- resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
2303
- integrity sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==
2304
-
2305
- har-validator@~5.1.3:
2306
- version "5.1.5"
2307
- resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-5.1.5.tgz#1f0803b9f8cb20c0fa13822df1ecddb36bde1efd"
2308
- integrity sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==
2309
- dependencies:
2310
- ajv "^6.12.3"
2311
- har-schema "^2.0.0"
2312
-
2313
- hard-rejection@^2.1.0:
2314
- version "2.1.0"
2315
- resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
2316
- integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
2317
-
2318
1941
  has-flag@^3.0.0:
2319
1942
  version "3.0.0"
2320
1943
  resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
2321
1944
  integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
2322
1945
 
2323
1946
  has-flag@^4.0.0:
2324
- version "4.0.0"
2325
- resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
2326
- integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
2327
-
2328
- has-unicode@^2.0.1:
2329
- version "2.0.1"
2330
- resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
2331
- integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==
2332
-
2333
- has@^1.0.3:
2334
- version "1.0.3"
2335
- resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2336
- integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
2337
- dependencies:
2338
- function-bind "^1.1.1"
2339
-
2340
- hosted-git-info@^2.1.4:
2341
- version "2.8.9"
2342
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
2343
- integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
2344
-
2345
- hosted-git-info@^4.0.1:
2346
- version "4.1.0"
2347
- resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
2348
- integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
2349
- dependencies:
2350
- lru-cache "^6.0.0"
2351
-
2352
- http-cache-semantics@^4.1.0:
2353
- version "4.1.1"
2354
- resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
2355
- integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==
2356
-
2357
- http-proxy-agent@^4.0.1:
2358
- version "4.0.1"
2359
- resolved "https://registry.yarnpkg.com/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz#8a8c8ef7f5932ccf953c296ca8291b95aa74aa3a"
2360
- integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==
2361
- dependencies:
2362
- "@tootallnate/once" "1"
2363
- agent-base "6"
2364
- debug "4"
2365
-
2366
- http-signature@~1.2.0:
2367
- version "1.2.0"
2368
- resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
2369
- integrity sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==
2370
- dependencies:
2371
- assert-plus "^1.0.0"
2372
- jsprim "^1.2.2"
2373
- sshpk "^1.7.0"
2374
-
2375
- https-proxy-agent@^5.0.0:
2376
- version "5.0.1"
2377
- resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
2378
- integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
2379
- dependencies:
2380
- agent-base "6"
2381
- debug "4"
1947
+ version "4.0.0"
1948
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
1949
+ integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
2382
1950
 
2383
- humanize-ms@^1.2.1:
2384
- version "1.2.1"
2385
- resolved "https://registry.yarnpkg.com/humanize-ms/-/humanize-ms-1.2.1.tgz#c46e3159a293f6b896da29316d8b6fe8bb79bbed"
2386
- integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==
2387
- dependencies:
2388
- ms "^2.0.0"
1951
+ has@^1.0.3:
1952
+ version "1.0.4"
1953
+ resolved "https://registry.yarnpkg.com/has/-/has-1.0.4.tgz#2eb2860e000011dae4f1406a86fe80e530fb2ec6"
1954
+ integrity sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==
2389
1955
 
2390
- iconv-lite@^0.6.2:
2391
- version "0.6.3"
2392
- resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
2393
- integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
1956
+ hasown@^2.0.0:
1957
+ version "2.0.2"
1958
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
1959
+ integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
2394
1960
  dependencies:
2395
- safer-buffer ">= 2.1.2 < 3.0.0"
1961
+ function-bind "^1.1.2"
2396
1962
 
2397
1963
  icss-utils@^5.0.0, icss-utils@^5.1.0:
2398
1964
  version "5.1.0"
@@ -2404,6 +1970,11 @@ ignore@^5.2.0:
2404
1970
  resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
2405
1971
  integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
2406
1972
 
1973
+ immutable@^4.0.0:
1974
+ version "4.3.6"
1975
+ resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.3.6.tgz#6a05f7858213238e587fb83586ffa3b4b27f0447"
1976
+ integrity sha512-Ju0+lEMyzMVZarkTn/gqRpdqd5dOPaz1mCZ0SH3JV6iFw81PldE/PEB1hWVEA288HPt4WXW8O7AWxB10M+03QQ==
1977
+
2407
1978
  import-fresh@^3.2.1:
2408
1979
  version "3.3.0"
2409
1980
  resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2420,53 +1991,34 @@ import-local@^3.0.2:
2420
1991
  pkg-dir "^4.2.0"
2421
1992
  resolve-cwd "^3.0.0"
2422
1993
 
2423
- imurmurhash@^0.1.4:
2424
- version "0.1.4"
2425
- resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
2426
- integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
2427
-
2428
- indent-string@^4.0.0:
2429
- version "4.0.0"
2430
- resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
2431
- integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
2432
-
2433
- infer-owner@^1.0.4:
2434
- version "1.0.4"
2435
- resolved "https://registry.yarnpkg.com/infer-owner/-/infer-owner-1.0.4.tgz#c4cefcaa8e51051c2a40ba2ce8a3d27295af9467"
2436
- integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==
2437
-
2438
- inflight@^1.0.4:
2439
- version "1.0.6"
2440
- resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
2441
- integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
2442
- dependencies:
2443
- once "^1.3.0"
2444
- wrappy "1"
2445
-
2446
- inherits@2, inherits@^2.0.3, inherits@~2.0.3:
2447
- version "2.0.4"
2448
- resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
2449
- integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
2450
-
2451
1994
  interpret@^2.2.0:
2452
1995
  version "2.2.0"
2453
1996
  resolved "https://registry.yarnpkg.com/interpret/-/interpret-2.2.0.tgz#1a78a0b5965c40a5416d007ad6f50ad27c417df9"
2454
1997
  integrity sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==
2455
1998
 
2456
- ip@^2.0.0:
2457
- version "2.0.0"
2458
- resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.0.tgz#4cf4ab182fee2314c75ede1276f8c80b479936da"
2459
- integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==
2460
-
2461
1999
  is-arrayish@^0.2.1:
2462
2000
  version "0.2.1"
2463
2001
  resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
2464
2002
  integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
2465
2003
 
2466
- is-core-module@^2.5.0, is-core-module@^2.9.0:
2467
- version "2.11.0"
2468
- resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
2469
- integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
2004
+ is-binary-path@~2.1.0:
2005
+ version "2.1.0"
2006
+ resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09"
2007
+ integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==
2008
+ dependencies:
2009
+ binary-extensions "^2.0.0"
2010
+
2011
+ is-core-module@^2.13.0:
2012
+ version "2.13.1"
2013
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
2014
+ integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
2015
+ dependencies:
2016
+ hasown "^2.0.0"
2017
+
2018
+ is-core-module@^2.9.0:
2019
+ version "2.12.1"
2020
+ resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.12.1.tgz#0c0b6885b6f80011c71541ce15c8d66cf5a4f9fd"
2021
+ integrity sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==
2470
2022
  dependencies:
2471
2023
  has "^1.0.3"
2472
2024
 
@@ -2475,33 +2027,18 @@ is-extglob@^2.1.1:
2475
2027
  resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
2476
2028
  integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
2477
2029
 
2478
- is-fullwidth-code-point@^3.0.0:
2479
- version "3.0.0"
2480
- resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
2481
- integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
2482
-
2483
- is-glob@^4.0.1, is-glob@^4.0.3:
2030
+ is-glob@^4.0.1, is-glob@^4.0.3, is-glob@~4.0.1:
2484
2031
  version "4.0.3"
2485
2032
  resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
2486
2033
  integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
2487
2034
  dependencies:
2488
2035
  is-extglob "^2.1.1"
2489
2036
 
2490
- is-lambda@^1.0.1:
2491
- version "1.0.1"
2492
- resolved "https://registry.yarnpkg.com/is-lambda/-/is-lambda-1.0.1.tgz#3d9877899e6a53efc0160504cde15f82e6f061d5"
2493
- integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==
2494
-
2495
2037
  is-number@^7.0.0:
2496
2038
  version "7.0.0"
2497
2039
  resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
2498
2040
  integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
2499
2041
 
2500
- is-plain-obj@^1.1.0:
2501
- version "1.1.0"
2502
- resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
2503
- integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
2504
-
2505
2042
  is-plain-object@^2.0.4:
2506
2043
  version "2.0.4"
2507
2044
  resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
@@ -2509,16 +2046,6 @@ is-plain-object@^2.0.4:
2509
2046
  dependencies:
2510
2047
  isobject "^3.0.1"
2511
2048
 
2512
- is-typedarray@~1.0.0:
2513
- version "1.0.0"
2514
- resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
2515
- integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
2516
-
2517
- isarray@~1.0.0:
2518
- version "1.0.0"
2519
- resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
2520
- integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
2521
-
2522
2049
  isexe@^2.0.0:
2523
2050
  version "2.0.0"
2524
2051
  resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
@@ -2529,11 +2056,6 @@ isobject@^3.0.1:
2529
2056
  resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df"
2530
2057
  integrity sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==
2531
2058
 
2532
- isstream@~0.1.2:
2533
- version "0.1.2"
2534
- resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
2535
- integrity sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==
2536
-
2537
2059
  jest-worker@^27.0.2, jest-worker@^27.4.5:
2538
2060
  version "27.5.1"
2539
2061
  resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.5.1.tgz#8d146f0900e8973b106b6f73cc1e9a8cb86f8db0"
@@ -2544,25 +2066,15 @@ jest-worker@^27.0.2, jest-worker@^27.4.5:
2544
2066
  supports-color "^8.0.0"
2545
2067
 
2546
2068
  jquery@^3.6.0:
2547
- version "3.6.4"
2548
- resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.4.tgz#ba065c188142100be4833699852bf7c24dc0252f"
2549
- integrity sha512-v28EW9DWDFpzcD9O5iyJXg3R3+q+mET5JhnjJzQUZMHOv67bpSIHq81GEYpPNZHG+XXHsfSme3nxp/hndKEcsQ==
2550
-
2551
- js-base64@^2.4.9:
2552
- version "2.6.4"
2553
- resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4"
2554
- integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==
2069
+ version "3.7.1"
2070
+ resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.7.1.tgz#083ef98927c9a6a74d05a6af02806566d16274de"
2071
+ integrity sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==
2555
2072
 
2556
2073
  js-tokens@^4.0.0:
2557
2074
  version "4.0.0"
2558
2075
  resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
2559
2076
  integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
2560
2077
 
2561
- jsbn@~0.1.0:
2562
- version "0.1.1"
2563
- resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.1.tgz#a5e654c2e5a2deb5f201d96cefbca80c0ef2f513"
2564
- integrity sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==
2565
-
2566
2078
  jsesc@^2.5.1:
2567
2079
  version "2.5.2"
2568
2080
  resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
@@ -2588,32 +2100,12 @@ json-schema-traverse@^1.0.0:
2588
2100
  resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
2589
2101
  integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
2590
2102
 
2591
- json-schema@0.4.0:
2592
- version "0.4.0"
2593
- resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
2594
- integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
2595
-
2596
- json-stringify-safe@~5.0.1:
2597
- version "5.0.1"
2598
- resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
2599
- integrity sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==
2600
-
2601
- json5@^2.1.2, json5@^2.2.2:
2103
+ json5@^2.1.2, json5@^2.2.3:
2602
2104
  version "2.2.3"
2603
2105
  resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
2604
2106
  integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
2605
2107
 
2606
- jsprim@^1.2.2:
2607
- version "1.4.2"
2608
- resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
2609
- integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
2610
- dependencies:
2611
- assert-plus "1.0.0"
2612
- extsprintf "1.3.0"
2613
- json-schema "0.4.0"
2614
- verror "1.10.0"
2615
-
2616
- kind-of@^6.0.2, kind-of@^6.0.3:
2108
+ kind-of@^6.0.2:
2617
2109
  version "6.0.3"
2618
2110
  resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
2619
2111
  integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
@@ -2669,11 +2161,6 @@ lodash.uniq@^4.5.0:
2669
2161
  resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
2670
2162
  integrity sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==
2671
2163
 
2672
- lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21:
2673
- version "4.17.21"
2674
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2675
- integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
2676
-
2677
2164
  lru-cache@^5.1.1:
2678
2165
  version "5.1.1"
2679
2166
  resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -2700,61 +2187,11 @@ make-dir@^3.0.2, make-dir@^3.1.0:
2700
2187
  dependencies:
2701
2188
  semver "^6.0.0"
2702
2189
 
2703
- make-fetch-happen@^9.1.0:
2704
- version "9.1.0"
2705
- resolved "https://registry.yarnpkg.com/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz#53085a09e7971433e6765f7971bf63f4e05cb968"
2706
- integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==
2707
- dependencies:
2708
- agentkeepalive "^4.1.3"
2709
- cacache "^15.2.0"
2710
- http-cache-semantics "^4.1.0"
2711
- http-proxy-agent "^4.0.1"
2712
- https-proxy-agent "^5.0.0"
2713
- is-lambda "^1.0.1"
2714
- lru-cache "^6.0.0"
2715
- minipass "^3.1.3"
2716
- minipass-collect "^1.0.2"
2717
- minipass-fetch "^1.3.2"
2718
- minipass-flush "^1.0.5"
2719
- minipass-pipeline "^1.2.4"
2720
- negotiator "^0.6.2"
2721
- promise-retry "^2.0.1"
2722
- socks-proxy-agent "^6.0.0"
2723
- ssri "^8.0.0"
2724
-
2725
- map-obj@^1.0.0:
2726
- version "1.0.1"
2727
- resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
2728
- integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==
2729
-
2730
- map-obj@^4.0.0:
2731
- version "4.3.0"
2732
- resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
2733
- integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
2734
-
2735
2190
  mdn-data@2.0.14:
2736
2191
  version "2.0.14"
2737
2192
  resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50"
2738
2193
  integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==
2739
2194
 
2740
- meow@^9.0.0:
2741
- version "9.0.0"
2742
- resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364"
2743
- integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==
2744
- dependencies:
2745
- "@types/minimist" "^1.2.0"
2746
- camelcase-keys "^6.2.2"
2747
- decamelize "^1.2.0"
2748
- decamelize-keys "^1.1.0"
2749
- hard-rejection "^2.1.0"
2750
- minimist-options "4.1.0"
2751
- normalize-package-data "^3.0.0"
2752
- read-pkg-up "^7.0.1"
2753
- redent "^3.0.0"
2754
- trim-newlines "^3.0.0"
2755
- type-fest "^0.18.0"
2756
- yargs-parser "^20.2.3"
2757
-
2758
2195
  merge-stream@^2.0.0:
2759
2196
  version "2.0.0"
2760
2197
  resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
@@ -2778,212 +2215,52 @@ mime-db@1.52.0:
2778
2215
  resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
2779
2216
  integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
2780
2217
 
2781
- mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.19:
2218
+ mime-types@^2.1.27:
2782
2219
  version "2.1.35"
2783
2220
  resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
2784
2221
  integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
2785
2222
  dependencies:
2786
2223
  mime-db "1.52.0"
2787
2224
 
2788
- min-indent@^1.0.0:
2789
- version "1.0.1"
2790
- resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
2791
- integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
2792
-
2793
2225
  mini-css-extract-plugin@^2.0.0:
2794
- version "2.7.5"
2795
- resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz#afbb344977659ec0f1f6e050c7aea456b121cfc5"
2796
- integrity sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==
2226
+ version "2.9.0"
2227
+ resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz#c73a1327ccf466f69026ac22a8e8fd707b78a235"
2228
+ integrity sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==
2797
2229
  dependencies:
2798
2230
  schema-utils "^4.0.0"
2799
-
2800
- minimatch@^3.0.4, minimatch@^3.1.1:
2801
- version "3.1.2"
2802
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2803
- integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
2804
- dependencies:
2805
- brace-expansion "^1.1.7"
2806
-
2807
- minimatch@~3.0.2:
2808
- version "3.0.8"
2809
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.8.tgz#5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1"
2810
- integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==
2811
- dependencies:
2812
- brace-expansion "^1.1.7"
2813
-
2814
- minimist-options@4.1.0:
2815
- version "4.1.0"
2816
- resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
2817
- integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
2818
- dependencies:
2819
- arrify "^1.0.1"
2820
- is-plain-obj "^1.1.0"
2821
- kind-of "^6.0.3"
2822
-
2823
- minipass-collect@^1.0.2:
2824
- version "1.0.2"
2825
- resolved "https://registry.yarnpkg.com/minipass-collect/-/minipass-collect-1.0.2.tgz#22b813bf745dc6edba2576b940022ad6edc8c617"
2826
- integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==
2827
- dependencies:
2828
- minipass "^3.0.0"
2829
-
2830
- minipass-fetch@^1.3.2:
2831
- version "1.4.1"
2832
- resolved "https://registry.yarnpkg.com/minipass-fetch/-/minipass-fetch-1.4.1.tgz#d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6"
2833
- integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==
2834
- dependencies:
2835
- minipass "^3.1.0"
2836
- minipass-sized "^1.0.3"
2837
- minizlib "^2.0.0"
2838
- optionalDependencies:
2839
- encoding "^0.1.12"
2840
-
2841
- minipass-flush@^1.0.5:
2842
- version "1.0.5"
2843
- resolved "https://registry.yarnpkg.com/minipass-flush/-/minipass-flush-1.0.5.tgz#82e7135d7e89a50ffe64610a787953c4c4cbb373"
2844
- integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==
2845
- dependencies:
2846
- minipass "^3.0.0"
2847
-
2848
- minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4:
2849
- version "1.2.4"
2850
- resolved "https://registry.yarnpkg.com/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz#68472f79711c084657c067c5c6ad93cddea8214c"
2851
- integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==
2852
- dependencies:
2853
- minipass "^3.0.0"
2854
-
2855
- minipass-sized@^1.0.3:
2856
- version "1.0.3"
2857
- resolved "https://registry.yarnpkg.com/minipass-sized/-/minipass-sized-1.0.3.tgz#70ee5a7c5052070afacfbc22977ea79def353b70"
2858
- integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==
2859
- dependencies:
2860
- minipass "^3.0.0"
2861
-
2862
- minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3:
2863
- version "3.3.6"
2864
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.3.6.tgz#7bba384db3a1520d18c9c0e5251c3444e95dd94a"
2865
- integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==
2866
- dependencies:
2867
- yallist "^4.0.0"
2868
-
2869
- minipass@^4.0.0:
2870
- version "4.2.5"
2871
- resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
2872
- integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
2873
-
2874
- minizlib@^2.0.0, minizlib@^2.1.1:
2875
- version "2.1.2"
2876
- resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
2877
- integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==
2878
- dependencies:
2879
- minipass "^3.0.0"
2880
- yallist "^4.0.0"
2881
-
2882
- mkdirp@^1.0.3, mkdirp@^1.0.4:
2883
- version "1.0.4"
2884
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
2885
- integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
2231
+ tapable "^2.2.1"
2886
2232
 
2887
2233
  ms@2.1.2:
2888
2234
  version "2.1.2"
2889
2235
  resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
2890
2236
  integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
2891
2237
 
2892
- ms@^2.0.0:
2893
- version "2.1.3"
2894
- resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
2895
- integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
2896
-
2897
- nan@^2.13.2:
2898
- version "2.17.0"
2899
- resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
2900
- integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
2901
-
2902
2238
  nanoid@^3.3.4:
2903
2239
  version "3.3.6"
2904
2240
  resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.6.tgz#443380c856d6e9f9824267d960b4236ad583ea4c"
2905
2241
  integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==
2906
2242
 
2907
- negotiator@^0.6.2:
2908
- version "0.6.3"
2909
- resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.3.tgz#58e323a72fedc0d6f9cd4d31fe49f51479590ccd"
2910
- integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==
2243
+ nanoid@^3.3.7:
2244
+ version "3.3.7"
2245
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8"
2246
+ integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==
2911
2247
 
2912
2248
  neo-async@^2.6.2:
2913
2249
  version "2.6.2"
2914
2250
  resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
2915
2251
  integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
2916
2252
 
2917
- node-gyp@^8.4.1:
2918
- version "8.4.1"
2919
- resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937"
2920
- integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==
2921
- dependencies:
2922
- env-paths "^2.2.0"
2923
- glob "^7.1.4"
2924
- graceful-fs "^4.2.6"
2925
- make-fetch-happen "^9.1.0"
2926
- nopt "^5.0.0"
2927
- npmlog "^6.0.0"
2928
- rimraf "^3.0.2"
2929
- semver "^7.3.5"
2930
- tar "^6.1.2"
2931
- which "^2.0.2"
2253
+ node-releases@^2.0.14:
2254
+ version "2.0.14"
2255
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
2256
+ integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
2932
2257
 
2933
2258
  node-releases@^2.0.8:
2934
- version "2.0.10"
2935
- resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.10.tgz#c311ebae3b6a148c89b1813fd7c4d3c024ef537f"
2936
- integrity sha512-5GFldHPXVG/YZmFzJvKK2zDSzPKhEp0+ZR5SVaoSag9fsL5YgHbUHDfnG5494ISANDcK4KwPXAx2xqVEydmd7w==
2937
-
2938
- node-sass@^7.0.1:
2939
- version "7.0.3"
2940
- resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-7.0.3.tgz#7620bcd5559c2bf125c4fbb9087ba75cd2df2ab2"
2941
- integrity sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==
2942
- dependencies:
2943
- async-foreach "^0.1.3"
2944
- chalk "^4.1.2"
2945
- cross-spawn "^7.0.3"
2946
- gaze "^1.0.0"
2947
- get-stdin "^4.0.1"
2948
- glob "^7.0.3"
2949
- lodash "^4.17.15"
2950
- meow "^9.0.0"
2951
- nan "^2.13.2"
2952
- node-gyp "^8.4.1"
2953
- npmlog "^5.0.0"
2954
- request "^2.88.0"
2955
- sass-graph "^4.0.1"
2956
- stdout-stream "^1.4.0"
2957
- "true-case-path" "^1.0.2"
2958
-
2959
- nopt@^5.0.0:
2960
- version "5.0.0"
2961
- resolved "https://registry.yarnpkg.com/nopt/-/nopt-5.0.0.tgz#530942bb58a512fccafe53fe210f13a25355dc88"
2962
- integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==
2963
- dependencies:
2964
- abbrev "1"
2965
-
2966
- normalize-package-data@^2.5.0:
2967
- version "2.5.0"
2968
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
2969
- integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
2970
- dependencies:
2971
- hosted-git-info "^2.1.4"
2972
- resolve "^1.10.0"
2973
- semver "2 || 3 || 4 || 5"
2974
- validate-npm-package-license "^3.0.1"
2975
-
2976
- normalize-package-data@^3.0.0:
2977
- version "3.0.3"
2978
- resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
2979
- integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
2980
- dependencies:
2981
- hosted-git-info "^4.0.1"
2982
- is-core-module "^2.5.0"
2983
- semver "^7.3.4"
2984
- validate-npm-package-license "^3.0.1"
2259
+ version "2.0.12"
2260
+ resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.12.tgz#35627cc224a23bfb06fb3380f2b3afaaa7eb1039"
2261
+ integrity sha512-QzsYKWhXTWx8h1kIvqfnC++o0pEmpRQA/aenALsL2F4pqNVr7YzcdMlDij5WBnwftRbJCNJL/O7zdKaxKPHqgQ==
2985
2262
 
2986
- normalize-path@^3.0.0:
2263
+ normalize-path@^3.0.0, normalize-path@~3.0.0:
2987
2264
  version "3.0.0"
2988
2265
  resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
2989
2266
  integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
@@ -2998,26 +2275,6 @@ normalize-url@^6.0.1:
2998
2275
  resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-6.1.0.tgz#40d0885b535deffe3f3147bec877d05fe4c5668a"
2999
2276
  integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
3000
2277
 
3001
- npmlog@^5.0.0:
3002
- version "5.0.1"
3003
- resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-5.0.1.tgz#f06678e80e29419ad67ab964e0fa69959c1eb8b0"
3004
- integrity sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==
3005
- dependencies:
3006
- are-we-there-yet "^2.0.0"
3007
- console-control-strings "^1.1.0"
3008
- gauge "^3.0.0"
3009
- set-blocking "^2.0.0"
3010
-
3011
- npmlog@^6.0.0:
3012
- version "6.0.2"
3013
- resolved "https://registry.yarnpkg.com/npmlog/-/npmlog-6.0.2.tgz#c8166017a42f2dea92d6453168dd865186a70830"
3014
- integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==
3015
- dependencies:
3016
- are-we-there-yet "^3.0.0"
3017
- console-control-strings "^1.1.0"
3018
- gauge "^4.0.3"
3019
- set-blocking "^2.0.0"
3020
-
3021
2278
  nth-check@^2.0.1:
3022
2279
  version "2.1.1"
3023
2280
  resolved "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz#c9eab428effce36cd6b92c924bdb000ef1f1ed1d"
@@ -3025,23 +2282,6 @@ nth-check@^2.0.1:
3025
2282
  dependencies:
3026
2283
  boolbase "^1.0.0"
3027
2284
 
3028
- oauth-sign@~0.9.0:
3029
- version "0.9.0"
3030
- resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
3031
- integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
3032
-
3033
- object-assign@^4.1.1:
3034
- version "4.1.1"
3035
- resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
3036
- integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
3037
-
3038
- once@^1.3.0:
3039
- version "1.4.0"
3040
- resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
3041
- integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
3042
- dependencies:
3043
- wrappy "1"
3044
-
3045
2285
  p-limit@^2.2.0:
3046
2286
  version "2.3.0"
3047
2287
  resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
@@ -3056,13 +2296,6 @@ p-locate@^4.1.0:
3056
2296
  dependencies:
3057
2297
  p-limit "^2.2.0"
3058
2298
 
3059
- p-map@^4.0.0:
3060
- version "4.0.0"
3061
- resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
3062
- integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==
3063
- dependencies:
3064
- aggregate-error "^3.0.0"
3065
-
3066
2299
  p-try@^2.0.0:
3067
2300
  version "2.2.0"
3068
2301
  resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
@@ -3090,11 +2323,6 @@ path-exists@^4.0.0:
3090
2323
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
3091
2324
  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
3092
2325
 
3093
- path-is-absolute@^1.0.0:
3094
- version "1.0.1"
3095
- resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
3096
- integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
3097
-
3098
2326
  path-key@^3.1.0:
3099
2327
  version "3.1.1"
3100
2328
  resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
@@ -3110,17 +2338,12 @@ path-type@^4.0.0:
3110
2338
  resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
3111
2339
  integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
3112
2340
 
3113
- performance-now@^2.1.0:
3114
- version "2.1.0"
3115
- resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
3116
- integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==
3117
-
3118
- picocolors@^1.0.0:
3119
- version "1.0.0"
3120
- resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
3121
- integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
2341
+ picocolors@^1.0.0, picocolors@^1.0.1:
2342
+ version "1.0.1"
2343
+ resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
2344
+ integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
3122
2345
 
3123
- picomatch@^2.3.1:
2346
+ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
3124
2347
  version "2.3.1"
3125
2348
  resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
3126
2349
  integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
@@ -3384,7 +2607,7 @@ postcss-value-parser@^4.1.0, postcss-value-parser@^4.2.0:
3384
2607
  resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
3385
2608
  integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
3386
2609
 
3387
- postcss@^8.2.15, postcss@^8.3.5:
2610
+ postcss@^8.2.15:
3388
2611
  version "8.4.21"
3389
2612
  resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
3390
2613
  integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
@@ -3393,49 +2616,25 @@ postcss@^8.2.15, postcss@^8.3.5:
3393
2616
  picocolors "^1.0.0"
3394
2617
  source-map-js "^1.0.2"
3395
2618
 
3396
- process-nextick-args@~2.0.0:
3397
- version "2.0.1"
3398
- resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
3399
- integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==
3400
-
3401
- promise-inflight@^1.0.1:
3402
- version "1.0.1"
3403
- resolved "https://registry.yarnpkg.com/promise-inflight/-/promise-inflight-1.0.1.tgz#98472870bf228132fcbdd868129bad12c3c029e3"
3404
- integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==
3405
-
3406
- promise-retry@^2.0.1:
3407
- version "2.0.1"
3408
- resolved "https://registry.yarnpkg.com/promise-retry/-/promise-retry-2.0.1.tgz#ff747a13620ab57ba688f5fc67855410c370da22"
3409
- integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==
2619
+ postcss@^8.3.5:
2620
+ version "8.4.38"
2621
+ resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
2622
+ integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
3410
2623
  dependencies:
3411
- err-code "^2.0.2"
3412
- retry "^0.12.0"
3413
-
3414
- psl@^1.1.28:
3415
- version "1.9.0"
3416
- resolved "https://registry.yarnpkg.com/psl/-/psl-1.9.0.tgz#d0df2a137f00794565fcaf3b2c00cd09f8d5a5a7"
3417
- integrity sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==
3418
-
3419
- punycode@^2.1.0, punycode@^2.1.1:
3420
- version "2.3.0"
3421
- resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
3422
- integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
2624
+ nanoid "^3.3.7"
2625
+ picocolors "^1.0.0"
2626
+ source-map-js "^1.2.0"
3423
2627
 
3424
- qs@~6.5.2:
3425
- version "6.5.3"
3426
- resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.3.tgz#3aeeffc91967ef6e35c0e488ef46fb296ab76aad"
3427
- integrity sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==
2628
+ punycode@^2.1.0:
2629
+ version "2.3.1"
2630
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.1.tgz#027422e2faec0b25e1549c3e1bd8309b9133b6e5"
2631
+ integrity sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==
3428
2632
 
3429
2633
  queue-microtask@^1.2.2:
3430
2634
  version "1.2.3"
3431
2635
  resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
3432
2636
  integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
3433
2637
 
3434
- quick-lru@^4.0.1:
3435
- version "4.0.1"
3436
- resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
3437
- integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
3438
-
3439
2638
  randombytes@^2.1.0:
3440
2639
  version "2.1.0"
3441
2640
  resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
@@ -3443,46 +2642,12 @@ randombytes@^2.1.0:
3443
2642
  dependencies:
3444
2643
  safe-buffer "^5.1.0"
3445
2644
 
3446
- read-pkg-up@^7.0.1:
3447
- version "7.0.1"
3448
- resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
3449
- integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
3450
- dependencies:
3451
- find-up "^4.1.0"
3452
- read-pkg "^5.2.0"
3453
- type-fest "^0.8.1"
3454
-
3455
- read-pkg@^5.2.0:
3456
- version "5.2.0"
3457
- resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
3458
- integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
2645
+ readdirp@~3.6.0:
2646
+ version "3.6.0"
2647
+ resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
2648
+ integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
3459
2649
  dependencies:
3460
- "@types/normalize-package-data" "^2.4.0"
3461
- normalize-package-data "^2.5.0"
3462
- parse-json "^5.0.0"
3463
- type-fest "^0.6.0"
3464
-
3465
- readable-stream@^2.0.1:
3466
- version "2.3.8"
3467
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.8.tgz#91125e8042bba1b9887f49345f6277027ce8be9b"
3468
- integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==
3469
- dependencies:
3470
- core-util-is "~1.0.0"
3471
- inherits "~2.0.3"
3472
- isarray "~1.0.0"
3473
- process-nextick-args "~2.0.0"
3474
- safe-buffer "~5.1.1"
3475
- string_decoder "~1.1.1"
3476
- util-deprecate "~1.0.1"
3477
-
3478
- readable-stream@^3.6.0:
3479
- version "3.6.2"
3480
- resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
3481
- integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
3482
- dependencies:
3483
- inherits "^2.0.3"
3484
- string_decoder "^1.1.1"
3485
- util-deprecate "^1.0.1"
2650
+ picomatch "^2.2.1"
3486
2651
 
3487
2652
  rechoir@^0.7.0:
3488
2653
  version "0.7.1"
@@ -3491,18 +2656,10 @@ rechoir@^0.7.0:
3491
2656
  dependencies:
3492
2657
  resolve "^1.9.0"
3493
2658
 
3494
- redent@^3.0.0:
3495
- version "3.0.0"
3496
- resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
3497
- integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
3498
- dependencies:
3499
- indent-string "^4.0.0"
3500
- strip-indent "^3.0.0"
3501
-
3502
2659
  regenerate-unicode-properties@^10.1.0:
3503
- version "10.1.0"
3504
- resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
3505
- integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==
2660
+ version "10.1.1"
2661
+ resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz#6b0e05489d9076b04c436f318d9b067bba459480"
2662
+ integrity sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==
3506
2663
  dependencies:
3507
2664
  regenerate "^1.4.2"
3508
2665
 
@@ -3511,15 +2668,15 @@ regenerate@^1.4.2:
3511
2668
  resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
3512
2669
  integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
3513
2670
 
3514
- regenerator-runtime@^0.13.11:
3515
- version "0.13.11"
3516
- resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
3517
- integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
2671
+ regenerator-runtime@^0.14.0:
2672
+ version "0.14.1"
2673
+ resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz#356ade10263f685dda125100cd862c1db895327f"
2674
+ integrity sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==
3518
2675
 
3519
- regenerator-transform@^0.15.1:
3520
- version "0.15.1"
3521
- resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56"
3522
- integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==
2676
+ regenerator-transform@^0.15.2:
2677
+ version "0.15.2"
2678
+ resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.2.tgz#5bbae58b522098ebdf09bca2f83838929001c7a4"
2679
+ integrity sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==
3523
2680
  dependencies:
3524
2681
  "@babel/runtime" "^7.8.4"
3525
2682
 
@@ -3542,37 +2699,6 @@ regjsparser@^0.9.1:
3542
2699
  dependencies:
3543
2700
  jsesc "~0.5.0"
3544
2701
 
3545
- request@^2.88.0:
3546
- version "2.88.2"
3547
- resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
3548
- integrity sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==
3549
- dependencies:
3550
- aws-sign2 "~0.7.0"
3551
- aws4 "^1.8.0"
3552
- caseless "~0.12.0"
3553
- combined-stream "~1.0.6"
3554
- extend "~3.0.2"
3555
- forever-agent "~0.6.1"
3556
- form-data "~2.3.2"
3557
- har-validator "~5.1.3"
3558
- http-signature "~1.2.0"
3559
- is-typedarray "~1.0.0"
3560
- isstream "~0.1.2"
3561
- json-stringify-safe "~5.0.1"
3562
- mime-types "~2.1.19"
3563
- oauth-sign "~0.9.0"
3564
- performance-now "^2.1.0"
3565
- qs "~6.5.2"
3566
- safe-buffer "^5.1.2"
3567
- tough-cookie "~2.5.0"
3568
- tunnel-agent "^0.6.0"
3569
- uuid "^3.3.2"
3570
-
3571
- require-directory@^2.1.1:
3572
- version "2.1.1"
3573
- resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
3574
- integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
3575
-
3576
2702
  require-from-string@^2.0.2:
3577
2703
  version "2.0.2"
3578
2704
  resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
@@ -3595,7 +2721,16 @@ resolve-from@^5.0.0:
3595
2721
  resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
3596
2722
  integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
3597
2723
 
3598
- resolve@^1.10.0, resolve@^1.14.2, resolve@^1.9.0:
2724
+ resolve@^1.14.2:
2725
+ version "1.22.8"
2726
+ resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
2727
+ integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
2728
+ dependencies:
2729
+ is-core-module "^2.13.0"
2730
+ path-parse "^1.0.7"
2731
+ supports-preserve-symlinks-flag "^1.0.0"
2732
+
2733
+ resolve@^1.9.0:
3599
2734
  version "1.22.1"
3600
2735
  resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.1.tgz#27cb2ebb53f91abb49470a928bba7558066ac177"
3601
2736
  integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==
@@ -3604,23 +2739,11 @@ resolve@^1.10.0, resolve@^1.14.2, resolve@^1.9.0:
3604
2739
  path-parse "^1.0.7"
3605
2740
  supports-preserve-symlinks-flag "^1.0.0"
3606
2741
 
3607
- retry@^0.12.0:
3608
- version "0.12.0"
3609
- resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
3610
- integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==
3611
-
3612
2742
  reusify@^1.0.4:
3613
2743
  version "1.0.4"
3614
2744
  resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
3615
2745
  integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
3616
2746
 
3617
- rimraf@^3.0.2:
3618
- version "3.0.2"
3619
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
3620
- integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
3621
- dependencies:
3622
- glob "^7.1.3"
3623
-
3624
2747
  run-parallel@^1.1.9:
3625
2748
  version "1.2.0"
3626
2749
  resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -3628,31 +2751,11 @@ run-parallel@^1.1.9:
3628
2751
  dependencies:
3629
2752
  queue-microtask "^1.2.2"
3630
2753
 
3631
- safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
2754
+ safe-buffer@^5.1.0:
3632
2755
  version "5.2.1"
3633
2756
  resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
3634
2757
  integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
3635
2758
 
3636
- safe-buffer@~5.1.0, safe-buffer@~5.1.1:
3637
- version "5.1.2"
3638
- resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
3639
- integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
3640
-
3641
- "safer-buffer@>= 2.1.2 < 3.0.0", safer-buffer@^2.0.2, safer-buffer@^2.1.0, safer-buffer@~2.1.0:
3642
- version "2.1.2"
3643
- resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
3644
- integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
3645
-
3646
- sass-graph@^4.0.1:
3647
- version "4.0.1"
3648
- resolved "https://registry.yarnpkg.com/sass-graph/-/sass-graph-4.0.1.tgz#2ff8ca477224d694055bf4093f414cf6cfad1d2e"
3649
- integrity sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==
3650
- dependencies:
3651
- glob "^7.0.0"
3652
- lodash "^4.17.11"
3653
- scss-tokenizer "^0.4.3"
3654
- yargs "^17.2.1"
3655
-
3656
2759
  sass-loader@^12.1.0:
3657
2760
  version "12.6.0"
3658
2761
  resolved "https://registry.yarnpkg.com/sass-loader/-/sass-loader-12.6.0.tgz#5148362c8e2cdd4b950f3c63ac5d16dbfed37bcb"
@@ -3661,6 +2764,15 @@ sass-loader@^12.1.0:
3661
2764
  klona "^2.0.4"
3662
2765
  neo-async "^2.6.2"
3663
2766
 
2767
+ sass@^1.76.0:
2768
+ version "1.77.2"
2769
+ resolved "https://registry.yarnpkg.com/sass/-/sass-1.77.2.tgz#18d4ed2eefc260cdc8099c5439ec1303fd5863aa"
2770
+ integrity sha512-eb4GZt1C3avsX3heBNlrc7I09nyT00IUuo4eFhAbeXWU2fvA7oXI53SxODVAA+zgZCk9aunAZgO+losjR3fAwA==
2771
+ dependencies:
2772
+ chokidar ">=3.0.0 <4.0.0"
2773
+ immutable "^4.0.0"
2774
+ source-map-js ">=0.6.2 <2.0.0"
2775
+
3664
2776
  schema-utils@^2.6.5:
3665
2777
  version "2.7.1"
3666
2778
  resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-2.7.1.tgz#1ca4f32d1b24c590c203b8e7a50bf0ea4cd394d7"
@@ -3670,7 +2782,7 @@ schema-utils@^2.6.5:
3670
2782
  ajv "^6.12.4"
3671
2783
  ajv-keywords "^3.5.2"
3672
2784
 
3673
- schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
2785
+ schema-utils@^3.0.0:
3674
2786
  version "3.1.1"
3675
2787
  resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.1.tgz#bc74c4b6b6995c1d88f76a8b77bea7219e0c8281"
3676
2788
  integrity sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==
@@ -3679,23 +2791,24 @@ schema-utils@^3.0.0, schema-utils@^3.1.0, schema-utils@^3.1.1:
3679
2791
  ajv "^6.12.5"
3680
2792
  ajv-keywords "^3.5.2"
3681
2793
 
2794
+ schema-utils@^3.1.1, schema-utils@^3.2.0:
2795
+ version "3.3.0"
2796
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.3.0.tgz#f50a88877c3c01652a15b622ae9e9795df7a60fe"
2797
+ integrity sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==
2798
+ dependencies:
2799
+ "@types/json-schema" "^7.0.8"
2800
+ ajv "^6.12.5"
2801
+ ajv-keywords "^3.5.2"
2802
+
3682
2803
  schema-utils@^4.0.0:
3683
- version "4.0.0"
3684
- resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.0.0.tgz#60331e9e3ae78ec5d16353c467c34b3a0a1d3df7"
3685
- integrity sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==
2804
+ version "4.2.0"
2805
+ resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-4.2.0.tgz#70d7c93e153a273a805801882ebd3bff20d89c8b"
2806
+ integrity sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==
3686
2807
  dependencies:
3687
2808
  "@types/json-schema" "^7.0.9"
3688
- ajv "^8.8.0"
2809
+ ajv "^8.9.0"
3689
2810
  ajv-formats "^2.1.1"
3690
- ajv-keywords "^5.0.0"
3691
-
3692
- scss-tokenizer@^0.4.3:
3693
- version "0.4.3"
3694
- resolved "https://registry.yarnpkg.com/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz#1058400ee7d814d71049c29923d2b25e61dc026c"
3695
- integrity sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==
3696
- dependencies:
3697
- js-base64 "^2.4.9"
3698
- source-map "^0.7.3"
2811
+ ajv-keywords "^5.1.0"
3699
2812
 
3700
2813
  select2-theme-bootstrap4@^1.0.0:
3701
2814
  version "1.0.2"
@@ -3707,34 +2820,36 @@ select2@^4.0.10:
3707
2820
  resolved "https://registry.yarnpkg.com/select2/-/select2-4.0.13.tgz#0dbe377df3f96167c4c1626033e924372d8ef44d"
3708
2821
  integrity sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==
3709
2822
 
3710
- "semver@2 || 3 || 4 || 5":
3711
- version "5.7.1"
3712
- resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
3713
- integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
3714
-
3715
- semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
2823
+ semver@^6.0.0:
3716
2824
  version "6.3.0"
3717
2825
  resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
3718
2826
  integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
3719
2827
 
3720
- semver@^7.3.4, semver@^7.3.5:
2828
+ semver@^6.3.1:
2829
+ version "6.3.1"
2830
+ resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
2831
+ integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
2832
+
2833
+ semver@^7.3.5:
3721
2834
  version "7.3.8"
3722
2835
  resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3723
2836
  integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3724
2837
  dependencies:
3725
2838
  lru-cache "^6.0.0"
3726
2839
 
3727
- serialize-javascript@^6.0.0, serialize-javascript@^6.0.1:
2840
+ serialize-javascript@^6.0.0:
3728
2841
  version "6.0.1"
3729
2842
  resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.1.tgz#b206efb27c3da0b0ab6b52f48d170b7996458e5c"
3730
2843
  integrity sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==
3731
2844
  dependencies:
3732
2845
  randombytes "^2.1.0"
3733
2846
 
3734
- set-blocking@^2.0.0:
3735
- version "2.0.0"
3736
- resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
3737
- integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
2847
+ serialize-javascript@^6.0.1:
2848
+ version "6.0.2"
2849
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
2850
+ integrity sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==
2851
+ dependencies:
2852
+ randombytes "^2.1.0"
3738
2853
 
3739
2854
  shallow-clone@^3.0.0:
3740
2855
  version "3.0.1"
@@ -3755,42 +2870,15 @@ shebang-regex@^3.0.0:
3755
2870
  resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
3756
2871
  integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
3757
2872
 
3758
- signal-exit@^3.0.0, signal-exit@^3.0.7:
3759
- version "3.0.7"
3760
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
3761
- integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
3762
-
3763
2873
  slash@^3.0.0:
3764
2874
  version "3.0.0"
3765
2875
  resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
3766
2876
  integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
3767
2877
 
3768
- smart-buffer@^4.2.0:
3769
- version "4.2.0"
3770
- resolved "https://registry.yarnpkg.com/smart-buffer/-/smart-buffer-4.2.0.tgz#6e1d71fa4f18c05f7d0ff216dd16a481d0e8d9ae"
3771
- integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==
3772
-
3773
- socks-proxy-agent@^6.0.0:
3774
- version "6.2.1"
3775
- resolved "https://registry.yarnpkg.com/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz#2687a31f9d7185e38d530bef1944fe1f1496d6ce"
3776
- integrity sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==
3777
- dependencies:
3778
- agent-base "^6.0.2"
3779
- debug "^4.3.3"
3780
- socks "^2.6.2"
3781
-
3782
- socks@^2.6.2:
3783
- version "2.7.1"
3784
- resolved "https://registry.yarnpkg.com/socks/-/socks-2.7.1.tgz#d8e651247178fde79c0663043e07240196857d55"
3785
- integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==
3786
- dependencies:
3787
- ip "^2.0.0"
3788
- smart-buffer "^4.2.0"
3789
-
3790
- source-map-js@^1.0.2:
3791
- version "1.0.2"
3792
- resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c"
3793
- integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==
2878
+ "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.0.2, source-map-js@^1.2.0:
2879
+ version "1.2.0"
2880
+ resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
2881
+ integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
3794
2882
 
3795
2883
  source-map-support@~0.5.20:
3796
2884
  version "0.5.21"
@@ -3805,108 +2893,11 @@ source-map@^0.6.0, source-map@^0.6.1:
3805
2893
  resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
3806
2894
  integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
3807
2895
 
3808
- source-map@^0.7.3:
3809
- version "0.7.4"
3810
- resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.4.tgz#a9bbe705c9d8846f4e08ff6765acf0f1b0898656"
3811
- integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==
3812
-
3813
- spdx-correct@^3.0.0:
3814
- version "3.2.0"
3815
- resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
3816
- integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
3817
- dependencies:
3818
- spdx-expression-parse "^3.0.0"
3819
- spdx-license-ids "^3.0.0"
3820
-
3821
- spdx-exceptions@^2.1.0:
3822
- version "2.3.0"
3823
- resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
3824
- integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
3825
-
3826
- spdx-expression-parse@^3.0.0:
3827
- version "3.0.1"
3828
- resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
3829
- integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
3830
- dependencies:
3831
- spdx-exceptions "^2.1.0"
3832
- spdx-license-ids "^3.0.0"
3833
-
3834
- spdx-license-ids@^3.0.0:
3835
- version "3.0.13"
3836
- resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#7189a474c46f8d47c7b0da4b987bb45e908bd2d5"
3837
- integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==
3838
-
3839
- sshpk@^1.7.0:
3840
- version "1.17.0"
3841
- resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.17.0.tgz#578082d92d4fe612b13007496e543fa0fbcbe4c5"
3842
- integrity sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==
3843
- dependencies:
3844
- asn1 "~0.2.3"
3845
- assert-plus "^1.0.0"
3846
- bcrypt-pbkdf "^1.0.0"
3847
- dashdash "^1.12.0"
3848
- ecc-jsbn "~0.1.1"
3849
- getpass "^0.1.1"
3850
- jsbn "~0.1.0"
3851
- safer-buffer "^2.0.2"
3852
- tweetnacl "~0.14.0"
3853
-
3854
- ssri@^8.0.0, ssri@^8.0.1:
3855
- version "8.0.1"
3856
- resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
3857
- integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==
3858
- dependencies:
3859
- minipass "^3.1.1"
3860
-
3861
2896
  stable@^0.1.8:
3862
2897
  version "0.1.8"
3863
2898
  resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf"
3864
2899
  integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==
3865
2900
 
3866
- stdout-stream@^1.4.0:
3867
- version "1.4.1"
3868
- resolved "https://registry.yarnpkg.com/stdout-stream/-/stdout-stream-1.4.1.tgz#5ac174cdd5cd726104aa0c0b2bd83815d8d535de"
3869
- integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==
3870
- dependencies:
3871
- readable-stream "^2.0.1"
3872
-
3873
- "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
3874
- version "4.2.3"
3875
- resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3876
- integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3877
- dependencies:
3878
- emoji-regex "^8.0.0"
3879
- is-fullwidth-code-point "^3.0.0"
3880
- strip-ansi "^6.0.1"
3881
-
3882
- string_decoder@^1.1.1:
3883
- version "1.3.0"
3884
- resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
3885
- integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
3886
- dependencies:
3887
- safe-buffer "~5.2.0"
3888
-
3889
- string_decoder@~1.1.1:
3890
- version "1.1.1"
3891
- resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8"
3892
- integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==
3893
- dependencies:
3894
- safe-buffer "~5.1.0"
3895
-
3896
- strip-ansi@^6.0.0, strip-ansi@^6.0.1:
3897
- version "6.0.1"
3898
- resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3899
- integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3900
- dependencies:
3901
- ansi-regex "^5.0.1"
3902
-
3903
- strip-indent@^3.0.0:
3904
- version "3.0.0"
3905
- resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
3906
- integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
3907
- dependencies:
3908
- min-indent "^1.0.0"
3909
-
3910
2901
  stylehacks@^5.1.1:
3911
2902
  version "5.1.1"
3912
2903
  resolved "https://registry.yarnpkg.com/stylehacks/-/stylehacks-5.1.1.tgz#7934a34eb59d7152149fa69d6e9e56f2fc34bcc9"
@@ -3922,13 +2913,6 @@ supports-color@^5.3.0:
3922
2913
  dependencies:
3923
2914
  has-flag "^3.0.0"
3924
2915
 
3925
- supports-color@^7.1.0:
3926
- version "7.2.0"
3927
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
3928
- integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
3929
- dependencies:
3930
- has-flag "^4.0.0"
3931
-
3932
2916
  supports-color@^8.0.0:
3933
2917
  version "8.1.1"
3934
2918
  resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-8.1.1.tgz#cd6fc17e28500cff56c1b86c0a7fd4a54a73005c"
@@ -3954,41 +2938,29 @@ svgo@^2.7.0:
3954
2938
  picocolors "^1.0.0"
3955
2939
  stable "^0.1.8"
3956
2940
 
3957
- tapable@^2.1.1, tapable@^2.2.0:
2941
+ tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
3958
2942
  version "2.2.1"
3959
2943
  resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
3960
2944
  integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
3961
2945
 
3962
- tar@^6.0.2, tar@^6.1.2:
3963
- version "6.1.13"
3964
- resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.13.tgz#46e22529000f612180601a6fe0680e7da508847b"
3965
- integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==
3966
- dependencies:
3967
- chownr "^2.0.0"
3968
- fs-minipass "^2.0.0"
3969
- minipass "^4.0.0"
3970
- minizlib "^2.1.1"
3971
- mkdirp "^1.0.3"
3972
- yallist "^4.0.0"
3973
-
3974
- terser-webpack-plugin@^5.1.3:
3975
- version "5.3.7"
3976
- resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz#ef760632d24991760f339fe9290deb936ad1ffc7"
3977
- integrity sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==
2946
+ terser-webpack-plugin@^5.3.10:
2947
+ version "5.3.10"
2948
+ resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz#904f4c9193c6fd2a03f693a2150c62a92f40d199"
2949
+ integrity sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==
3978
2950
  dependencies:
3979
- "@jridgewell/trace-mapping" "^0.3.17"
2951
+ "@jridgewell/trace-mapping" "^0.3.20"
3980
2952
  jest-worker "^27.4.5"
3981
2953
  schema-utils "^3.1.1"
3982
2954
  serialize-javascript "^6.0.1"
3983
- terser "^5.16.5"
2955
+ terser "^5.26.0"
3984
2956
 
3985
- terser@^5.16.5:
3986
- version "5.16.8"
3987
- resolved "https://registry.yarnpkg.com/terser/-/terser-5.16.8.tgz#ccde583dabe71df3f4ed02b65eb6532e0fae15d5"
3988
- integrity sha512-QI5g1E/ef7d+PsDifb+a6nnVgC4F22Bg6T0xrBrz6iloVB4PUkkunp6V8nzoOOZJIzjWVdAGqCdlKlhLq/TbIA==
2957
+ terser@^5.26.0:
2958
+ version "5.31.0"
2959
+ resolved "https://registry.yarnpkg.com/terser/-/terser-5.31.0.tgz#06eef86f17007dbad4593f11a574c7f5eb02c6a1"
2960
+ integrity sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==
3989
2961
  dependencies:
3990
- "@jridgewell/source-map" "^0.3.2"
3991
- acorn "^8.5.0"
2962
+ "@jridgewell/source-map" "^0.3.3"
2963
+ acorn "^8.8.2"
3992
2964
  commander "^2.20.0"
3993
2965
  source-map-support "~0.5.20"
3994
2966
 
@@ -4004,52 +2976,10 @@ to-regex-range@^5.0.1:
4004
2976
  dependencies:
4005
2977
  is-number "^7.0.0"
4006
2978
 
4007
- tough-cookie@~2.5.0:
4008
- version "2.5.0"
4009
- resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
4010
- integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
4011
- dependencies:
4012
- psl "^1.1.28"
4013
- punycode "^2.1.1"
4014
-
4015
- trim-newlines@^3.0.0:
4016
- version "3.0.1"
4017
- resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
4018
- integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
4019
-
4020
- "true-case-path@^1.0.2":
4021
- version "1.0.3"
4022
- resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-1.0.3.tgz#f813b5a8c86b40da59606722b144e3225799f47d"
4023
- integrity sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==
4024
- dependencies:
4025
- glob "^7.1.2"
4026
-
4027
- tunnel-agent@^0.6.0:
4028
- version "0.6.0"
4029
- resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
4030
- integrity sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==
4031
- dependencies:
4032
- safe-buffer "^5.0.1"
4033
-
4034
- tweetnacl@^0.14.3, tweetnacl@~0.14.0:
4035
- version "0.14.5"
4036
- resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
4037
- integrity sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==
4038
-
4039
- type-fest@^0.18.0:
4040
- version "0.18.1"
4041
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
4042
- integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
4043
-
4044
- type-fest@^0.6.0:
4045
- version "0.6.0"
4046
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
4047
- integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
4048
-
4049
- type-fest@^0.8.1:
4050
- version "0.8.1"
4051
- resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
4052
- integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
2979
+ undici-types@~5.26.4:
2980
+ version "5.26.5"
2981
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
2982
+ integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
4053
2983
 
4054
2984
  unicode-canonical-property-names-ecmascript@^2.0.0:
4055
2985
  version "2.0.0"
@@ -4074,66 +3004,38 @@ unicode-property-aliases-ecmascript@^2.0.0:
4074
3004
  resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
4075
3005
  integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
4076
3006
 
4077
- unique-filename@^1.1.1:
4078
- version "1.1.1"
4079
- resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
4080
- integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
4081
- dependencies:
4082
- unique-slug "^2.0.0"
4083
-
4084
- unique-slug@^2.0.0:
4085
- version "2.0.2"
4086
- resolved "https://registry.yarnpkg.com/unique-slug/-/unique-slug-2.0.2.tgz#baabce91083fc64e945b0f3ad613e264f7cd4e6c"
4087
- integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==
4088
- dependencies:
4089
- imurmurhash "^0.1.4"
4090
-
4091
3007
  update-browserslist-db@^1.0.10:
4092
- version "1.0.10"
4093
- resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"
4094
- integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
3008
+ version "1.0.11"
3009
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
3010
+ integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
4095
3011
  dependencies:
4096
3012
  escalade "^3.1.1"
4097
3013
  picocolors "^1.0.0"
4098
3014
 
4099
- uri-js@^4.2.2:
3015
+ update-browserslist-db@^1.0.13:
3016
+ version "1.0.16"
3017
+ resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz#f6d489ed90fb2f07d67784eb3f53d7891f736356"
3018
+ integrity sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==
3019
+ dependencies:
3020
+ escalade "^3.1.2"
3021
+ picocolors "^1.0.1"
3022
+
3023
+ uri-js@^4.2.2, uri-js@^4.4.1:
4100
3024
  version "4.4.1"
4101
3025
  resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.4.1.tgz#9b1a52595225859e55f669d928f88c6c57f2a77e"
4102
3026
  integrity sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==
4103
3027
  dependencies:
4104
3028
  punycode "^2.1.0"
4105
3029
 
4106
- util-deprecate@^1.0.1, util-deprecate@^1.0.2, util-deprecate@~1.0.1:
3030
+ util-deprecate@^1.0.2:
4107
3031
  version "1.0.2"
4108
3032
  resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
4109
3033
  integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
4110
3034
 
4111
- uuid@^3.3.2:
4112
- version "3.4.0"
4113
- resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
4114
- integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
4115
-
4116
- validate-npm-package-license@^3.0.1:
4117
- version "3.0.4"
4118
- resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
4119
- integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==
4120
- dependencies:
4121
- spdx-correct "^3.0.0"
4122
- spdx-expression-parse "^3.0.0"
4123
-
4124
- verror@1.10.0:
4125
- version "1.10.0"
4126
- resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
4127
- integrity sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==
4128
- dependencies:
4129
- assert-plus "^1.0.0"
4130
- core-util-is "1.0.2"
4131
- extsprintf "^1.2.0"
4132
-
4133
- watchpack@^2.4.0:
4134
- version "2.4.0"
4135
- resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.0.tgz#fa33032374962c78113f93c7f2fb4c54c9862a5d"
4136
- integrity sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==
3035
+ watchpack@^2.4.1:
3036
+ version "2.4.1"
3037
+ resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
3038
+ integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
4137
3039
  dependencies:
4138
3040
  glob-to-regexp "^0.4.1"
4139
3041
  graceful-fs "^4.1.2"
@@ -4170,73 +3072,47 @@ webpack-sources@^3.2.3:
4170
3072
  integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
4171
3073
 
4172
3074
  webpack@^5.42.0:
4173
- version "5.77.0"
4174
- resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.77.0.tgz#dea3ad16d7ea6b84aa55fa42f4eac9f30e7eb9b4"
4175
- integrity sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==
3075
+ version "5.91.0"
3076
+ resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
3077
+ integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==
4176
3078
  dependencies:
4177
3079
  "@types/eslint-scope" "^3.7.3"
4178
- "@types/estree" "^0.0.51"
4179
- "@webassemblyjs/ast" "1.11.1"
4180
- "@webassemblyjs/wasm-edit" "1.11.1"
4181
- "@webassemblyjs/wasm-parser" "1.11.1"
3080
+ "@types/estree" "^1.0.5"
3081
+ "@webassemblyjs/ast" "^1.12.1"
3082
+ "@webassemblyjs/wasm-edit" "^1.12.1"
3083
+ "@webassemblyjs/wasm-parser" "^1.12.1"
4182
3084
  acorn "^8.7.1"
4183
- acorn-import-assertions "^1.7.6"
4184
- browserslist "^4.14.5"
3085
+ acorn-import-assertions "^1.9.0"
3086
+ browserslist "^4.21.10"
4185
3087
  chrome-trace-event "^1.0.2"
4186
- enhanced-resolve "^5.10.0"
4187
- es-module-lexer "^0.9.0"
3088
+ enhanced-resolve "^5.16.0"
3089
+ es-module-lexer "^1.2.1"
4188
3090
  eslint-scope "5.1.1"
4189
3091
  events "^3.2.0"
4190
3092
  glob-to-regexp "^0.4.1"
4191
- graceful-fs "^4.2.9"
3093
+ graceful-fs "^4.2.11"
4192
3094
  json-parse-even-better-errors "^2.3.1"
4193
3095
  loader-runner "^4.2.0"
4194
3096
  mime-types "^2.1.27"
4195
3097
  neo-async "^2.6.2"
4196
- schema-utils "^3.1.0"
3098
+ schema-utils "^3.2.0"
4197
3099
  tapable "^2.1.1"
4198
- terser-webpack-plugin "^5.1.3"
4199
- watchpack "^2.4.0"
3100
+ terser-webpack-plugin "^5.3.10"
3101
+ watchpack "^2.4.1"
4200
3102
  webpack-sources "^3.2.3"
4201
3103
 
4202
- which@^2.0.1, which@^2.0.2:
3104
+ which@^2.0.1:
4203
3105
  version "2.0.2"
4204
3106
  resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
4205
3107
  integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
4206
3108
  dependencies:
4207
3109
  isexe "^2.0.0"
4208
3110
 
4209
- wide-align@^1.1.2, wide-align@^1.1.5:
4210
- version "1.1.5"
4211
- resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
4212
- integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
4213
- dependencies:
4214
- string-width "^1.0.2 || 2 || 3 || 4"
4215
-
4216
3111
  wildcard@^2.0.0:
4217
3112
  version "2.0.0"
4218
3113
  resolved "https://registry.yarnpkg.com/wildcard/-/wildcard-2.0.0.tgz#a77d20e5200c6faaac979e4b3aadc7b3dd7f8fec"
4219
3114
  integrity sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==
4220
3115
 
4221
- wrap-ansi@^7.0.0:
4222
- version "7.0.0"
4223
- resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4224
- integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4225
- dependencies:
4226
- ansi-styles "^4.0.0"
4227
- string-width "^4.1.0"
4228
- strip-ansi "^6.0.0"
4229
-
4230
- wrappy@1:
4231
- version "1.0.2"
4232
- resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
4233
- integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
4234
-
4235
- y18n@^5.0.5:
4236
- version "5.0.8"
4237
- resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
4238
- integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
4239
-
4240
3116
  yallist@^3.0.2:
4241
3117
  version "3.1.1"
4242
3118
  resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
@@ -4251,26 +3127,3 @@ yaml@^1.10.0, yaml@^1.10.2:
4251
3127
  version "1.10.2"
4252
3128
  resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
4253
3129
  integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
4254
-
4255
- yargs-parser@^20.2.3:
4256
- version "20.2.9"
4257
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
4258
- integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
4259
-
4260
- yargs-parser@^21.1.1:
4261
- version "21.1.1"
4262
- resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-21.1.1.tgz#9096bceebf990d21bb31fa9516e0ede294a77d35"
4263
- integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==
4264
-
4265
- yargs@^17.2.1:
4266
- version "17.7.1"
4267
- resolved "https://registry.yarnpkg.com/yargs/-/yargs-17.7.1.tgz#34a77645201d1a8fc5213ace787c220eabbd0967"
4268
- integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==
4269
- dependencies:
4270
- cliui "^8.0.1"
4271
- escalade "^3.1.1"
4272
- get-caller-file "^2.0.5"
4273
- require-directory "^2.1.1"
4274
- string-width "^4.2.3"
4275
- y18n "^5.0.5"
4276
- yargs-parser "^21.1.1"