Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3056 | Rev 4000 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3056 Rev 3639
Línea 16... Línea 16...
16
    },
16
    },
17
    "@babel/code-frame": {
17
    "@babel/code-frame": {
18
      "version": "7.16.7",
18
      "version": "7.16.7",
19
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
19
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz",
20
      "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
20
      "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==",
-
 
21
      "dev": true,
21
      "requires": {
22
      "requires": {
22
        "@babel/highlight": "^7.16.7"
23
        "@babel/highlight": "^7.16.7"
23
      }
24
      }
24
    },
25
    },
25
    "@babel/compat-data": {
26
    "@babel/compat-data": {
26
      "version": "7.18.13",
27
      "version": "7.20.1",
27
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz",
28
      "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.1.tgz",
28
      "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==",
29
      "integrity": "sha512-EWZ4mE2diW3QALKvDMiXnbZpRvlj+nayZ112nK93SnhqOtpdsbVD4W+2tEoT3YNBAG9RBR0ISY758ZkOgsn6pQ==",
29
      "dev": true
30
      "dev": true
30
    },
31
    },
31
    "@babel/core": {
32
    "@babel/core": {
32
      "version": "7.18.13",
33
      "version": "7.20.2",
33
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz",
34
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.2.tgz",
34
      "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==",
35
      "integrity": "sha512-w7DbG8DtMrJcFOi4VrLm+8QM4az8Mo+PuLBKLp2zrYRCow8W/f9xiXm5sN53C8HksCyDQwCKha9JiDoIyPjT2g==",
35
      "dev": true,
36
      "dev": true,
36
      "requires": {
37
      "requires": {
37
        "@ampproject/remapping": "^2.1.0",
38
        "@ampproject/remapping": "^2.1.0",
38
        "@babel/code-frame": "^7.18.6",
39
        "@babel/code-frame": "^7.18.6",
39
        "@babel/generator": "^7.18.13",
40
        "@babel/generator": "^7.20.2",
40
        "@babel/helper-compilation-targets": "^7.18.9",
41
        "@babel/helper-compilation-targets": "^7.20.0",
41
        "@babel/helper-module-transforms": "^7.18.9",
42
        "@babel/helper-module-transforms": "^7.20.2",
42
        "@babel/helpers": "^7.18.9",
43
        "@babel/helpers": "^7.20.1",
43
        "@babel/parser": "^7.18.13",
44
        "@babel/parser": "^7.20.2",
44
        "@babel/template": "^7.18.10",
45
        "@babel/template": "^7.18.10",
45
        "@babel/traverse": "^7.18.13",
46
        "@babel/traverse": "^7.20.1",
46
        "@babel/types": "^7.18.13",
47
        "@babel/types": "^7.20.2",
47
        "convert-source-map": "^1.7.0",
48
        "convert-source-map": "^1.7.0",
48
        "debug": "^4.1.0",
49
        "debug": "^4.1.0",
49
        "gensync": "^1.0.0-beta.2",
50
        "gensync": "^1.0.0-beta.2",
50
        "json5": "^2.2.1",
51
        "json5": "^2.2.1",
51
        "semver": "^6.3.0"
52
        "semver": "^6.3.0"
Línea 58... Línea 59...
58
          "dev": true,
59
          "dev": true,
59
          "requires": {
60
          "requires": {
60
            "@babel/highlight": "^7.18.6"
61
            "@babel/highlight": "^7.18.6"
61
          }
62
          }
62
        },
63
        },
63
        "@babel/generator": {
-
 
64
          "version": "7.18.13",
-
 
65
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
-
 
66
          "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
-
 
67
          "dev": true,
-
 
68
          "requires": {
-
 
69
            "@babel/types": "^7.18.13",
-
 
70
            "@jridgewell/gen-mapping": "^0.3.2",
-
 
71
            "jsesc": "^2.5.1"
-
 
72
          }
-
 
73
        },
-
 
74
        "@babel/helper-environment-visitor": {
-
 
75
          "version": "7.18.9",
-
 
76
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
77
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
78
          "dev": true
-
 
79
        },
-
 
80
        "@babel/helper-function-name": {
-
 
81
          "version": "7.18.9",
-
 
82
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
83
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
84
          "dev": true,
-
 
85
          "requires": {
-
 
86
            "@babel/template": "^7.18.6",
-
 
87
            "@babel/types": "^7.18.9"
-
 
88
          }
-
 
89
        },
-
 
90
        "@babel/helper-hoist-variables": {
-
 
91
          "version": "7.18.6",
-
 
92
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
-
 
93
          "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
-
 
94
          "dev": true,
-
 
95
          "requires": {
-
 
96
            "@babel/types": "^7.18.6"
-
 
97
          }
-
 
98
        },
-
 
99
        "@babel/helper-split-export-declaration": {
-
 
100
          "version": "7.18.6",
-
 
101
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
102
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
103
          "dev": true,
-
 
104
          "requires": {
-
 
105
            "@babel/types": "^7.18.6"
-
 
106
          }
-
 
107
        },
-
 
108
        "@babel/helper-validator-identifier": {
64
        "@babel/helper-validator-identifier": {
109
          "version": "7.18.6",
65
          "version": "7.19.1",
110
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
66
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
111
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
67
          "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
112
          "dev": true
68
          "dev": true
113
        },
69
        },
114
        "@babel/highlight": {
70
        "@babel/highlight": {
115
          "version": "7.18.6",
71
          "version": "7.18.6",
116
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
72
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
Línea 119... Línea 75...
119
          "requires": {
75
          "requires": {
120
            "@babel/helper-validator-identifier": "^7.18.6",
76
            "@babel/helper-validator-identifier": "^7.18.6",
121
            "chalk": "^2.0.0",
77
            "chalk": "^2.0.0",
122
            "js-tokens": "^4.0.0"
78
            "js-tokens": "^4.0.0"
123
          }
79
          }
124
        },
80
        }
125
        "@babel/parser": {
-
 
126
          "version": "7.18.13",
-
 
127
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
128
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
129
          "dev": true
-
 
130
        },
81
      }
131
        "@babel/template": {
-
 
132
          "version": "7.18.10",
-
 
133
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
134
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
135
          "dev": true,
-
 
136
          "requires": {
-
 
137
            "@babel/code-frame": "^7.18.6",
-
 
138
            "@babel/parser": "^7.18.10",
-
 
139
            "@babel/types": "^7.18.10"
-
 
140
          }
-
 
141
        },
82
    },
142
        "@babel/traverse": {
83
    "@babel/generator": {
143
          "version": "7.18.13",
84
      "version": "7.20.4",
144
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
85
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.4.tgz",
145
          "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
86
      "integrity": "sha512-luCf7yk/cm7yab6CAW1aiFnmEfBJplb/JojV56MYEK7ziWfGmFlTfmL9Ehwfy4gFhbjBfWO1wj7/TuSbVNEEtA==",
146
          "dev": true,
-
 
147
          "requires": {
87
      "requires": {
148
            "@babel/code-frame": "^7.18.6",
-
 
149
            "@babel/generator": "^7.18.13",
-
 
150
            "@babel/helper-environment-visitor": "^7.18.9",
-
 
151
            "@babel/helper-function-name": "^7.18.9",
-
 
152
            "@babel/helper-hoist-variables": "^7.18.6",
-
 
153
            "@babel/helper-split-export-declaration": "^7.18.6",
-
 
154
            "@babel/parser": "^7.18.13",
-
 
155
            "@babel/types": "^7.18.13",
88
        "@babel/types": "^7.20.2",
156
            "debug": "^4.1.0",
89
        "@jridgewell/gen-mapping": "^0.3.2",
157
            "globals": "^11.1.0"
90
        "jsesc": "^2.5.1"
158
          }
-
 
159
        },
91
      },
160
        "@babel/types": {
-
 
161
          "version": "7.18.13",
-
 
162
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
163
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
164
          "dev": true,
-
 
165
          "requires": {
92
      "dependencies": {
166
            "@babel/helper-string-parser": "^7.18.10",
-
 
167
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
168
            "to-fast-properties": "^2.0.0"
-
 
169
          }
-
 
170
        },
-
 
171
        "@jridgewell/gen-mapping": {
93
        "@jridgewell/gen-mapping": {
172
          "version": "0.3.2",
94
          "version": "0.3.2",
173
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
95
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
174
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
96
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
175
          "dev": true,
-
 
176
          "requires": {
97
          "requires": {
177
            "@jridgewell/set-array": "^1.0.1",
98
            "@jridgewell/set-array": "^1.0.1",
178
            "@jridgewell/sourcemap-codec": "^1.4.10",
99
            "@jridgewell/sourcemap-codec": "^1.4.10",
179
            "@jridgewell/trace-mapping": "^0.3.9"
100
            "@jridgewell/trace-mapping": "^0.3.9"
180
          }
101
          }
181
        }
102
        }
182
      }
103
      }
183
    },
104
    },
184
    "@babel/generator": {
-
 
185
      "version": "7.17.9",
-
 
186
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.9.tgz",
-
 
187
      "integrity": "sha512-rAdDousTwxbIxbz5I7GEQ3lUip+xVCXooZNbsydCWs3xA7ZsYOv+CFRdzGxRX78BmQHu9B1Eso59AOZQOJDEdQ==",
-
 
188
      "requires": {
-
 
189
        "@babel/types": "^7.17.0",
-
 
190
        "jsesc": "^2.5.1",
-
 
191
        "source-map": "^0.5.0"
-
 
192
      }
-
 
193
    },
-
 
194
    "@babel/helper-annotate-as-pure": {
105
    "@babel/helper-annotate-as-pure": {
195
      "version": "7.16.7",
106
      "version": "7.18.6",
196
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz",
107
      "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
197
      "integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
108
      "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
198
      "requires": {
109
      "requires": {
199
        "@babel/types": "^7.16.7"
110
        "@babel/types": "^7.18.6"
200
      }
111
      }
201
    },
112
    },
202
    "@babel/helper-builder-binary-assignment-operator-visitor": {
113
    "@babel/helper-builder-binary-assignment-operator-visitor": {
203
      "version": "7.18.9",
114
      "version": "7.18.9",
204
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
115
      "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz",
205
      "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
116
      "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==",
206
      "dev": true,
117
      "dev": true,
207
      "requires": {
118
      "requires": {
208
        "@babel/helper-explode-assignable-expression": "^7.18.6",
119
        "@babel/helper-explode-assignable-expression": "^7.18.6",
209
        "@babel/types": "^7.18.9"
120
        "@babel/types": "^7.18.9"
210
      },
-
 
211
      "dependencies": {
-
 
212
        "@babel/helper-validator-identifier": {
-
 
213
          "version": "7.18.6",
-
 
214
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
215
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
216
          "dev": true
-
 
217
        },
-
 
218
        "@babel/types": {
-
 
219
          "version": "7.18.13",
-
 
220
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
221
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
222
          "dev": true,
-
 
223
          "requires": {
-
 
224
            "@babel/helper-string-parser": "^7.18.10",
-
 
225
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
226
            "to-fast-properties": "^2.0.0"
-
 
227
          }
-
 
228
        }
-
 
229
      }
121
      }
230
    },
122
    },
231
    "@babel/helper-compilation-targets": {
123
    "@babel/helper-compilation-targets": {
232
      "version": "7.18.9",
124
      "version": "7.20.0",
233
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz",
125
      "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz",
234
      "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==",
126
      "integrity": "sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==",
235
      "dev": true,
127
      "dev": true,
236
      "requires": {
128
      "requires": {
237
        "@babel/compat-data": "^7.18.8",
129
        "@babel/compat-data": "^7.20.0",
238
        "@babel/helper-validator-option": "^7.18.6",
130
        "@babel/helper-validator-option": "^7.18.6",
239
        "browserslist": "^4.20.2",
131
        "browserslist": "^4.21.3",
240
        "semver": "^6.3.0"
132
        "semver": "^6.3.0"
241
      }
133
      }
242
    },
134
    },
243
    "@babel/helper-create-class-features-plugin": {
135
    "@babel/helper-create-class-features-plugin": {
244
      "version": "7.18.13",
136
      "version": "7.20.2",
245
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.18.13.tgz",
137
      "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.2.tgz",
246
      "integrity": "sha512-hDvXp+QYxSRL+23mpAlSGxHMDyIGChm0/AwTfTAAK5Ufe40nCsyNdaYCGuK91phn/fVu9kqayImRDkvNAgdrsA==",
138
      "integrity": "sha512-k22GoYRAHPYr9I+Gvy2ZQlAe5mGy8BqWst2wRt8cwIufWTxrsVshhIBvYNqC80N0GSFWTsqRVexOtfzlgOEDvA==",
247
      "dev": true,
139
      "dev": true,
248
      "requires": {
140
      "requires": {
249
        "@babel/helper-annotate-as-pure": "^7.18.6",
141
        "@babel/helper-annotate-as-pure": "^7.18.6",
250
        "@babel/helper-environment-visitor": "^7.18.9",
142
        "@babel/helper-environment-visitor": "^7.18.9",
251
        "@babel/helper-function-name": "^7.18.9",
143
        "@babel/helper-function-name": "^7.19.0",
252
        "@babel/helper-member-expression-to-functions": "^7.18.9",
144
        "@babel/helper-member-expression-to-functions": "^7.18.9",
253
        "@babel/helper-optimise-call-expression": "^7.18.6",
145
        "@babel/helper-optimise-call-expression": "^7.18.6",
254
        "@babel/helper-replace-supers": "^7.18.9",
146
        "@babel/helper-replace-supers": "^7.19.1",
255
        "@babel/helper-split-export-declaration": "^7.18.6"
147
        "@babel/helper-split-export-declaration": "^7.18.6"
256
      },
-
 
257
      "dependencies": {
-
 
258
        "@babel/code-frame": {
-
 
259
          "version": "7.18.6",
-
 
260
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
261
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
262
          "dev": true,
-
 
263
          "requires": {
-
 
264
            "@babel/highlight": "^7.18.6"
-
 
265
          }
-
 
266
        },
-
 
267
        "@babel/helper-annotate-as-pure": {
-
 
268
          "version": "7.18.6",
-
 
269
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
-
 
270
          "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
-
 
271
          "dev": true,
-
 
272
          "requires": {
-
 
273
            "@babel/types": "^7.18.6"
-
 
274
          }
-
 
275
        },
-
 
276
        "@babel/helper-environment-visitor": {
-
 
277
          "version": "7.18.9",
-
 
278
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
279
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
280
          "dev": true
-
 
281
        },
-
 
282
        "@babel/helper-function-name": {
-
 
283
          "version": "7.18.9",
-
 
284
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
285
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
286
          "dev": true,
-
 
287
          "requires": {
-
 
288
            "@babel/template": "^7.18.6",
-
 
289
            "@babel/types": "^7.18.9"
-
 
290
          }
-
 
291
        },
-
 
292
        "@babel/helper-split-export-declaration": {
-
 
293
          "version": "7.18.6",
-
 
294
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
295
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
296
          "dev": true,
-
 
297
          "requires": {
-
 
298
            "@babel/types": "^7.18.6"
-
 
299
          }
-
 
300
        },
-
 
301
        "@babel/helper-validator-identifier": {
-
 
302
          "version": "7.18.6",
-
 
303
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
304
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
305
          "dev": true
-
 
306
        },
-
 
307
        "@babel/highlight": {
-
 
308
          "version": "7.18.6",
-
 
309
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
310
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
311
          "dev": true,
-
 
312
          "requires": {
-
 
313
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
314
            "chalk": "^2.0.0",
-
 
315
            "js-tokens": "^4.0.0"
-
 
316
          }
-
 
317
        },
-
 
318
        "@babel/parser": {
-
 
319
          "version": "7.18.13",
-
 
320
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
321
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
322
          "dev": true
-
 
323
        },
-
 
324
        "@babel/template": {
-
 
325
          "version": "7.18.10",
-
 
326
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
327
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
328
          "dev": true,
-
 
329
          "requires": {
-
 
330
            "@babel/code-frame": "^7.18.6",
-
 
331
            "@babel/parser": "^7.18.10",
-
 
332
            "@babel/types": "^7.18.10"
-
 
333
          }
-
 
334
        },
-
 
335
        "@babel/types": {
-
 
336
          "version": "7.18.13",
-
 
337
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
338
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
339
          "dev": true,
-
 
340
          "requires": {
-
 
341
            "@babel/helper-string-parser": "^7.18.10",
-
 
342
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
343
            "to-fast-properties": "^2.0.0"
-
 
344
          }
-
 
345
        }
-
 
346
      }
148
      }
347
    },
149
    },
348
    "@babel/helper-create-regexp-features-plugin": {
150
    "@babel/helper-create-regexp-features-plugin": {
349
      "version": "7.18.6",
151
      "version": "7.19.0",
350
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.18.6.tgz",
152
      "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz",
351
      "integrity": "sha512-7LcpH1wnQLGrI+4v+nPp+zUvIkF9x0ddv1Hkdue10tg3gmRnLy97DXh4STiOf1qeIInyD69Qv5kKSZzKD8B/7A==",
153
      "integrity": "sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==",
352
      "dev": true,
154
      "dev": true,
353
      "requires": {
155
      "requires": {
354
        "@babel/helper-annotate-as-pure": "^7.18.6",
156
        "@babel/helper-annotate-as-pure": "^7.18.6",
355
        "regexpu-core": "^5.1.0"
157
        "regexpu-core": "^5.1.0"
356
      },
-
 
357
      "dependencies": {
-
 
358
        "@babel/helper-annotate-as-pure": {
-
 
359
          "version": "7.18.6",
-
 
360
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
-
 
361
          "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
-
 
362
          "dev": true,
-
 
363
          "requires": {
-
 
364
            "@babel/types": "^7.18.6"
-
 
365
          }
-
 
366
        },
-
 
367
        "@babel/helper-validator-identifier": {
-
 
368
          "version": "7.18.6",
-
 
369
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
370
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
371
          "dev": true
-
 
372
        },
-
 
373
        "@babel/types": {
-
 
374
          "version": "7.18.13",
-
 
375
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
376
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
377
          "dev": true,
-
 
378
          "requires": {
-
 
379
            "@babel/helper-string-parser": "^7.18.10",
-
 
380
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
381
            "to-fast-properties": "^2.0.0"
-
 
382
          }
-
 
383
        }
-
 
384
      }
158
      }
385
    },
159
    },
386
    "@babel/helper-define-polyfill-provider": {
160
    "@babel/helper-define-polyfill-provider": {
387
      "version": "0.3.2",
161
      "version": "0.3.3",
388
      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.2.tgz",
162
      "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz",
389
      "integrity": "sha512-r9QJJ+uDWrd+94BSPcP6/de67ygLtvVy6cK4luE6MOuDsZIdoaPBnfSpbO/+LTifjPckbKXRuI9BB/Z2/y3iTg==",
163
      "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==",
390
      "dev": true,
164
      "dev": true,
391
      "requires": {
165
      "requires": {
392
        "@babel/helper-compilation-targets": "^7.17.7",
166
        "@babel/helper-compilation-targets": "^7.17.7",
393
        "@babel/helper-plugin-utils": "^7.16.7",
167
        "@babel/helper-plugin-utils": "^7.16.7",
394
        "debug": "^4.1.1",
168
        "debug": "^4.1.1",
Línea 396... Línea 170...
396
        "resolve": "^1.14.2",
170
        "resolve": "^1.14.2",
397
        "semver": "^6.1.2"
171
        "semver": "^6.1.2"
398
      }
172
      }
399
    },
173
    },
400
    "@babel/helper-environment-visitor": {
174
    "@babel/helper-environment-visitor": {
401
      "version": "7.16.7",
175
      "version": "7.18.9",
402
      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
176
      "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
403
      "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
177
      "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg=="
404
      "requires": {
-
 
405
        "@babel/types": "^7.16.7"
-
 
406
      }
-
 
407
    },
178
    },
408
    "@babel/helper-explode-assignable-expression": {
179
    "@babel/helper-explode-assignable-expression": {
409
      "version": "7.18.6",
180
      "version": "7.18.6",
410
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
181
      "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz",
411
      "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
182
      "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==",
412
      "dev": true,
183
      "dev": true,
413
      "requires": {
184
      "requires": {
414
        "@babel/types": "^7.18.6"
185
        "@babel/types": "^7.18.6"
415
      },
-
 
416
      "dependencies": {
-
 
417
        "@babel/helper-validator-identifier": {
-
 
418
          "version": "7.18.6",
-
 
419
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
420
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
421
          "dev": true
-
 
422
        },
-
 
423
        "@babel/types": {
-
 
424
          "version": "7.18.13",
-
 
425
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
426
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
427
          "dev": true,
-
 
428
          "requires": {
-
 
429
            "@babel/helper-string-parser": "^7.18.10",
-
 
430
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
431
            "to-fast-properties": "^2.0.0"
-
 
432
          }
-
 
433
        }
-
 
434
      }
186
      }
435
    },
187
    },
436
    "@babel/helper-function-name": {
188
    "@babel/helper-function-name": {
437
      "version": "7.17.9",
189
      "version": "7.19.0",
438
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz",
190
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz",
439
      "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==",
191
      "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==",
440
      "requires": {
192
      "requires": {
441
        "@babel/template": "^7.16.7",
193
        "@babel/template": "^7.18.10",
442
        "@babel/types": "^7.17.0"
194
        "@babel/types": "^7.19.0"
443
      }
195
      }
444
    },
196
    },
445
    "@babel/helper-hoist-variables": {
197
    "@babel/helper-hoist-variables": {
446
      "version": "7.16.7",
198
      "version": "7.18.6",
447
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
199
      "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
448
      "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
200
      "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
449
      "requires": {
201
      "requires": {
450
        "@babel/types": "^7.16.7"
202
        "@babel/types": "^7.18.6"
451
      }
203
      }
452
    },
204
    },
453
    "@babel/helper-member-expression-to-functions": {
205
    "@babel/helper-member-expression-to-functions": {
454
      "version": "7.18.9",
206
      "version": "7.18.9",
455
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz",
207
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz",
456
      "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==",
208
      "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==",
457
      "dev": true,
209
      "dev": true,
458
      "requires": {
210
      "requires": {
459
        "@babel/types": "^7.18.9"
211
        "@babel/types": "^7.18.9"
460
      },
-
 
461
      "dependencies": {
-
 
462
        "@babel/helper-validator-identifier": {
-
 
463
          "version": "7.18.6",
-
 
464
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
465
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
466
          "dev": true
-
 
467
        },
-
 
468
        "@babel/types": {
-
 
469
          "version": "7.18.13",
-
 
470
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
471
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
472
          "dev": true,
-
 
473
          "requires": {
-
 
474
            "@babel/helper-string-parser": "^7.18.10",
-
 
475
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
476
            "to-fast-properties": "^2.0.0"
-
 
477
          }
-
 
478
        }
-
 
479
      }
212
      }
480
    },
213
    },
481
    "@babel/helper-module-imports": {
214
    "@babel/helper-module-imports": {
482
      "version": "7.16.7",
215
      "version": "7.18.6",
483
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
216
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
484
      "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
217
      "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
485
      "requires": {
218
      "requires": {
486
        "@babel/types": "^7.16.7"
219
        "@babel/types": "^7.18.6"
487
      }
220
      }
488
    },
221
    },
489
    "@babel/helper-module-transforms": {
222
    "@babel/helper-module-transforms": {
490
      "version": "7.18.9",
223
      "version": "7.20.2",
491
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz",
224
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz",
492
      "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==",
225
      "integrity": "sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==",
493
      "dev": true,
226
      "dev": true,
494
      "requires": {
227
      "requires": {
495
        "@babel/helper-environment-visitor": "^7.18.9",
228
        "@babel/helper-environment-visitor": "^7.18.9",
496
        "@babel/helper-module-imports": "^7.18.6",
229
        "@babel/helper-module-imports": "^7.18.6",
497
        "@babel/helper-simple-access": "^7.18.6",
230
        "@babel/helper-simple-access": "^7.20.2",
498
        "@babel/helper-split-export-declaration": "^7.18.6",
231
        "@babel/helper-split-export-declaration": "^7.18.6",
499
        "@babel/helper-validator-identifier": "^7.18.6",
232
        "@babel/helper-validator-identifier": "^7.19.1",
500
        "@babel/template": "^7.18.6",
233
        "@babel/template": "^7.18.10",
501
        "@babel/traverse": "^7.18.9",
234
        "@babel/traverse": "^7.20.1",
502
        "@babel/types": "^7.18.9"
235
        "@babel/types": "^7.20.2"
503
      },
236
      },
504
      "dependencies": {
237
      "dependencies": {
505
        "@babel/code-frame": {
-
 
506
          "version": "7.18.6",
-
 
507
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
508
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
509
          "dev": true,
-
 
510
          "requires": {
-
 
511
            "@babel/highlight": "^7.18.6"
-
 
512
          }
-
 
513
        },
-
 
514
        "@babel/generator": {
-
 
515
          "version": "7.18.13",
-
 
516
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
-
 
517
          "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
-
 
518
          "dev": true,
-
 
519
          "requires": {
-
 
520
            "@babel/types": "^7.18.13",
-
 
521
            "@jridgewell/gen-mapping": "^0.3.2",
-
 
522
            "jsesc": "^2.5.1"
-
 
523
          }
-
 
524
        },
-
 
525
        "@babel/helper-environment-visitor": {
-
 
526
          "version": "7.18.9",
-
 
527
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
528
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
529
          "dev": true
-
 
530
        },
-
 
531
        "@babel/helper-function-name": {
-
 
532
          "version": "7.18.9",
-
 
533
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
534
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
535
          "dev": true,
-
 
536
          "requires": {
-
 
537
            "@babel/template": "^7.18.6",
-
 
538
            "@babel/types": "^7.18.9"
-
 
539
          }
-
 
540
        },
-
 
541
        "@babel/helper-hoist-variables": {
-
 
542
          "version": "7.18.6",
-
 
543
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
-
 
544
          "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
-
 
545
          "dev": true,
-
 
546
          "requires": {
-
 
547
            "@babel/types": "^7.18.6"
-
 
548
          }
-
 
549
        },
-
 
550
        "@babel/helper-module-imports": {
-
 
551
          "version": "7.18.6",
-
 
552
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
-
 
553
          "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
-
 
554
          "dev": true,
-
 
555
          "requires": {
-
 
556
            "@babel/types": "^7.18.6"
-
 
557
          }
-
 
558
        },
-
 
559
        "@babel/helper-split-export-declaration": {
-
 
560
          "version": "7.18.6",
-
 
561
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
562
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
563
          "dev": true,
-
 
564
          "requires": {
-
 
565
            "@babel/types": "^7.18.6"
-
 
566
          }
-
 
567
        },
-
 
568
        "@babel/helper-validator-identifier": {
238
        "@babel/helper-validator-identifier": {
569
          "version": "7.18.6",
239
          "version": "7.19.1",
570
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
240
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
571
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
241
          "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
572
          "dev": true
-
 
573
        },
-
 
574
        "@babel/highlight": {
-
 
575
          "version": "7.18.6",
-
 
576
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
577
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
578
          "dev": true,
-
 
579
          "requires": {
-
 
580
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
581
            "chalk": "^2.0.0",
-
 
582
            "js-tokens": "^4.0.0"
-
 
583
          }
-
 
584
        },
-
 
585
        "@babel/parser": {
-
 
586
          "version": "7.18.13",
-
 
587
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
588
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
589
          "dev": true
242
          "dev": true
590
        },
-
 
591
        "@babel/template": {
-
 
592
          "version": "7.18.10",
-
 
593
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
594
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
595
          "dev": true,
-
 
596
          "requires": {
-
 
597
            "@babel/code-frame": "^7.18.6",
-
 
598
            "@babel/parser": "^7.18.10",
-
 
599
            "@babel/types": "^7.18.10"
-
 
600
          }
-
 
601
        },
-
 
602
        "@babel/traverse": {
-
 
603
          "version": "7.18.13",
-
 
604
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
-
 
605
          "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
-
 
606
          "dev": true,
-
 
607
          "requires": {
-
 
608
            "@babel/code-frame": "^7.18.6",
-
 
609
            "@babel/generator": "^7.18.13",
-
 
610
            "@babel/helper-environment-visitor": "^7.18.9",
-
 
611
            "@babel/helper-function-name": "^7.18.9",
-
 
612
            "@babel/helper-hoist-variables": "^7.18.6",
-
 
613
            "@babel/helper-split-export-declaration": "^7.18.6",
-
 
614
            "@babel/parser": "^7.18.13",
-
 
615
            "@babel/types": "^7.18.13",
-
 
616
            "debug": "^4.1.0",
-
 
617
            "globals": "^11.1.0"
-
 
618
          }
-
 
619
        },
-
 
620
        "@babel/types": {
-
 
621
          "version": "7.18.13",
-
 
622
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
623
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
624
          "dev": true,
-
 
625
          "requires": {
-
 
626
            "@babel/helper-string-parser": "^7.18.10",
-
 
627
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
628
            "to-fast-properties": "^2.0.0"
-
 
629
          }
-
 
630
        },
-
 
631
        "@jridgewell/gen-mapping": {
-
 
632
          "version": "0.3.2",
-
 
633
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
-
 
634
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
-
 
635
          "dev": true,
-
 
636
          "requires": {
-
 
637
            "@jridgewell/set-array": "^1.0.1",
-
 
638
            "@jridgewell/sourcemap-codec": "^1.4.10",
-
 
639
            "@jridgewell/trace-mapping": "^0.3.9"
-
 
640
          }
-
 
641
        }
243
        }
642
      }
244
      }
643
    },
245
    },
644
    "@babel/helper-optimise-call-expression": {
246
    "@babel/helper-optimise-call-expression": {
645
      "version": "7.18.6",
247
      "version": "7.18.6",
646
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
248
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz",
647
      "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
249
      "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==",
648
      "dev": true,
250
      "dev": true,
649
      "requires": {
251
      "requires": {
650
        "@babel/types": "^7.18.6"
252
        "@babel/types": "^7.18.6"
651
      },
-
 
652
      "dependencies": {
-
 
653
        "@babel/helper-validator-identifier": {
-
 
654
          "version": "7.18.6",
-
 
655
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
656
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
657
          "dev": true
-
 
658
        },
-
 
659
        "@babel/types": {
-
 
660
          "version": "7.18.13",
-
 
661
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
662
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
663
          "dev": true,
-
 
664
          "requires": {
-
 
665
            "@babel/helper-string-parser": "^7.18.10",
-
 
666
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
667
            "to-fast-properties": "^2.0.0"
-
 
668
          }
-
 
669
        }
-
 
670
      }
253
      }
671
    },
254
    },
672
    "@babel/helper-plugin-utils": {
255
    "@babel/helper-plugin-utils": {
673
      "version": "7.18.9",
256
      "version": "7.18.9",
674
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz",
257
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.18.9.tgz",
Línea 683... Línea 266...
683
      "requires": {
266
      "requires": {
684
        "@babel/helper-annotate-as-pure": "^7.18.6",
267
        "@babel/helper-annotate-as-pure": "^7.18.6",
685
        "@babel/helper-environment-visitor": "^7.18.9",
268
        "@babel/helper-environment-visitor": "^7.18.9",
686
        "@babel/helper-wrap-function": "^7.18.9",
269
        "@babel/helper-wrap-function": "^7.18.9",
687
        "@babel/types": "^7.18.9"
270
        "@babel/types": "^7.18.9"
688
      },
-
 
689
      "dependencies": {
-
 
690
        "@babel/helper-annotate-as-pure": {
-
 
691
          "version": "7.18.6",
-
 
692
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
-
 
693
          "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
-
 
694
          "dev": true,
-
 
695
          "requires": {
-
 
696
            "@babel/types": "^7.18.6"
-
 
697
          }
-
 
698
        },
-
 
699
        "@babel/helper-environment-visitor": {
-
 
700
          "version": "7.18.9",
-
 
701
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
702
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
703
          "dev": true
-
 
704
        },
-
 
705
        "@babel/helper-validator-identifier": {
-
 
706
          "version": "7.18.6",
-
 
707
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
708
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
709
          "dev": true
-
 
710
        },
-
 
711
        "@babel/types": {
-
 
712
          "version": "7.18.13",
-
 
713
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
714
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
715
          "dev": true,
-
 
716
          "requires": {
-
 
717
            "@babel/helper-string-parser": "^7.18.10",
-
 
718
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
719
            "to-fast-properties": "^2.0.0"
-
 
720
          }
-
 
721
        }
-
 
722
      }
271
      }
723
    },
272
    },
724
    "@babel/helper-replace-supers": {
273
    "@babel/helper-replace-supers": {
725
      "version": "7.18.9",
274
      "version": "7.19.1",
726
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.18.9.tgz",
275
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz",
727
      "integrity": "sha512-dNsWibVI4lNT6HiuOIBr1oyxo40HvIVmbwPUm3XZ7wMh4k2WxrxTqZwSqw/eEmXDS9np0ey5M2bz9tBmO9c+YQ==",
276
      "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==",
728
      "dev": true,
277
      "dev": true,
729
      "requires": {
278
      "requires": {
730
        "@babel/helper-environment-visitor": "^7.18.9",
279
        "@babel/helper-environment-visitor": "^7.18.9",
731
        "@babel/helper-member-expression-to-functions": "^7.18.9",
280
        "@babel/helper-member-expression-to-functions": "^7.18.9",
732
        "@babel/helper-optimise-call-expression": "^7.18.6",
281
        "@babel/helper-optimise-call-expression": "^7.18.6",
733
        "@babel/traverse": "^7.18.9",
282
        "@babel/traverse": "^7.19.1",
734
        "@babel/types": "^7.18.9"
283
        "@babel/types": "^7.19.0"
735
      },
-
 
736
      "dependencies": {
-
 
737
        "@babel/code-frame": {
-
 
738
          "version": "7.18.6",
-
 
739
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
740
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
741
          "dev": true,
-
 
742
          "requires": {
-
 
743
            "@babel/highlight": "^7.18.6"
-
 
744
          }
-
 
745
        },
-
 
746
        "@babel/generator": {
-
 
747
          "version": "7.18.13",
-
 
748
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
-
 
749
          "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
-
 
750
          "dev": true,
-
 
751
          "requires": {
-
 
752
            "@babel/types": "^7.18.13",
-
 
753
            "@jridgewell/gen-mapping": "^0.3.2",
-
 
754
            "jsesc": "^2.5.1"
-
 
755
          }
-
 
756
        },
-
 
757
        "@babel/helper-environment-visitor": {
-
 
758
          "version": "7.18.9",
-
 
759
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
760
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
761
          "dev": true
-
 
762
        },
-
 
763
        "@babel/helper-function-name": {
-
 
764
          "version": "7.18.9",
-
 
765
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
766
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
767
          "dev": true,
-
 
768
          "requires": {
-
 
769
            "@babel/template": "^7.18.6",
-
 
770
            "@babel/types": "^7.18.9"
-
 
771
          }
-
 
772
        },
-
 
773
        "@babel/helper-hoist-variables": {
-
 
774
          "version": "7.18.6",
-
 
775
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
-
 
776
          "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
-
 
777
          "dev": true,
-
 
778
          "requires": {
-
 
779
            "@babel/types": "^7.18.6"
-
 
780
          }
-
 
781
        },
-
 
782
        "@babel/helper-split-export-declaration": {
-
 
783
          "version": "7.18.6",
-
 
784
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
785
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
786
          "dev": true,
-
 
787
          "requires": {
-
 
788
            "@babel/types": "^7.18.6"
-
 
789
          }
-
 
790
        },
-
 
791
        "@babel/helper-validator-identifier": {
-
 
792
          "version": "7.18.6",
-
 
793
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
794
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
795
          "dev": true
-
 
796
        },
-
 
797
        "@babel/highlight": {
-
 
798
          "version": "7.18.6",
-
 
799
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
800
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
801
          "dev": true,
-
 
802
          "requires": {
-
 
803
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
804
            "chalk": "^2.0.0",
-
 
805
            "js-tokens": "^4.0.0"
-
 
806
          }
-
 
807
        },
-
 
808
        "@babel/parser": {
-
 
809
          "version": "7.18.13",
-
 
810
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
811
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
812
          "dev": true
-
 
813
        },
-
 
814
        "@babel/template": {
-
 
815
          "version": "7.18.10",
-
 
816
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
817
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
818
          "dev": true,
-
 
819
          "requires": {
-
 
820
            "@babel/code-frame": "^7.18.6",
-
 
821
            "@babel/parser": "^7.18.10",
-
 
822
            "@babel/types": "^7.18.10"
-
 
823
          }
-
 
824
        },
-
 
825
        "@babel/traverse": {
-
 
826
          "version": "7.18.13",
-
 
827
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
-
 
828
          "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
-
 
829
          "dev": true,
-
 
830
          "requires": {
-
 
831
            "@babel/code-frame": "^7.18.6",
-
 
832
            "@babel/generator": "^7.18.13",
-
 
833
            "@babel/helper-environment-visitor": "^7.18.9",
-
 
834
            "@babel/helper-function-name": "^7.18.9",
-
 
835
            "@babel/helper-hoist-variables": "^7.18.6",
-
 
836
            "@babel/helper-split-export-declaration": "^7.18.6",
-
 
837
            "@babel/parser": "^7.18.13",
-
 
838
            "@babel/types": "^7.18.13",
-
 
839
            "debug": "^4.1.0",
-
 
840
            "globals": "^11.1.0"
-
 
841
          }
-
 
842
        },
-
 
843
        "@babel/types": {
-
 
844
          "version": "7.18.13",
-
 
845
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
846
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
847
          "dev": true,
-
 
848
          "requires": {
-
 
849
            "@babel/helper-string-parser": "^7.18.10",
-
 
850
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
851
            "to-fast-properties": "^2.0.0"
-
 
852
          }
-
 
853
        },
-
 
854
        "@jridgewell/gen-mapping": {
-
 
855
          "version": "0.3.2",
-
 
856
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
-
 
857
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
-
 
858
          "dev": true,
-
 
859
          "requires": {
-
 
860
            "@jridgewell/set-array": "^1.0.1",
-
 
861
            "@jridgewell/sourcemap-codec": "^1.4.10",
-
 
862
            "@jridgewell/trace-mapping": "^0.3.9"
-
 
863
          }
-
 
864
        }
-
 
865
      }
284
      }
866
    },
285
    },
867
    "@babel/helper-simple-access": {
286
    "@babel/helper-simple-access": {
868
      "version": "7.18.6",
287
      "version": "7.20.2",
869
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz",
288
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz",
870
      "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==",
289
      "integrity": "sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==",
871
      "dev": true,
290
      "dev": true,
872
      "requires": {
291
      "requires": {
873
        "@babel/types": "^7.18.6"
292
        "@babel/types": "^7.20.2"
874
      },
-
 
875
      "dependencies": {
-
 
876
        "@babel/helper-validator-identifier": {
-
 
877
          "version": "7.18.6",
-
 
878
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
879
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
880
          "dev": true
-
 
881
        },
-
 
882
        "@babel/types": {
-
 
883
          "version": "7.18.13",
-
 
884
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
885
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
886
          "dev": true,
-
 
887
          "requires": {
-
 
888
            "@babel/helper-string-parser": "^7.18.10",
-
 
889
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
890
            "to-fast-properties": "^2.0.0"
-
 
891
          }
-
 
892
        }
-
 
893
      }
293
      }
894
    },
294
    },
895
    "@babel/helper-skip-transparent-expression-wrappers": {
295
    "@babel/helper-skip-transparent-expression-wrappers": {
896
      "version": "7.18.9",
296
      "version": "7.20.0",
897
      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz",
297
      "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz",
898
      "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==",
298
      "integrity": "sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==",
899
      "dev": true,
299
      "dev": true,
900
      "requires": {
300
      "requires": {
901
        "@babel/types": "^7.18.9"
301
        "@babel/types": "^7.20.0"
902
      },
-
 
903
      "dependencies": {
-
 
904
        "@babel/helper-validator-identifier": {
-
 
905
          "version": "7.18.6",
-
 
906
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
907
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
908
          "dev": true
-
 
909
        },
-
 
910
        "@babel/types": {
-
 
911
          "version": "7.18.13",
-
 
912
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
913
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
914
          "dev": true,
-
 
915
          "requires": {
-
 
916
            "@babel/helper-string-parser": "^7.18.10",
-
 
917
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
918
            "to-fast-properties": "^2.0.0"
-
 
919
          }
-
 
920
        }
-
 
921
      }
302
      }
922
    },
303
    },
923
    "@babel/helper-split-export-declaration": {
304
    "@babel/helper-split-export-declaration": {
924
      "version": "7.16.7",
305
      "version": "7.18.6",
925
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
306
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
926
      "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
307
      "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
927
      "requires": {
308
      "requires": {
928
        "@babel/types": "^7.16.7"
309
        "@babel/types": "^7.18.6"
929
      }
310
      }
930
    },
311
    },
931
    "@babel/helper-string-parser": {
312
    "@babel/helper-string-parser": {
932
      "version": "7.18.10",
313
      "version": "7.18.10",
933
      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz",
314
      "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz",
Línea 935... Línea 316...
935
      "dev": true
316
      "dev": true
936
    },
317
    },
937
    "@babel/helper-validator-identifier": {
318
    "@babel/helper-validator-identifier": {
938
      "version": "7.16.7",
319
      "version": "7.16.7",
939
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
320
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
940
      "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
321
      "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
-
 
322
      "dev": true
941
    },
323
    },
942
    "@babel/helper-validator-option": {
324
    "@babel/helper-validator-option": {
943
      "version": "7.18.6",
325
      "version": "7.18.6",
944
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
326
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz",
945
      "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
327
      "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==",
946
      "dev": true
328
      "dev": true
947
    },
329
    },
948
    "@babel/helper-wrap-function": {
330
    "@babel/helper-wrap-function": {
949
      "version": "7.18.11",
331
      "version": "7.19.0",
950
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.18.11.tgz",
332
      "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz",
951
      "integrity": "sha512-oBUlbv+rjZLh2Ks9SKi4aL7eKaAXBWleHzU89mP0G6BMUlRxSckk9tSIkgDGydhgFxHuGSlBQZfnaD47oBEB7w==",
333
      "integrity": "sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==",
952
      "dev": true,
334
      "dev": true,
953
      "requires": {
335
      "requires": {
954
        "@babel/helper-function-name": "^7.18.9",
336
        "@babel/helper-function-name": "^7.19.0",
955
        "@babel/template": "^7.18.10",
337
        "@babel/template": "^7.18.10",
956
        "@babel/traverse": "^7.18.11",
338
        "@babel/traverse": "^7.19.0",
957
        "@babel/types": "^7.18.10"
339
        "@babel/types": "^7.19.0"
958
      },
-
 
959
      "dependencies": {
-
 
960
        "@babel/code-frame": {
-
 
961
          "version": "7.18.6",
-
 
962
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
963
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
964
          "dev": true,
-
 
965
          "requires": {
-
 
966
            "@babel/highlight": "^7.18.6"
-
 
967
          }
-
 
968
        },
-
 
969
        "@babel/generator": {
-
 
970
          "version": "7.18.13",
-
 
971
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
-
 
972
          "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
-
 
973
          "dev": true,
-
 
974
          "requires": {
-
 
975
            "@babel/types": "^7.18.13",
-
 
976
            "@jridgewell/gen-mapping": "^0.3.2",
-
 
977
            "jsesc": "^2.5.1"
-
 
978
          }
-
 
979
        },
-
 
980
        "@babel/helper-environment-visitor": {
-
 
981
          "version": "7.18.9",
-
 
982
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
983
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
984
          "dev": true
-
 
985
        },
-
 
986
        "@babel/helper-function-name": {
-
 
987
          "version": "7.18.9",
-
 
988
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
989
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
990
          "dev": true,
-
 
991
          "requires": {
-
 
992
            "@babel/template": "^7.18.6",
-
 
993
            "@babel/types": "^7.18.9"
-
 
994
          }
-
 
995
        },
-
 
996
        "@babel/helper-hoist-variables": {
-
 
997
          "version": "7.18.6",
-
 
998
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
-
 
999
          "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
-
 
1000
          "dev": true,
-
 
1001
          "requires": {
-
 
1002
            "@babel/types": "^7.18.6"
-
 
1003
          }
-
 
1004
        },
-
 
1005
        "@babel/helper-split-export-declaration": {
-
 
1006
          "version": "7.18.6",
-
 
1007
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
1008
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
1009
          "dev": true,
-
 
1010
          "requires": {
-
 
1011
            "@babel/types": "^7.18.6"
-
 
1012
          }
-
 
1013
        },
-
 
1014
        "@babel/helper-validator-identifier": {
-
 
1015
          "version": "7.18.6",
-
 
1016
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
1017
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
1018
          "dev": true
-
 
1019
        },
-
 
1020
        "@babel/highlight": {
-
 
1021
          "version": "7.18.6",
-
 
1022
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
1023
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
1024
          "dev": true,
-
 
1025
          "requires": {
-
 
1026
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1027
            "chalk": "^2.0.0",
-
 
1028
            "js-tokens": "^4.0.0"
-
 
1029
          }
-
 
1030
        },
-
 
1031
        "@babel/parser": {
-
 
1032
          "version": "7.18.13",
-
 
1033
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
1034
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
1035
          "dev": true
-
 
1036
        },
-
 
1037
        "@babel/template": {
-
 
1038
          "version": "7.18.10",
-
 
1039
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
1040
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
1041
          "dev": true,
-
 
1042
          "requires": {
-
 
1043
            "@babel/code-frame": "^7.18.6",
-
 
1044
            "@babel/parser": "^7.18.10",
-
 
1045
            "@babel/types": "^7.18.10"
-
 
1046
          }
-
 
1047
        },
-
 
1048
        "@babel/traverse": {
-
 
1049
          "version": "7.18.13",
-
 
1050
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
-
 
1051
          "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
-
 
1052
          "dev": true,
-
 
1053
          "requires": {
-
 
1054
            "@babel/code-frame": "^7.18.6",
-
 
1055
            "@babel/generator": "^7.18.13",
-
 
1056
            "@babel/helper-environment-visitor": "^7.18.9",
-
 
1057
            "@babel/helper-function-name": "^7.18.9",
-
 
1058
            "@babel/helper-hoist-variables": "^7.18.6",
-
 
1059
            "@babel/helper-split-export-declaration": "^7.18.6",
-
 
1060
            "@babel/parser": "^7.18.13",
-
 
1061
            "@babel/types": "^7.18.13",
-
 
1062
            "debug": "^4.1.0",
-
 
1063
            "globals": "^11.1.0"
-
 
1064
          }
-
 
1065
        },
-
 
1066
        "@babel/types": {
-
 
1067
          "version": "7.18.13",
-
 
1068
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1069
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1070
          "dev": true,
-
 
1071
          "requires": {
-
 
1072
            "@babel/helper-string-parser": "^7.18.10",
-
 
1073
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1074
            "to-fast-properties": "^2.0.0"
-
 
1075
          }
-
 
1076
        },
-
 
1077
        "@jridgewell/gen-mapping": {
-
 
1078
          "version": "0.3.2",
-
 
1079
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
-
 
1080
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
-
 
1081
          "dev": true,
-
 
1082
          "requires": {
-
 
1083
            "@jridgewell/set-array": "^1.0.1",
-
 
1084
            "@jridgewell/sourcemap-codec": "^1.4.10",
-
 
1085
            "@jridgewell/trace-mapping": "^0.3.9"
-
 
1086
          }
-
 
1087
        }
-
 
1088
      }
340
      }
1089
    },
341
    },
1090
    "@babel/helpers": {
342
    "@babel/helpers": {
1091
      "version": "7.18.9",
343
      "version": "7.20.1",
1092
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz",
344
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.20.1.tgz",
1093
      "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==",
345
      "integrity": "sha512-J77mUVaDTUJFZ5BpP6mMn6OIl3rEWymk2ZxDBQJUG3P+PbmyMcF3bYWvz0ma69Af1oobDqT/iAsvzhB58xhQUg==",
1094
      "dev": true,
346
      "dev": true,
1095
      "requires": {
347
      "requires": {
1096
        "@babel/template": "^7.18.6",
348
        "@babel/template": "^7.18.10",
1097
        "@babel/traverse": "^7.18.9",
349
        "@babel/traverse": "^7.20.1",
1098
        "@babel/types": "^7.18.9"
350
        "@babel/types": "^7.20.0"
1099
      },
-
 
1100
      "dependencies": {
-
 
1101
        "@babel/code-frame": {
-
 
1102
          "version": "7.18.6",
-
 
1103
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
1104
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
1105
          "dev": true,
-
 
1106
          "requires": {
-
 
1107
            "@babel/highlight": "^7.18.6"
-
 
1108
          }
-
 
1109
        },
-
 
1110
        "@babel/generator": {
-
 
1111
          "version": "7.18.13",
-
 
1112
          "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz",
-
 
1113
          "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==",
-
 
1114
          "dev": true,
-
 
1115
          "requires": {
-
 
1116
            "@babel/types": "^7.18.13",
-
 
1117
            "@jridgewell/gen-mapping": "^0.3.2",
-
 
1118
            "jsesc": "^2.5.1"
-
 
1119
          }
-
 
1120
        },
-
 
1121
        "@babel/helper-environment-visitor": {
-
 
1122
          "version": "7.18.9",
-
 
1123
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
1124
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
-
 
1125
          "dev": true
-
 
1126
        },
-
 
1127
        "@babel/helper-function-name": {
-
 
1128
          "version": "7.18.9",
-
 
1129
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
1130
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
1131
          "dev": true,
-
 
1132
          "requires": {
-
 
1133
            "@babel/template": "^7.18.6",
-
 
1134
            "@babel/types": "^7.18.9"
-
 
1135
          }
-
 
1136
        },
-
 
1137
        "@babel/helper-hoist-variables": {
-
 
1138
          "version": "7.18.6",
-
 
1139
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
-
 
1140
          "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
-
 
1141
          "dev": true,
-
 
1142
          "requires": {
-
 
1143
            "@babel/types": "^7.18.6"
-
 
1144
          }
-
 
1145
        },
-
 
1146
        "@babel/helper-split-export-declaration": {
-
 
1147
          "version": "7.18.6",
-
 
1148
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
1149
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
1150
          "dev": true,
-
 
1151
          "requires": {
-
 
1152
            "@babel/types": "^7.18.6"
-
 
1153
          }
-
 
1154
        },
-
 
1155
        "@babel/helper-validator-identifier": {
-
 
1156
          "version": "7.18.6",
-
 
1157
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
1158
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
1159
          "dev": true
-
 
1160
        },
-
 
1161
        "@babel/highlight": {
-
 
1162
          "version": "7.18.6",
-
 
1163
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
1164
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
1165
          "dev": true,
-
 
1166
          "requires": {
-
 
1167
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1168
            "chalk": "^2.0.0",
-
 
1169
            "js-tokens": "^4.0.0"
-
 
1170
          }
-
 
1171
        },
-
 
1172
        "@babel/parser": {
-
 
1173
          "version": "7.18.13",
-
 
1174
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
1175
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
1176
          "dev": true
-
 
1177
        },
-
 
1178
        "@babel/template": {
-
 
1179
          "version": "7.18.10",
-
 
1180
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
1181
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
1182
          "dev": true,
-
 
1183
          "requires": {
-
 
1184
            "@babel/code-frame": "^7.18.6",
-
 
1185
            "@babel/parser": "^7.18.10",
-
 
1186
            "@babel/types": "^7.18.10"
-
 
1187
          }
-
 
1188
        },
-
 
1189
        "@babel/traverse": {
-
 
1190
          "version": "7.18.13",
-
 
1191
          "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz",
-
 
1192
          "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==",
-
 
1193
          "dev": true,
-
 
1194
          "requires": {
-
 
1195
            "@babel/code-frame": "^7.18.6",
-
 
1196
            "@babel/generator": "^7.18.13",
-
 
1197
            "@babel/helper-environment-visitor": "^7.18.9",
-
 
1198
            "@babel/helper-function-name": "^7.18.9",
-
 
1199
            "@babel/helper-hoist-variables": "^7.18.6",
-
 
1200
            "@babel/helper-split-export-declaration": "^7.18.6",
-
 
1201
            "@babel/parser": "^7.18.13",
-
 
1202
            "@babel/types": "^7.18.13",
-
 
1203
            "debug": "^4.1.0",
-
 
1204
            "globals": "^11.1.0"
-
 
1205
          }
-
 
1206
        },
-
 
1207
        "@babel/types": {
-
 
1208
          "version": "7.18.13",
-
 
1209
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1210
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1211
          "dev": true,
-
 
1212
          "requires": {
-
 
1213
            "@babel/helper-string-parser": "^7.18.10",
-
 
1214
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1215
            "to-fast-properties": "^2.0.0"
-
 
1216
          }
-
 
1217
        },
-
 
1218
        "@jridgewell/gen-mapping": {
-
 
1219
          "version": "0.3.2",
-
 
1220
          "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
-
 
1221
          "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==",
-
 
1222
          "dev": true,
-
 
1223
          "requires": {
-
 
1224
            "@jridgewell/set-array": "^1.0.1",
-
 
1225
            "@jridgewell/sourcemap-codec": "^1.4.10",
-
 
1226
            "@jridgewell/trace-mapping": "^0.3.9"
-
 
1227
          }
-
 
1228
        }
-
 
1229
      }
351
      }
1230
    },
352
    },
1231
    "@babel/highlight": {
353
    "@babel/highlight": {
1232
      "version": "7.17.9",
354
      "version": "7.17.9",
1233
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz",
355
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.9.tgz",
1234
      "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==",
356
      "integrity": "sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==",
-
 
357
      "dev": true,
1235
      "requires": {
358
      "requires": {
1236
        "@babel/helper-validator-identifier": "^7.16.7",
359
        "@babel/helper-validator-identifier": "^7.16.7",
1237
        "chalk": "^2.0.0",
360
        "chalk": "^2.0.0",
1238
        "js-tokens": "^4.0.0"
361
        "js-tokens": "^4.0.0"
1239
      }
362
      }
1240
    },
363
    },
1241
    "@babel/parser": {
364
    "@babel/parser": {
1242
      "version": "7.17.9",
365
      "version": "7.20.3",
1243
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.9.tgz",
366
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.20.3.tgz",
1244
      "integrity": "sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg=="
367
      "integrity": "sha512-OP/s5a94frIPXwjzEcv5S/tpQfc6XhxYUnmWpgdqMWGgYCuErA3SzozaRAMQgSZWKeTJxht9aWAkUY+0UzvOFg=="
1245
    },
368
    },
1246
    "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
369
    "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
1247
      "version": "7.18.6",
370
      "version": "7.18.6",
1248
      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
371
      "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz",
1249
      "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
372
      "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==",
Línea 1262... Línea 385...
1262
        "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
385
        "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9",
1263
        "@babel/plugin-proposal-optional-chaining": "^7.18.9"
386
        "@babel/plugin-proposal-optional-chaining": "^7.18.9"
1264
      }
387
      }
1265
    },
388
    },
1266
    "@babel/plugin-proposal-async-generator-functions": {
389
    "@babel/plugin-proposal-async-generator-functions": {
1267
      "version": "7.18.10",
390
      "version": "7.20.1",
1268
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz",
391
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz",
1269
      "integrity": "sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==",
392
      "integrity": "sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==",
1270
      "dev": true,
393
      "dev": true,
1271
      "requires": {
394
      "requires": {
1272
        "@babel/helper-environment-visitor": "^7.18.9",
395
        "@babel/helper-environment-visitor": "^7.18.9",
1273
        "@babel/helper-plugin-utils": "^7.18.9",
396
        "@babel/helper-plugin-utils": "^7.19.0",
1274
        "@babel/helper-remap-async-to-generator": "^7.18.9",
397
        "@babel/helper-remap-async-to-generator": "^7.18.9",
1275
        "@babel/plugin-syntax-async-generators": "^7.8.4"
398
        "@babel/plugin-syntax-async-generators": "^7.8.4"
1276
      },
399
      },
1277
      "dependencies": {
400
      "dependencies": {
1278
        "@babel/helper-environment-visitor": {
401
        "@babel/helper-plugin-utils": {
1279
          "version": "7.18.9",
402
          "version": "7.20.2",
1280
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
403
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
1281
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
404
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
1282
          "dev": true
405
          "dev": true
1283
        }
406
        }
1284
      }
407
      }
1285
    },
408
    },
1286
    "@babel/plugin-proposal-class-properties": {
409
    "@babel/plugin-proposal-class-properties": {
Línea 1363... Línea 486...
1363
        "@babel/helper-plugin-utils": "^7.18.6",
486
        "@babel/helper-plugin-utils": "^7.18.6",
1364
        "@babel/plugin-syntax-numeric-separator": "^7.10.4"
487
        "@babel/plugin-syntax-numeric-separator": "^7.10.4"
1365
      }
488
      }
1366
    },
489
    },
1367
    "@babel/plugin-proposal-object-rest-spread": {
490
    "@babel/plugin-proposal-object-rest-spread": {
1368
      "version": "7.18.9",
491
      "version": "7.20.2",
1369
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.18.9.tgz",
492
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz",
1370
      "integrity": "sha512-kDDHQ5rflIeY5xl69CEqGEZ0KY369ehsCIEbTGb4siHG5BE9sga/T0r0OUwyZNLMmZE79E1kbsqAjwFCW4ds6Q==",
493
      "integrity": "sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==",
1371
      "dev": true,
494
      "dev": true,
1372
      "requires": {
495
      "requires": {
1373
        "@babel/compat-data": "^7.18.8",
496
        "@babel/compat-data": "^7.20.1",
1374
        "@babel/helper-compilation-targets": "^7.18.9",
497
        "@babel/helper-compilation-targets": "^7.20.0",
1375
        "@babel/helper-plugin-utils": "^7.18.9",
498
        "@babel/helper-plugin-utils": "^7.20.2",
1376
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
499
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1377
        "@babel/plugin-transform-parameters": "^7.18.8"
500
        "@babel/plugin-transform-parameters": "^7.20.1"
-
 
501
      },
-
 
502
      "dependencies": {
-
 
503
        "@babel/helper-plugin-utils": {
-
 
504
          "version": "7.20.2",
-
 
505
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
506
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
507
          "dev": true
-
 
508
        }
1378
      }
509
      }
1379
    },
510
    },
1380
    "@babel/plugin-proposal-optional-catch-binding": {
511
    "@babel/plugin-proposal-optional-catch-binding": {
1381
      "version": "7.18.6",
512
      "version": "7.18.6",
1382
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
513
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz",
Línea 1416... Línea 547...
1416
      "requires": {
547
      "requires": {
1417
        "@babel/helper-annotate-as-pure": "^7.18.6",
548
        "@babel/helper-annotate-as-pure": "^7.18.6",
1418
        "@babel/helper-create-class-features-plugin": "^7.18.6",
549
        "@babel/helper-create-class-features-plugin": "^7.18.6",
1419
        "@babel/helper-plugin-utils": "^7.18.6",
550
        "@babel/helper-plugin-utils": "^7.18.6",
1420
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
551
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
1421
      },
-
 
1422
      "dependencies": {
-
 
1423
        "@babel/helper-annotate-as-pure": {
-
 
1424
          "version": "7.18.6",
-
 
1425
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
-
 
1426
          "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
-
 
1427
          "dev": true,
-
 
1428
          "requires": {
-
 
1429
            "@babel/types": "^7.18.6"
-
 
1430
          }
-
 
1431
        },
-
 
1432
        "@babel/helper-validator-identifier": {
-
 
1433
          "version": "7.18.6",
-
 
1434
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
1435
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
1436
          "dev": true
-
 
1437
        },
-
 
1438
        "@babel/types": {
-
 
1439
          "version": "7.18.13",
-
 
1440
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1441
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1442
          "dev": true,
-
 
1443
          "requires": {
-
 
1444
            "@babel/helper-string-parser": "^7.18.10",
-
 
1445
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1446
            "to-fast-properties": "^2.0.0"
-
 
1447
          }
-
 
1448
        }
-
 
1449
      }
552
      }
1450
    },
553
    },
1451
    "@babel/plugin-proposal-unicode-property-regex": {
554
    "@babel/plugin-proposal-unicode-property-regex": {
1452
      "version": "7.18.6",
555
      "version": "7.18.6",
1453
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
556
      "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz",
Línea 1502... Línea 605...
1502
      "requires": {
605
      "requires": {
1503
        "@babel/helper-plugin-utils": "^7.8.3"
606
        "@babel/helper-plugin-utils": "^7.8.3"
1504
      }
607
      }
1505
    },
608
    },
1506
    "@babel/plugin-syntax-import-assertions": {
609
    "@babel/plugin-syntax-import-assertions": {
1507
      "version": "7.18.6",
610
      "version": "7.20.0",
1508
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz",
611
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz",
1509
      "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==",
612
      "integrity": "sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==",
1510
      "dev": true,
613
      "dev": true,
1511
      "requires": {
614
      "requires": {
1512
        "@babel/helper-plugin-utils": "^7.18.6"
615
        "@babel/helper-plugin-utils": "^7.19.0"
-
 
616
      },
-
 
617
      "dependencies": {
-
 
618
        "@babel/helper-plugin-utils": {
-
 
619
          "version": "7.20.2",
-
 
620
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
621
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
622
          "dev": true
-
 
623
        }
1513
      }
624
      }
1514
    },
625
    },
1515
    "@babel/plugin-syntax-json-strings": {
626
    "@babel/plugin-syntax-json-strings": {
1516
      "version": "7.8.3",
627
      "version": "7.8.3",
1517
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
628
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
Línea 1618... Línea 729...
1618
      "dev": true,
729
      "dev": true,
1619
      "requires": {
730
      "requires": {
1620
        "@babel/helper-module-imports": "^7.18.6",
731
        "@babel/helper-module-imports": "^7.18.6",
1621
        "@babel/helper-plugin-utils": "^7.18.6",
732
        "@babel/helper-plugin-utils": "^7.18.6",
1622
        "@babel/helper-remap-async-to-generator": "^7.18.6"
733
        "@babel/helper-remap-async-to-generator": "^7.18.6"
1623
      },
-
 
1624
      "dependencies": {
-
 
1625
        "@babel/helper-module-imports": {
-
 
1626
          "version": "7.18.6",
-
 
1627
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
-
 
1628
          "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
-
 
1629
          "dev": true,
-
 
1630
          "requires": {
-
 
1631
            "@babel/types": "^7.18.6"
-
 
1632
          }
-
 
1633
        },
-
 
1634
        "@babel/helper-validator-identifier": {
-
 
1635
          "version": "7.18.6",
-
 
1636
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
1637
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
1638
          "dev": true
-
 
1639
        },
-
 
1640
        "@babel/types": {
-
 
1641
          "version": "7.18.13",
-
 
1642
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1643
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1644
          "dev": true,
-
 
1645
          "requires": {
-
 
1646
            "@babel/helper-string-parser": "^7.18.10",
-
 
1647
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1648
            "to-fast-properties": "^2.0.0"
-
 
1649
          }
-
 
1650
        }
-
 
1651
      }
734
      }
1652
    },
735
    },
1653
    "@babel/plugin-transform-block-scoped-functions": {
736
    "@babel/plugin-transform-block-scoped-functions": {
1654
      "version": "7.18.6",
737
      "version": "7.18.6",
1655
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
738
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz",
Línea 1658... Línea 741...
1658
      "requires": {
741
      "requires": {
1659
        "@babel/helper-plugin-utils": "^7.18.6"
742
        "@babel/helper-plugin-utils": "^7.18.6"
1660
      }
743
      }
1661
    },
744
    },
1662
    "@babel/plugin-transform-block-scoping": {
745
    "@babel/plugin-transform-block-scoping": {
1663
      "version": "7.18.9",
746
      "version": "7.20.2",
1664
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.18.9.tgz",
747
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.2.tgz",
1665
      "integrity": "sha512-5sDIJRV1KtQVEbt/EIBwGy4T01uYIo4KRB3VUqzkhrAIOGx7AoctL9+Ux88btY0zXdDyPJ9mW+bg+v+XEkGmtw==",
748
      "integrity": "sha512-y5V15+04ry69OV2wULmwhEA6jwSWXO1TwAtIwiPXcvHcoOQUqpyMVd2bDsQJMW8AurjulIyUV8kDqtjSwHy1uQ==",
1666
      "dev": true,
749
      "dev": true,
1667
      "requires": {
750
      "requires": {
1668
        "@babel/helper-plugin-utils": "^7.18.9"
751
        "@babel/helper-plugin-utils": "^7.20.2"
-
 
752
      },
-
 
753
      "dependencies": {
-
 
754
        "@babel/helper-plugin-utils": {
-
 
755
          "version": "7.20.2",
-
 
756
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
757
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
758
          "dev": true
-
 
759
        }
1669
      }
760
      }
1670
    },
761
    },
1671
    "@babel/plugin-transform-classes": {
762
    "@babel/plugin-transform-classes": {
1672
      "version": "7.18.9",
763
      "version": "7.20.2",
1673
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.18.9.tgz",
764
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz",
1674
      "integrity": "sha512-EkRQxsxoytpTlKJmSPYrsOMjCILacAjtSVkd4gChEe2kXjFCun3yohhW5I7plXJhCemM0gKsaGMcO8tinvCA5g==",
765
      "integrity": "sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==",
1675
      "dev": true,
766
      "dev": true,
1676
      "requires": {
767
      "requires": {
1677
        "@babel/helper-annotate-as-pure": "^7.18.6",
768
        "@babel/helper-annotate-as-pure": "^7.18.6",
-
 
769
        "@babel/helper-compilation-targets": "^7.20.0",
1678
        "@babel/helper-environment-visitor": "^7.18.9",
770
        "@babel/helper-environment-visitor": "^7.18.9",
1679
        "@babel/helper-function-name": "^7.18.9",
771
        "@babel/helper-function-name": "^7.19.0",
1680
        "@babel/helper-optimise-call-expression": "^7.18.6",
772
        "@babel/helper-optimise-call-expression": "^7.18.6",
1681
        "@babel/helper-plugin-utils": "^7.18.9",
773
        "@babel/helper-plugin-utils": "^7.20.2",
1682
        "@babel/helper-replace-supers": "^7.18.9",
774
        "@babel/helper-replace-supers": "^7.19.1",
1683
        "@babel/helper-split-export-declaration": "^7.18.6",
775
        "@babel/helper-split-export-declaration": "^7.18.6",
1684
        "globals": "^11.1.0"
776
        "globals": "^11.1.0"
1685
      },
777
      },
1686
      "dependencies": {
778
      "dependencies": {
1687
        "@babel/code-frame": {
-
 
1688
          "version": "7.18.6",
-
 
1689
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
1690
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
1691
          "dev": true,
-
 
1692
          "requires": {
-
 
1693
            "@babel/highlight": "^7.18.6"
-
 
1694
          }
-
 
1695
        },
-
 
1696
        "@babel/helper-annotate-as-pure": {
779
        "@babel/helper-plugin-utils": {
1697
          "version": "7.18.6",
780
          "version": "7.20.2",
1698
          "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
781
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
1699
          "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
-
 
1700
          "dev": true,
-
 
1701
          "requires": {
-
 
1702
            "@babel/types": "^7.18.6"
-
 
1703
          }
-
 
1704
        },
-
 
1705
        "@babel/helper-environment-visitor": {
-
 
1706
          "version": "7.18.9",
-
 
1707
          "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz",
-
 
1708
          "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==",
782
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
1709
          "dev": true
783
          "dev": true
1710
        },
-
 
1711
        "@babel/helper-function-name": {
-
 
1712
          "version": "7.18.9",
-
 
1713
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
1714
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
1715
          "dev": true,
-
 
1716
          "requires": {
-
 
1717
            "@babel/template": "^7.18.6",
-
 
1718
            "@babel/types": "^7.18.9"
-
 
1719
          }
-
 
1720
        },
-
 
1721
        "@babel/helper-split-export-declaration": {
-
 
1722
          "version": "7.18.6",
-
 
1723
          "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz",
-
 
1724
          "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==",
-
 
1725
          "dev": true,
-
 
1726
          "requires": {
-
 
1727
            "@babel/types": "^7.18.6"
-
 
1728
          }
-
 
1729
        },
-
 
1730
        "@babel/helper-validator-identifier": {
-
 
1731
          "version": "7.18.6",
-
 
1732
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
1733
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
1734
          "dev": true
-
 
1735
        },
-
 
1736
        "@babel/highlight": {
-
 
1737
          "version": "7.18.6",
-
 
1738
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
1739
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
1740
          "dev": true,
-
 
1741
          "requires": {
-
 
1742
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1743
            "chalk": "^2.0.0",
-
 
1744
            "js-tokens": "^4.0.0"
-
 
1745
          }
-
 
1746
        },
-
 
1747
        "@babel/parser": {
-
 
1748
          "version": "7.18.13",
-
 
1749
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
1750
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
1751
          "dev": true
-
 
1752
        },
-
 
1753
        "@babel/template": {
-
 
1754
          "version": "7.18.10",
-
 
1755
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
1756
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
1757
          "dev": true,
-
 
1758
          "requires": {
-
 
1759
            "@babel/code-frame": "^7.18.6",
-
 
1760
            "@babel/parser": "^7.18.10",
-
 
1761
            "@babel/types": "^7.18.10"
-
 
1762
          }
-
 
1763
        },
-
 
1764
        "@babel/types": {
-
 
1765
          "version": "7.18.13",
-
 
1766
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1767
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1768
          "dev": true,
-
 
1769
          "requires": {
-
 
1770
            "@babel/helper-string-parser": "^7.18.10",
-
 
1771
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1772
            "to-fast-properties": "^2.0.0"
-
 
1773
          }
-
 
1774
        }
784
        }
1775
      }
785
      }
1776
    },
786
    },
1777
    "@babel/plugin-transform-computed-properties": {
787
    "@babel/plugin-transform-computed-properties": {
1778
      "version": "7.18.9",
788
      "version": "7.18.9",
Línea 1782... Línea 792...
1782
      "requires": {
792
      "requires": {
1783
        "@babel/helper-plugin-utils": "^7.18.9"
793
        "@babel/helper-plugin-utils": "^7.18.9"
1784
      }
794
      }
1785
    },
795
    },
1786
    "@babel/plugin-transform-destructuring": {
796
    "@babel/plugin-transform-destructuring": {
1787
      "version": "7.18.13",
797
      "version": "7.20.2",
1788
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.18.13.tgz",
798
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz",
1789
      "integrity": "sha512-TodpQ29XekIsex2A+YJPj5ax2plkGa8YYY6mFjCohk/IG9IY42Rtuj1FuDeemfg2ipxIFLzPeA83SIBnlhSIow==",
799
      "integrity": "sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==",
1790
      "dev": true,
800
      "dev": true,
1791
      "requires": {
801
      "requires": {
1792
        "@babel/helper-plugin-utils": "^7.18.9"
802
        "@babel/helper-plugin-utils": "^7.20.2"
-
 
803
      },
-
 
804
      "dependencies": {
-
 
805
        "@babel/helper-plugin-utils": {
-
 
806
          "version": "7.20.2",
-
 
807
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
808
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
809
          "dev": true
-
 
810
        }
1793
      }
811
      }
1794
    },
812
    },
1795
    "@babel/plugin-transform-dotall-regex": {
813
    "@babel/plugin-transform-dotall-regex": {
1796
      "version": "7.18.6",
814
      "version": "7.18.6",
1797
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
815
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz",
Línea 1837... Línea 855...
1837
      "dev": true,
855
      "dev": true,
1838
      "requires": {
856
      "requires": {
1839
        "@babel/helper-compilation-targets": "^7.18.9",
857
        "@babel/helper-compilation-targets": "^7.18.9",
1840
        "@babel/helper-function-name": "^7.18.9",
858
        "@babel/helper-function-name": "^7.18.9",
1841
        "@babel/helper-plugin-utils": "^7.18.9"
859
        "@babel/helper-plugin-utils": "^7.18.9"
1842
      },
-
 
1843
      "dependencies": {
-
 
1844
        "@babel/code-frame": {
-
 
1845
          "version": "7.18.6",
-
 
1846
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
1847
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
1848
          "dev": true,
-
 
1849
          "requires": {
-
 
1850
            "@babel/highlight": "^7.18.6"
-
 
1851
          }
-
 
1852
        },
-
 
1853
        "@babel/helper-function-name": {
-
 
1854
          "version": "7.18.9",
-
 
1855
          "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz",
-
 
1856
          "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==",
-
 
1857
          "dev": true,
-
 
1858
          "requires": {
-
 
1859
            "@babel/template": "^7.18.6",
-
 
1860
            "@babel/types": "^7.18.9"
-
 
1861
          }
-
 
1862
        },
-
 
1863
        "@babel/helper-validator-identifier": {
-
 
1864
          "version": "7.18.6",
-
 
1865
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
1866
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
-
 
1867
          "dev": true
-
 
1868
        },
-
 
1869
        "@babel/highlight": {
-
 
1870
          "version": "7.18.6",
-
 
1871
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
1872
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
1873
          "dev": true,
-
 
1874
          "requires": {
-
 
1875
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1876
            "chalk": "^2.0.0",
-
 
1877
            "js-tokens": "^4.0.0"
-
 
1878
          }
-
 
1879
        },
-
 
1880
        "@babel/parser": {
-
 
1881
          "version": "7.18.13",
-
 
1882
          "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz",
-
 
1883
          "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==",
-
 
1884
          "dev": true
-
 
1885
        },
-
 
1886
        "@babel/template": {
-
 
1887
          "version": "7.18.10",
-
 
1888
          "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
-
 
1889
          "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
-
 
1890
          "dev": true,
-
 
1891
          "requires": {
-
 
1892
            "@babel/code-frame": "^7.18.6",
-
 
1893
            "@babel/parser": "^7.18.10",
-
 
1894
            "@babel/types": "^7.18.10"
-
 
1895
          }
-
 
1896
        },
-
 
1897
        "@babel/types": {
-
 
1898
          "version": "7.18.13",
-
 
1899
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1900
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1901
          "dev": true,
-
 
1902
          "requires": {
-
 
1903
            "@babel/helper-string-parser": "^7.18.10",
-
 
1904
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1905
            "to-fast-properties": "^2.0.0"
-
 
1906
          }
-
 
1907
        }
-
 
1908
      }
860
      }
1909
    },
861
    },
1910
    "@babel/plugin-transform-literals": {
862
    "@babel/plugin-transform-literals": {
1911
      "version": "7.18.9",
863
      "version": "7.18.9",
1912
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
864
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz",
Línea 1924... Línea 876...
1924
      "requires": {
876
      "requires": {
1925
        "@babel/helper-plugin-utils": "^7.18.6"
877
        "@babel/helper-plugin-utils": "^7.18.6"
1926
      }
878
      }
1927
    },
879
    },
1928
    "@babel/plugin-transform-modules-amd": {
880
    "@babel/plugin-transform-modules-amd": {
1929
      "version": "7.18.6",
881
      "version": "7.19.6",
1930
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz",
882
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz",
1931
      "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==",
883
      "integrity": "sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==",
1932
      "dev": true,
884
      "dev": true,
1933
      "requires": {
885
      "requires": {
1934
        "@babel/helper-module-transforms": "^7.18.6",
886
        "@babel/helper-module-transforms": "^7.19.6",
1935
        "@babel/helper-plugin-utils": "^7.18.6",
887
        "@babel/helper-plugin-utils": "^7.19.0"
-
 
888
      },
-
 
889
      "dependencies": {
1936
        "babel-plugin-dynamic-import-node": "^2.3.3"
890
        "@babel/helper-plugin-utils": {
-
 
891
          "version": "7.20.2",
-
 
892
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
893
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
894
          "dev": true
-
 
895
        }
1937
      }
896
      }
1938
    },
897
    },
1939
    "@babel/plugin-transform-modules-commonjs": {
898
    "@babel/plugin-transform-modules-commonjs": {
1940
      "version": "7.18.6",
899
      "version": "7.19.6",
1941
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz",
900
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz",
1942
      "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==",
901
      "integrity": "sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==",
1943
      "dev": true,
902
      "dev": true,
1944
      "requires": {
903
      "requires": {
1945
        "@babel/helper-module-transforms": "^7.18.6",
904
        "@babel/helper-module-transforms": "^7.19.6",
1946
        "@babel/helper-plugin-utils": "^7.18.6",
905
        "@babel/helper-plugin-utils": "^7.19.0",
1947
        "@babel/helper-simple-access": "^7.18.6",
906
        "@babel/helper-simple-access": "^7.19.4"
-
 
907
      },
-
 
908
      "dependencies": {
1948
        "babel-plugin-dynamic-import-node": "^2.3.3"
909
        "@babel/helper-plugin-utils": {
-
 
910
          "version": "7.20.2",
-
 
911
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
912
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
913
          "dev": true
-
 
914
        }
1949
      }
915
      }
1950
    },
916
    },
1951
    "@babel/plugin-transform-modules-systemjs": {
917
    "@babel/plugin-transform-modules-systemjs": {
1952
      "version": "7.18.9",
918
      "version": "7.19.6",
1953
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.18.9.tgz",
919
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz",
1954
      "integrity": "sha512-zY/VSIbbqtoRoJKo2cDTewL364jSlZGvn0LKOf9ntbfxOvjfmyrdtEEOAdswOswhZEb8UH3jDkCKHd1sPgsS0A==",
920
      "integrity": "sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==",
1955
      "dev": true,
921
      "dev": true,
1956
      "requires": {
922
      "requires": {
1957
        "@babel/helper-hoist-variables": "^7.18.6",
923
        "@babel/helper-hoist-variables": "^7.18.6",
1958
        "@babel/helper-module-transforms": "^7.18.9",
924
        "@babel/helper-module-transforms": "^7.19.6",
1959
        "@babel/helper-plugin-utils": "^7.18.9",
925
        "@babel/helper-plugin-utils": "^7.19.0",
1960
        "@babel/helper-validator-identifier": "^7.18.6",
926
        "@babel/helper-validator-identifier": "^7.19.1"
1961
        "babel-plugin-dynamic-import-node": "^2.3.3"
-
 
1962
      },
927
      },
1963
      "dependencies": {
928
      "dependencies": {
1964
        "@babel/helper-hoist-variables": {
929
        "@babel/helper-plugin-utils": {
1965
          "version": "7.18.6",
930
          "version": "7.20.2",
1966
          "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz",
931
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
1967
          "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==",
932
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
1968
          "dev": true,
933
          "dev": true
1969
          "requires": {
-
 
1970
            "@babel/types": "^7.18.6"
-
 
1971
          }
-
 
1972
        },
934
        },
1973
        "@babel/helper-validator-identifier": {
935
        "@babel/helper-validator-identifier": {
1974
          "version": "7.18.6",
936
          "version": "7.19.1",
1975
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
937
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
1976
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
938
          "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==",
1977
          "dev": true
939
          "dev": true
1978
        },
-
 
1979
        "@babel/types": {
-
 
1980
          "version": "7.18.13",
-
 
1981
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
1982
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
1983
          "dev": true,
-
 
1984
          "requires": {
-
 
1985
            "@babel/helper-string-parser": "^7.18.10",
-
 
1986
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1987
            "to-fast-properties": "^2.0.0"
-
 
1988
          }
-
 
1989
        }
940
        }
1990
      }
941
      }
1991
    },
942
    },
1992
    "@babel/plugin-transform-modules-umd": {
943
    "@babel/plugin-transform-modules-umd": {
1993
      "version": "7.18.6",
944
      "version": "7.18.6",
Línea 1998... Línea 949...
1998
        "@babel/helper-module-transforms": "^7.18.6",
949
        "@babel/helper-module-transforms": "^7.18.6",
1999
        "@babel/helper-plugin-utils": "^7.18.6"
950
        "@babel/helper-plugin-utils": "^7.18.6"
2000
      }
951
      }
2001
    },
952
    },
2002
    "@babel/plugin-transform-named-capturing-groups-regex": {
953
    "@babel/plugin-transform-named-capturing-groups-regex": {
2003
      "version": "7.18.6",
954
      "version": "7.19.1",
2004
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.18.6.tgz",
955
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz",
2005
      "integrity": "sha512-UmEOGF8XgaIqD74bC8g7iV3RYj8lMf0Bw7NJzvnS9qQhM4mg+1WHKotUIdjxgD2RGrgFLZZPCFPFj3P/kVDYhg==",
956
      "integrity": "sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==",
2006
      "dev": true,
957
      "dev": true,
2007
      "requires": {
958
      "requires": {
2008
        "@babel/helper-create-regexp-features-plugin": "^7.18.6",
959
        "@babel/helper-create-regexp-features-plugin": "^7.19.0",
2009
        "@babel/helper-plugin-utils": "^7.18.6"
960
        "@babel/helper-plugin-utils": "^7.19.0"
-
 
961
      },
-
 
962
      "dependencies": {
-
 
963
        "@babel/helper-plugin-utils": {
-
 
964
          "version": "7.20.2",
-
 
965
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
966
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
967
          "dev": true
-
 
968
        }
2010
      }
969
      }
2011
    },
970
    },
2012
    "@babel/plugin-transform-new-target": {
971
    "@babel/plugin-transform-new-target": {
2013
      "version": "7.18.6",
972
      "version": "7.18.6",
2014
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
973
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz",
Línea 2027... Línea 986...
2027
        "@babel/helper-plugin-utils": "^7.18.6",
986
        "@babel/helper-plugin-utils": "^7.18.6",
2028
        "@babel/helper-replace-supers": "^7.18.6"
987
        "@babel/helper-replace-supers": "^7.18.6"
2029
      }
988
      }
2030
    },
989
    },
2031
    "@babel/plugin-transform-parameters": {
990
    "@babel/plugin-transform-parameters": {
2032
      "version": "7.18.8",
991
      "version": "7.20.3",
2033
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz",
992
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.3.tgz",
2034
      "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==",
993
      "integrity": "sha512-oZg/Fpx0YDrj13KsLyO8I/CX3Zdw7z0O9qOd95SqcoIzuqy/WTGWvePeHAnZCN54SfdyjHcb1S30gc8zlzlHcA==",
2035
      "dev": true,
994
      "dev": true,
2036
      "requires": {
995
      "requires": {
2037
        "@babel/helper-plugin-utils": "^7.18.6"
996
        "@babel/helper-plugin-utils": "^7.20.2"
-
 
997
      },
-
 
998
      "dependencies": {
-
 
999
        "@babel/helper-plugin-utils": {
-
 
1000
          "version": "7.20.2",
-
 
1001
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
1002
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
1003
          "dev": true
-
 
1004
        }
2038
      }
1005
      }
2039
    },
1006
    },
2040
    "@babel/plugin-transform-property-literals": {
1007
    "@babel/plugin-transform-property-literals": {
2041
      "version": "7.18.6",
1008
      "version": "7.18.6",
2042
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
1009
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz",
Línea 2170... Línea 1137...
2170
      "requires": {
1137
      "requires": {
2171
        "@babel/helper-plugin-utils": "^7.18.6"
1138
        "@babel/helper-plugin-utils": "^7.18.6"
2172
      }
1139
      }
2173
    },
1140
    },
2174
    "@babel/plugin-transform-runtime": {
1141
    "@babel/plugin-transform-runtime": {
2175
      "version": "7.18.10",
1142
      "version": "7.19.6",
2176
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.10.tgz",
1143
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz",
2177
      "integrity": "sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==",
1144
      "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==",
2178
      "dev": true,
1145
      "dev": true,
2179
      "requires": {
1146
      "requires": {
2180
        "@babel/helper-module-imports": "^7.18.6",
1147
        "@babel/helper-module-imports": "^7.18.6",
2181
        "@babel/helper-plugin-utils": "^7.18.9",
1148
        "@babel/helper-plugin-utils": "^7.19.0",
2182
        "babel-plugin-polyfill-corejs2": "^0.3.2",
1149
        "babel-plugin-polyfill-corejs2": "^0.3.3",
2183
        "babel-plugin-polyfill-corejs3": "^0.5.3",
1150
        "babel-plugin-polyfill-corejs3": "^0.6.0",
2184
        "babel-plugin-polyfill-regenerator": "^0.4.0",
1151
        "babel-plugin-polyfill-regenerator": "^0.4.1",
2185
        "semver": "^6.3.0"
1152
        "semver": "^6.3.0"
2186
      },
1153
      },
2187
      "dependencies": {
1154
      "dependencies": {
2188
        "@babel/helper-module-imports": {
1155
        "@babel/helper-plugin-utils": {
2189
          "version": "7.18.6",
1156
          "version": "7.20.2",
2190
          "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
1157
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
2191
          "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
-
 
2192
          "dev": true,
-
 
2193
          "requires": {
-
 
2194
            "@babel/types": "^7.18.6"
-
 
2195
          }
-
 
2196
        },
-
 
2197
        "@babel/helper-validator-identifier": {
-
 
2198
          "version": "7.18.6",
-
 
2199
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
-
 
2200
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
1158
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
2201
          "dev": true
1159
          "dev": true
2202
        },
-
 
2203
        "@babel/types": {
-
 
2204
          "version": "7.18.13",
-
 
2205
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
2206
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
2207
          "dev": true,
-
 
2208
          "requires": {
-
 
2209
            "@babel/helper-string-parser": "^7.18.10",
-
 
2210
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
2211
            "to-fast-properties": "^2.0.0"
-
 
2212
          }
-
 
2213
        }
1160
        }
2214
      }
1161
      }
2215
    },
1162
    },
2216
    "@babel/plugin-transform-shorthand-properties": {
1163
    "@babel/plugin-transform-shorthand-properties": {
2217
      "version": "7.18.6",
1164
      "version": "7.18.6",
Línea 2221... Línea 1168...
2221
      "requires": {
1168
      "requires": {
2222
        "@babel/helper-plugin-utils": "^7.18.6"
1169
        "@babel/helper-plugin-utils": "^7.18.6"
2223
      }
1170
      }
2224
    },
1171
    },
2225
    "@babel/plugin-transform-spread": {
1172
    "@babel/plugin-transform-spread": {
2226
      "version": "7.18.9",
1173
      "version": "7.19.0",
2227
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.18.9.tgz",
1174
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz",
2228
      "integrity": "sha512-39Q814wyoOPtIB/qGopNIL9xDChOE1pNU0ZY5dO0owhiVt/5kFm4li+/bBtwc7QotG0u5EPzqhZdjMtmqBqyQA==",
1175
      "integrity": "sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==",
2229
      "dev": true,
1176
      "dev": true,
2230
      "requires": {
1177
      "requires": {
2231
        "@babel/helper-plugin-utils": "^7.18.9",
1178
        "@babel/helper-plugin-utils": "^7.19.0",
2232
        "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9"
1179
        "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9"
-
 
1180
      },
-
 
1181
      "dependencies": {
-
 
1182
        "@babel/helper-plugin-utils": {
-
 
1183
          "version": "7.20.2",
-
 
1184
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
-
 
1185
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
-
 
1186
          "dev": true
-
 
1187
        }
2233
      }
1188
      }
2234
    },
1189
    },
2235
    "@babel/plugin-transform-sticky-regex": {
1190
    "@babel/plugin-transform-sticky-regex": {
2236
      "version": "7.18.6",
1191
      "version": "7.18.6",
2237
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
1192
      "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz",
Línea 2277... Línea 1232...
2277
        "@babel/helper-create-regexp-features-plugin": "^7.18.6",
1232
        "@babel/helper-create-regexp-features-plugin": "^7.18.6",
2278
        "@babel/helper-plugin-utils": "^7.18.6"
1233
        "@babel/helper-plugin-utils": "^7.18.6"
2279
      }
1234
      }
2280
    },
1235
    },
2281
    "@babel/preset-env": {
1236
    "@babel/preset-env": {
2282
      "version": "7.18.10",
1237
      "version": "7.20.2",
2283
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz",
1238
      "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz",
2284
      "integrity": "sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==",
1239
      "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==",
2285
      "dev": true,
1240
      "dev": true,
2286
      "requires": {
1241
      "requires": {
2287
        "@babel/compat-data": "^7.18.8",
1242
        "@babel/compat-data": "^7.20.1",
2288
        "@babel/helper-compilation-targets": "^7.18.9",
1243
        "@babel/helper-compilation-targets": "^7.20.0",
2289
        "@babel/helper-plugin-utils": "^7.18.9",
1244
        "@babel/helper-plugin-utils": "^7.20.2",
2290
        "@babel/helper-validator-option": "^7.18.6",
1245
        "@babel/helper-validator-option": "^7.18.6",
2291
        "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
1246
        "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6",
2292
        "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
1247
        "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9",
2293
        "@babel/plugin-proposal-async-generator-functions": "^7.18.10",
1248
        "@babel/plugin-proposal-async-generator-functions": "^7.20.1",
2294
        "@babel/plugin-proposal-class-properties": "^7.18.6",
1249
        "@babel/plugin-proposal-class-properties": "^7.18.6",
2295
        "@babel/plugin-proposal-class-static-block": "^7.18.6",
1250
        "@babel/plugin-proposal-class-static-block": "^7.18.6",
2296
        "@babel/plugin-proposal-dynamic-import": "^7.18.6",
1251
        "@babel/plugin-proposal-dynamic-import": "^7.18.6",
2297
        "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
1252
        "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
2298
        "@babel/plugin-proposal-json-strings": "^7.18.6",
1253
        "@babel/plugin-proposal-json-strings": "^7.18.6",
2299
        "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
1254
        "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9",
2300
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
1255
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
2301
        "@babel/plugin-proposal-numeric-separator": "^7.18.6",
1256
        "@babel/plugin-proposal-numeric-separator": "^7.18.6",
2302
        "@babel/plugin-proposal-object-rest-spread": "^7.18.9",
1257
        "@babel/plugin-proposal-object-rest-spread": "^7.20.2",
2303
        "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
1258
        "@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
2304
        "@babel/plugin-proposal-optional-chaining": "^7.18.9",
1259
        "@babel/plugin-proposal-optional-chaining": "^7.18.9",
2305
        "@babel/plugin-proposal-private-methods": "^7.18.6",
1260
        "@babel/plugin-proposal-private-methods": "^7.18.6",
2306
        "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
1261
        "@babel/plugin-proposal-private-property-in-object": "^7.18.6",
2307
        "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
1262
        "@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
2308
        "@babel/plugin-syntax-async-generators": "^7.8.4",
1263
        "@babel/plugin-syntax-async-generators": "^7.8.4",
2309
        "@babel/plugin-syntax-class-properties": "^7.12.13",
1264
        "@babel/plugin-syntax-class-properties": "^7.12.13",
2310
        "@babel/plugin-syntax-class-static-block": "^7.14.5",
1265
        "@babel/plugin-syntax-class-static-block": "^7.14.5",
2311
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
1266
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
2312
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
1267
        "@babel/plugin-syntax-export-namespace-from": "^7.8.3",
2313
        "@babel/plugin-syntax-import-assertions": "^7.18.6",
1268
        "@babel/plugin-syntax-import-assertions": "^7.20.0",
2314
        "@babel/plugin-syntax-json-strings": "^7.8.3",
1269
        "@babel/plugin-syntax-json-strings": "^7.8.3",
2315
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
1270
        "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
2316
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
1271
        "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
2317
        "@babel/plugin-syntax-numeric-separator": "^7.10.4",
1272
        "@babel/plugin-syntax-numeric-separator": "^7.10.4",
2318
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
1273
        "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
Línea 2321... Línea 1276...
2321
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
1276
        "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
2322
        "@babel/plugin-syntax-top-level-await": "^7.14.5",
1277
        "@babel/plugin-syntax-top-level-await": "^7.14.5",
2323
        "@babel/plugin-transform-arrow-functions": "^7.18.6",
1278
        "@babel/plugin-transform-arrow-functions": "^7.18.6",
2324
        "@babel/plugin-transform-async-to-generator": "^7.18.6",
1279
        "@babel/plugin-transform-async-to-generator": "^7.18.6",
2325
        "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
1280
        "@babel/plugin-transform-block-scoped-functions": "^7.18.6",
2326
        "@babel/plugin-transform-block-scoping": "^7.18.9",
1281
        "@babel/plugin-transform-block-scoping": "^7.20.2",
2327
        "@babel/plugin-transform-classes": "^7.18.9",
1282
        "@babel/plugin-transform-classes": "^7.20.2",
2328
        "@babel/plugin-transform-computed-properties": "^7.18.9",
1283
        "@babel/plugin-transform-computed-properties": "^7.18.9",
2329
        "@babel/plugin-transform-destructuring": "^7.18.9",
1284
        "@babel/plugin-transform-destructuring": "^7.20.2",
2330
        "@babel/plugin-transform-dotall-regex": "^7.18.6",
1285
        "@babel/plugin-transform-dotall-regex": "^7.18.6",
2331
        "@babel/plugin-transform-duplicate-keys": "^7.18.9",
1286
        "@babel/plugin-transform-duplicate-keys": "^7.18.9",
2332
        "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
1287
        "@babel/plugin-transform-exponentiation-operator": "^7.18.6",
2333
        "@babel/plugin-transform-for-of": "^7.18.8",
1288
        "@babel/plugin-transform-for-of": "^7.18.8",
2334
        "@babel/plugin-transform-function-name": "^7.18.9",
1289
        "@babel/plugin-transform-function-name": "^7.18.9",
2335
        "@babel/plugin-transform-literals": "^7.18.9",
1290
        "@babel/plugin-transform-literals": "^7.18.9",
2336
        "@babel/plugin-transform-member-expression-literals": "^7.18.6",
1291
        "@babel/plugin-transform-member-expression-literals": "^7.18.6",
2337
        "@babel/plugin-transform-modules-amd": "^7.18.6",
1292
        "@babel/plugin-transform-modules-amd": "^7.19.6",
2338
        "@babel/plugin-transform-modules-commonjs": "^7.18.6",
1293
        "@babel/plugin-transform-modules-commonjs": "^7.19.6",
2339
        "@babel/plugin-transform-modules-systemjs": "^7.18.9",
1294
        "@babel/plugin-transform-modules-systemjs": "^7.19.6",
2340
        "@babel/plugin-transform-modules-umd": "^7.18.6",
1295
        "@babel/plugin-transform-modules-umd": "^7.18.6",
2341
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6",
1296
        "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1",
2342
        "@babel/plugin-transform-new-target": "^7.18.6",
1297
        "@babel/plugin-transform-new-target": "^7.18.6",
2343
        "@babel/plugin-transform-object-super": "^7.18.6",
1298
        "@babel/plugin-transform-object-super": "^7.18.6",
2344
        "@babel/plugin-transform-parameters": "^7.18.8",
1299
        "@babel/plugin-transform-parameters": "^7.20.1",
2345
        "@babel/plugin-transform-property-literals": "^7.18.6",
1300
        "@babel/plugin-transform-property-literals": "^7.18.6",
2346
        "@babel/plugin-transform-regenerator": "^7.18.6",
1301
        "@babel/plugin-transform-regenerator": "^7.18.6",
2347
        "@babel/plugin-transform-reserved-words": "^7.18.6",
1302
        "@babel/plugin-transform-reserved-words": "^7.18.6",
2348
        "@babel/plugin-transform-shorthand-properties": "^7.18.6",
1303
        "@babel/plugin-transform-shorthand-properties": "^7.18.6",
2349
        "@babel/plugin-transform-spread": "^7.18.9",
1304
        "@babel/plugin-transform-spread": "^7.19.0",
2350
        "@babel/plugin-transform-sticky-regex": "^7.18.6",
1305
        "@babel/plugin-transform-sticky-regex": "^7.18.6",
2351
        "@babel/plugin-transform-template-literals": "^7.18.9",
1306
        "@babel/plugin-transform-template-literals": "^7.18.9",
2352
        "@babel/plugin-transform-typeof-symbol": "^7.18.9",
1307
        "@babel/plugin-transform-typeof-symbol": "^7.18.9",
2353
        "@babel/plugin-transform-unicode-escapes": "^7.18.10",
1308
        "@babel/plugin-transform-unicode-escapes": "^7.18.10",
2354
        "@babel/plugin-transform-unicode-regex": "^7.18.6",
1309
        "@babel/plugin-transform-unicode-regex": "^7.18.6",
2355
        "@babel/preset-modules": "^0.1.5",
1310
        "@babel/preset-modules": "^0.1.5",
2356
        "@babel/types": "^7.18.10",
1311
        "@babel/types": "^7.20.2",
2357
        "babel-plugin-polyfill-corejs2": "^0.3.2",
1312
        "babel-plugin-polyfill-corejs2": "^0.3.3",
2358
        "babel-plugin-polyfill-corejs3": "^0.5.3",
1313
        "babel-plugin-polyfill-corejs3": "^0.6.0",
2359
        "babel-plugin-polyfill-regenerator": "^0.4.0",
1314
        "babel-plugin-polyfill-regenerator": "^0.4.1",
2360
        "core-js-compat": "^3.22.1",
1315
        "core-js-compat": "^3.25.1",
2361
        "semver": "^6.3.0"
1316
        "semver": "^6.3.0"
2362
      },
1317
      },
2363
      "dependencies": {
1318
      "dependencies": {
2364
        "@babel/helper-validator-identifier": {
1319
        "@babel/helper-plugin-utils": {
2365
          "version": "7.18.6",
1320
          "version": "7.20.2",
2366
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz",
1321
          "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz",
2367
          "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==",
1322
          "integrity": "sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==",
2368
          "dev": true
1323
          "dev": true
2369
        },
-
 
2370
        "@babel/types": {
-
 
2371
          "version": "7.18.13",
-
 
2372
          "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz",
-
 
2373
          "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==",
-
 
2374
          "dev": true,
-
 
2375
          "requires": {
-
 
2376
            "@babel/helper-string-parser": "^7.18.10",
-
 
2377
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
2378
            "to-fast-properties": "^2.0.0"
-
 
2379
          }
-
 
2380
        }
1324
        }
2381
      }
1325
      }
2382
    },
1326
    },
2383
    "@babel/preset-modules": {
1327
    "@babel/preset-modules": {
2384
      "version": "0.1.5",
1328
      "version": "0.1.5",
Línea 2414... Línea 1358...
2414
      "requires": {
1358
      "requires": {
2415
        "regenerator-runtime": "^0.13.4"
1359
        "regenerator-runtime": "^0.13.4"
2416
      }
1360
      }
2417
    },
1361
    },
2418
    "@babel/runtime-corejs2": {
1362
    "@babel/runtime-corejs2": {
2419
      "version": "7.18.9",
1363
      "version": "7.20.1",
2420
      "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.18.9.tgz",
1364
      "resolved": "https://registry.npmjs.org/@babel/runtime-corejs2/-/runtime-corejs2-7.20.1.tgz",
2421
      "integrity": "sha512-l057ZarpDX2QnXM89ViR2BgRFgTy2l5UFGDt0SbInhim1N/ljBgPeTJV0kRG1/Bo7CkHfYfrNNwTeQ2CPph9xQ==",
1365
      "integrity": "sha512-9hxzcvnXxG38gZ3ycsZ91+PNbpWwPVXmTsKaaS6mvJyXs49XziitKsj2SHCpTVwcedRc3hmYrzjGSs+9aAQe7Q==",
2422
      "dev": true,
1366
      "dev": true,
2423
      "requires": {
1367
      "requires": {
2424
        "core-js": "^2.6.12",
1368
        "core-js": "^2.6.12",
2425
        "regenerator-runtime": "^0.13.4"
1369
        "regenerator-runtime": "^0.13.10"
-
 
1370
      },
-
 
1371
      "dependencies": {
-
 
1372
        "regenerator-runtime": {
-
 
1373
          "version": "0.13.11",
-
 
1374
          "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz",
-
 
1375
          "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
-
 
1376
          "dev": true
-
 
1377
        }
2426
      }
1378
      }
2427
    },
1379
    },
2428
    "@babel/template": {
1380
    "@babel/template": {
2429
      "version": "7.16.7",
1381
      "version": "7.18.10",
2430
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
1382
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz",
2431
      "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
1383
      "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==",
2432
      "requires": {
1384
      "requires": {
2433
        "@babel/code-frame": "^7.16.7",
1385
        "@babel/code-frame": "^7.18.6",
2434
        "@babel/parser": "^7.16.7",
1386
        "@babel/parser": "^7.18.10",
2435
        "@babel/types": "^7.16.7"
1387
        "@babel/types": "^7.18.10"
-
 
1388
      },
-
 
1389
      "dependencies": {
-
 
1390
        "@babel/code-frame": {
-
 
1391
          "version": "7.18.6",
-
 
1392
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
1393
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
1394
          "requires": {
-
 
1395
            "@babel/highlight": "^7.18.6"
-
 
1396
          }
-
 
1397
        },
-
 
1398
        "@babel/helper-validator-identifier": {
-
 
1399
          "version": "7.19.1",
-
 
1400
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
-
 
1401
          "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
-
 
1402
        },
-
 
1403
        "@babel/highlight": {
-
 
1404
          "version": "7.18.6",
-
 
1405
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
1406
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
1407
          "requires": {
-
 
1408
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1409
            "chalk": "^2.0.0",
-
 
1410
            "js-tokens": "^4.0.0"
-
 
1411
          }
-
 
1412
        }
2436
      }
1413
      }
2437
    },
1414
    },
2438
    "@babel/traverse": {
1415
    "@babel/traverse": {
2439
      "version": "7.17.9",
1416
      "version": "7.20.1",
2440
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.9.tgz",
1417
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.1.tgz",
2441
      "integrity": "sha512-PQO8sDIJ8SIwipTPiR71kJQCKQYB5NGImbOviK8K+kg5xkNSYXLBupuX9QhatFowrsvo9Hj8WgArg3W7ijNAQw==",
1418
      "integrity": "sha512-d3tN8fkVJwFLkHkBN479SOsw4DMZnz8cdbL/gvuDuzy3TS6Nfw80HuQqhw1pITbIruHyh7d1fMA47kWzmcUEGA==",
2442
      "requires": {
1419
      "requires": {
2443
        "@babel/code-frame": "^7.16.7",
1420
        "@babel/code-frame": "^7.18.6",
2444
        "@babel/generator": "^7.17.9",
1421
        "@babel/generator": "^7.20.1",
2445
        "@babel/helper-environment-visitor": "^7.16.7",
1422
        "@babel/helper-environment-visitor": "^7.18.9",
2446
        "@babel/helper-function-name": "^7.17.9",
1423
        "@babel/helper-function-name": "^7.19.0",
2447
        "@babel/helper-hoist-variables": "^7.16.7",
1424
        "@babel/helper-hoist-variables": "^7.18.6",
2448
        "@babel/helper-split-export-declaration": "^7.16.7",
1425
        "@babel/helper-split-export-declaration": "^7.18.6",
2449
        "@babel/parser": "^7.17.9",
1426
        "@babel/parser": "^7.20.1",
2450
        "@babel/types": "^7.17.0",
1427
        "@babel/types": "^7.20.0",
2451
        "debug": "^4.1.0",
1428
        "debug": "^4.1.0",
2452
        "globals": "^11.1.0"
1429
        "globals": "^11.1.0"
-
 
1430
      },
-
 
1431
      "dependencies": {
-
 
1432
        "@babel/code-frame": {
-
 
1433
          "version": "7.18.6",
-
 
1434
          "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
-
 
1435
          "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==",
-
 
1436
          "requires": {
-
 
1437
            "@babel/highlight": "^7.18.6"
-
 
1438
          }
-
 
1439
        },
-
 
1440
        "@babel/helper-validator-identifier": {
-
 
1441
          "version": "7.19.1",
-
 
1442
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
-
 
1443
          "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
-
 
1444
        },
-
 
1445
        "@babel/highlight": {
-
 
1446
          "version": "7.18.6",
-
 
1447
          "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz",
-
 
1448
          "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==",
-
 
1449
          "requires": {
-
 
1450
            "@babel/helper-validator-identifier": "^7.18.6",
-
 
1451
            "chalk": "^2.0.0",
-
 
1452
            "js-tokens": "^4.0.0"
-
 
1453
          }
-
 
1454
        }
2453
      }
1455
      }
2454
    },
1456
    },
2455
    "@babel/types": {
1457
    "@babel/types": {
2456
      "version": "7.17.0",
1458
      "version": "7.20.2",
2457
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
1459
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.20.2.tgz",
2458
      "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
1460
      "integrity": "sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==",
2459
      "requires": {
1461
      "requires": {
-
 
1462
        "@babel/helper-string-parser": "^7.19.4",
2460
        "@babel/helper-validator-identifier": "^7.16.7",
1463
        "@babel/helper-validator-identifier": "^7.19.1",
2461
        "to-fast-properties": "^2.0.0"
1464
        "to-fast-properties": "^2.0.0"
-
 
1465
      },
-
 
1466
      "dependencies": {
-
 
1467
        "@babel/helper-string-parser": {
-
 
1468
          "version": "7.19.4",
-
 
1469
          "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz",
-
 
1470
          "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw=="
-
 
1471
        },
-
 
1472
        "@babel/helper-validator-identifier": {
-
 
1473
          "version": "7.19.1",
-
 
1474
          "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz",
-
 
1475
          "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w=="
-
 
1476
        }
2462
      }
1477
      }
2463
    },
1478
    },
2464
    "@discoveryjs/json-ext": {
1479
    "@discoveryjs/json-ext": {
2465
      "version": "0.5.7",
1480
      "version": "0.5.7",
2466
      "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
1481
      "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz",
Línea 2471... Línea 1486...
2471
      "version": "0.8.0",
1486
      "version": "0.8.0",
2472
      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
1487
      "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
2473
      "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
1488
      "integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow=="
2474
    },
1489
    },
2475
    "@emotion/is-prop-valid": {
1490
    "@emotion/is-prop-valid": {
2476
      "version": "1.1.3",
1491
      "version": "1.2.0",
2477
      "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.1.3.tgz",
1492
      "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.2.0.tgz",
2478
      "integrity": "sha512-RFg04p6C+1uO19uG8N+vqanzKqiM9eeV1LDOG3bmkYmuOj7NbKNlFC/4EZq5gnwAIlcC/jOT24f8Td0iax2SXA==",
1493
      "integrity": "sha512-3aDpDprjM0AwaxGE09bOPkNxHpBd+kA6jty3RnaEXdweX1DF1U3VQpPYb0g1IStAuK7SVQ1cy+bNBBKp4W3Fjg==",
2479
      "requires": {
1494
      "requires": {
2480
        "@emotion/memoize": "^0.7.4"
1495
        "@emotion/memoize": "^0.8.0"
2481
      }
1496
      }
2482
    },
1497
    },
2483
    "@emotion/memoize": {
1498
    "@emotion/memoize": {
2484
      "version": "0.7.5",
1499
      "version": "0.8.0",
2485
      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.5.tgz",
1500
      "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.8.0.tgz",
2486
      "integrity": "sha512-igX9a37DR2ZPGYtV6suZ6whr8pTFtyHL3K/oLUotxpSVO2ASaprmAe2Dkq7tBo7CRY7MMDrAa9nuQP9/YG8FxQ=="
1501
      "integrity": "sha512-G/YwXTkv7Den9mXDO7AhLWkE3q+I92B+VqAE+dYG4NGPaHZGvt3G8Q0p9vmE+sq7rTGphUbAvmQ9YpbfMQGGlA=="
2487
    },
1502
    },
2488
    "@emotion/stylis": {
1503
    "@emotion/stylis": {
2489
      "version": "0.8.5",
1504
      "version": "0.8.5",
2490
      "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
1505
      "resolved": "https://registry.npmjs.org/@emotion/stylis/-/stylis-0.8.5.tgz",
2491
      "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
1506
      "integrity": "sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ=="
Línea 2578... Línea 1593...
2578
      }
1593
      }
2579
    },
1594
    },
2580
    "@jridgewell/resolve-uri": {
1595
    "@jridgewell/resolve-uri": {
2581
      "version": "3.1.0",
1596
      "version": "3.1.0",
2582
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
1597
      "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
2583
      "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
1598
      "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w=="
2584
      "dev": true
-
 
2585
    },
1599
    },
2586
    "@jridgewell/set-array": {
1600
    "@jridgewell/set-array": {
2587
      "version": "1.1.2",
1601
      "version": "1.1.2",
2588
      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
1602
      "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
2589
      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
1603
      "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw=="
2590
      "dev": true
-
 
2591
    },
1604
    },
2592
    "@jridgewell/source-map": {
1605
    "@jridgewell/source-map": {
2593
      "version": "0.3.2",
1606
      "version": "0.3.2",
2594
      "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
1607
      "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz",
2595
      "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
1608
      "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==",
Línea 2613... Línea 1626...
2613
      }
1626
      }
2614
    },
1627
    },
2615
    "@jridgewell/sourcemap-codec": {
1628
    "@jridgewell/sourcemap-codec": {
2616
      "version": "1.4.14",
1629
      "version": "1.4.14",
2617
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
1630
      "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
2618
      "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
1631
      "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw=="
2619
      "dev": true
-
 
2620
    },
1632
    },
2621
    "@jridgewell/trace-mapping": {
1633
    "@jridgewell/trace-mapping": {
2622
      "version": "0.3.15",
1634
      "version": "0.3.17",
2623
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz",
1635
      "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz",
2624
      "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==",
1636
      "integrity": "sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==",
2625
      "dev": true,
-
 
2626
      "requires": {
1637
      "requires": {
2627
        "@jridgewell/resolve-uri": "^3.0.3",
1638
        "@jridgewell/resolve-uri": "3.1.0",
2628
        "@jridgewell/sourcemap-codec": "^1.4.10"
1639
        "@jridgewell/sourcemap-codec": "1.4.14"
2629
      }
1640
      }
2630
    },
1641
    },
2631
    "@material-ui/core": {
1642
    "@material-ui/core": {
2632
      "version": "4.12.4",
1643
      "version": "4.12.4",
2633
      "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.4.tgz",
1644
      "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.12.4.tgz",
Línea 2756... Línea 1767...
2756
        "@gar/promisify": "^1.0.1",
1767
        "@gar/promisify": "^1.0.1",
2757
        "semver": "^7.3.5"
1768
        "semver": "^7.3.5"
2758
      },
1769
      },
2759
      "dependencies": {
1770
      "dependencies": {
2760
        "semver": {
1771
        "semver": {
2761
          "version": "7.3.7",
1772
          "version": "7.3.8",
2762
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
1773
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
2763
          "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
1774
          "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
2764
          "dev": true,
1775
          "dev": true,
2765
          "requires": {
1776
          "requires": {
2766
            "lru-cache": "^6.0.0"
1777
            "lru-cache": "^6.0.0"
2767
          }
1778
          }
2768
        }
1779
        }
Línea 2777... Línea 1788...
2777
        "mkdirp": "^1.0.4",
1788
        "mkdirp": "^1.0.4",
2778
        "rimraf": "^3.0.2"
1789
        "rimraf": "^3.0.2"
2779
      }
1790
      }
2780
    },
1791
    },
2781
    "@popperjs/core": {
1792
    "@popperjs/core": {
2782
      "version": "2.11.5",
1793
      "version": "2.11.6",
2783
      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.5.tgz",
1794
      "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.6.tgz",
2784
      "integrity": "sha512-9X2obfABZuDVLCgPK9aX0a/x4jaOEweTTWE2+9sr0Qqqevj2Uv5XorvusThmc9XGYpS9yI+fhh8RTafBtGposw=="
1795
      "integrity": "sha512-50/17A98tWUfQ176raKiOGXuYpLyyVMkxxG6oylzL3BPOlA6ADGdK7EYunSa4I064xerltq9TGXs8HmOk5E+vw=="
2785
    },
1796
    },
2786
    "@restart/context": {
1797
    "@restart/context": {
2787
      "version": "2.1.4",
1798
      "version": "2.1.4",
2788
      "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz",
1799
      "resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz",
2789
      "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q=="
1800
      "integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q=="
Línea 2801... Línea 1812...
2801
      "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
1812
      "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
2802
      "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
1813
      "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
2803
      "dev": true
1814
      "dev": true
2804
    },
1815
    },
2805
    "@types/eslint": {
1816
    "@types/eslint": {
2806
      "version": "8.4.6",
1817
      "version": "8.4.10",
2807
      "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz",
1818
      "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.10.tgz",
2808
      "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==",
1819
      "integrity": "sha512-Sl/HOqN8NKPmhWo2VBEPm0nvHnu2LL3v9vKo8MEq0EtbJ4eVzGPl41VNPvn5E1i5poMk4/XD8UriLHpJvEP/Nw==",
2809
      "dev": true,
1820
      "dev": true,
2810
      "requires": {
1821
      "requires": {
2811
        "@types/estree": "*",
1822
        "@types/estree": "*",
2812
        "@types/json-schema": "*"
1823
        "@types/json-schema": "*"
2813
      }
1824
      }
Línea 2853... Línea 1864...
2853
      "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
1864
      "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz",
2854
      "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
1865
      "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==",
2855
      "dev": true
1866
      "dev": true
2856
    },
1867
    },
2857
    "@types/node": {
1868
    "@types/node": {
2858
      "version": "18.7.11",
1869
      "version": "18.11.9",
2859
      "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.11.tgz",
1870
      "resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.9.tgz",
2860
      "integrity": "sha512-KZhFpSLlmK/sdocfSAjqPETTMd0ug6HIMIAwkwUpU79olnZdQtMxpQP+G1wDzCH7na+FltSIhbaZuKdwZ8RDrw==",
1871
      "integrity": "sha512-CRpX21/kGdzjOpFsZSkcrXMGIBWMGNIHXXBVFSH+ggkftxg+XYP20TESbh+zFvFj3EQOl5byk0HTRn1IL6hbqg==",
2861
      "dev": true
1872
      "dev": true
2862
    },
1873
    },
2863
    "@types/normalize-package-data": {
1874
    "@types/normalize-package-data": {
2864
      "version": "2.4.1",
1875
      "version": "2.4.1",
2865
      "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
1876
      "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz",
Línea 3195... Línea 2206...
3195
      "requires": {
2206
      "requires": {
3196
        "color-convert": "^1.9.0"
2207
        "color-convert": "^1.9.0"
3197
      }
2208
      }
3198
    },
2209
    },
3199
    "anymatch": {
2210
    "anymatch": {
3200
      "version": "3.1.2",
2211
      "version": "3.1.3",
3201
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
2212
      "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
3202
      "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
2213
      "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
3203
      "dev": true,
2214
      "dev": true,
3204
      "requires": {
2215
      "requires": {
3205
        "normalize-path": "^3.0.0",
2216
        "normalize-path": "^3.0.0",
3206
        "picomatch": "^2.0.4"
2217
        "picomatch": "^2.0.4"
3207
      }
2218
      }
Línea 3275... Línea 2286...
3275
      }
2286
      }
3276
    },
2287
    },
3277
    "assert-plus": {
2288
    "assert-plus": {
3278
      "version": "1.0.0",
2289
      "version": "1.0.0",
3279
      "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
2290
      "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
3280
      "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
2291
      "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==",
3281
      "dev": true
2292
      "dev": true
3282
    },
2293
    },
3283
    "async-foreach": {
2294
    "async-foreach": {
3284
      "version": "0.1.3",
2295
      "version": "0.1.3",
3285
      "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
2296
      "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
3286
      "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
2297
      "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==",
3287
      "dev": true
2298
      "dev": true
3288
    },
2299
    },
3289
    "asynckit": {
2300
    "asynckit": {
3290
      "version": "0.4.0",
2301
      "version": "0.4.0",
3291
      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
2302
      "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
3292
      "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
2303
      "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
3293
      "dev": true
2304
      "dev": true
3294
    },
2305
    },
3295
    "attr-accept": {
2306
    "attr-accept": {
3296
      "version": "2.2.2",
2307
      "version": "2.2.2",
3297
      "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz",
2308
      "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz",
3298
      "integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg=="
2309
      "integrity": "sha512-7prDjvt9HmqiZ0cl5CRjtS84sEyhsHP2coDkaZKRKVfCDo9s7iw7ChVmar78Gu9pC4SoR/28wFu/G5JJhTnqEg=="
3299
    },
2310
    },
3300
    "autoprefixer": {
2311
    "autoprefixer": {
3301
      "version": "10.4.8",
2312
      "version": "10.4.13",
3302
      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.8.tgz",
2313
      "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz",
3303
      "integrity": "sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==",
2314
      "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==",
3304
      "dev": true,
2315
      "dev": true,
3305
      "requires": {
2316
      "requires": {
3306
        "browserslist": "^4.21.3",
2317
        "browserslist": "^4.21.4",
3307
        "caniuse-lite": "^1.0.30001373",
2318
        "caniuse-lite": "^1.0.30001426",
3308
        "fraction.js": "^4.2.0",
2319
        "fraction.js": "^4.2.0",
3309
        "normalize-range": "^0.1.2",
2320
        "normalize-range": "^0.1.2",
3310
        "picocolors": "^1.0.0",
2321
        "picocolors": "^1.0.0",
3311
        "postcss-value-parser": "^4.2.0"
2322
        "postcss-value-parser": "^4.2.0"
3312
      }
2323
      }
3313
    },
2324
    },
3314
    "aws-sign2": {
2325
    "aws-sign2": {
3315
      "version": "0.7.0",
2326
      "version": "0.7.0",
3316
      "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
2327
      "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
3317
      "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
2328
      "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==",
3318
      "dev": true
2329
      "dev": true
3319
    },
2330
    },
3320
    "aws4": {
2331
    "aws4": {
3321
      "version": "1.11.0",
2332
      "version": "1.11.0",
3322
      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
2333
      "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
Línea 3330... Línea 2341...
3330
      "requires": {
2341
      "requires": {
3331
        "follow-redirects": "^1.14.0"
2342
        "follow-redirects": "^1.14.0"
3332
      }
2343
      }
3333
    },
2344
    },
3334
    "babel-loader": {
2345
    "babel-loader": {
3335
      "version": "8.2.5",
2346
      "version": "8.3.0",
3336
      "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz",
2347
      "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
3337
      "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==",
2348
      "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
3338
      "dev": true,
2349
      "dev": true,
3339
      "requires": {
2350
      "requires": {
3340
        "find-cache-dir": "^3.3.1",
2351
        "find-cache-dir": "^3.3.1",
3341
        "loader-utils": "^2.0.0",
2352
        "loader-utils": "^2.0.0",
3342
        "make-dir": "^3.1.0",
2353
        "make-dir": "^3.1.0",
Línea 3347... Línea 2358...
3347
      "version": "1.0.4",
2358
      "version": "1.0.4",
3348
      "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.4.tgz",
2359
      "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.4.tgz",
3349
      "integrity": "sha512-g+8yxHUZ60RcyaUpfNzy56OtWW+x9cyEe9j+CranqLiqbju2yf/Cy6ZtYK40EZxtrdHllzlVZgLmcOUCTlJ7Jg==",
2360
      "integrity": "sha512-g+8yxHUZ60RcyaUpfNzy56OtWW+x9cyEe9j+CranqLiqbju2yf/Cy6ZtYK40EZxtrdHllzlVZgLmcOUCTlJ7Jg==",
3350
      "dev": true
2361
      "dev": true
3351
    },
2362
    },
3352
    "babel-plugin-dynamic-import-node": {
-
 
3353
      "version": "2.3.3",
-
 
3354
      "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
-
 
3355
      "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
-
 
3356
      "dev": true,
-
 
3357
      "requires": {
-
 
3358
        "object.assign": "^4.1.0"
-
 
3359
      }
-
 
3360
    },
-
 
3361
    "babel-plugin-polyfill-corejs2": {
2363
    "babel-plugin-polyfill-corejs2": {
3362
      "version": "0.3.2",
2364
      "version": "0.3.3",
3363
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.2.tgz",
2365
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz",
3364
      "integrity": "sha512-LPnodUl3lS0/4wN3Rb+m+UK8s7lj2jcLRrjho4gLw+OJs+I4bvGXshINesY5xx/apM+biTnQ9reDI8yj+0M5+Q==",
2366
      "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==",
3365
      "dev": true,
2367
      "dev": true,
3366
      "requires": {
2368
      "requires": {
3367
        "@babel/compat-data": "^7.17.7",
2369
        "@babel/compat-data": "^7.17.7",
3368
        "@babel/helper-define-polyfill-provider": "^0.3.2",
2370
        "@babel/helper-define-polyfill-provider": "^0.3.3",
3369
        "semver": "^6.1.1"
2371
        "semver": "^6.1.1"
3370
      }
2372
      }
3371
    },
2373
    },
3372
    "babel-plugin-polyfill-corejs3": {
2374
    "babel-plugin-polyfill-corejs3": {
3373
      "version": "0.5.3",
2375
      "version": "0.6.0",
3374
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz",
2376
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz",
3375
      "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==",
2377
      "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==",
3376
      "dev": true,
2378
      "dev": true,
3377
      "requires": {
2379
      "requires": {
3378
        "@babel/helper-define-polyfill-provider": "^0.3.2",
2380
        "@babel/helper-define-polyfill-provider": "^0.3.3",
3379
        "core-js-compat": "^3.21.0"
2381
        "core-js-compat": "^3.25.1"
3380
      }
2382
      }
3381
    },
2383
    },
3382
    "babel-plugin-polyfill-regenerator": {
2384
    "babel-plugin-polyfill-regenerator": {
3383
      "version": "0.4.0",
2385
      "version": "0.4.1",
3384
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.0.tgz",
2386
      "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz",
3385
      "integrity": "sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==",
2387
      "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==",
3386
      "dev": true,
2388
      "dev": true,
3387
      "requires": {
2389
      "requires": {
3388
        "@babel/helper-define-polyfill-provider": "^0.3.2"
2390
        "@babel/helper-define-polyfill-provider": "^0.3.3"
3389
      }
2391
      }
3390
    },
2392
    },
3391
    "babel-plugin-styled-components": {
2393
    "babel-plugin-styled-components": {
3392
      "version": "2.0.7",
2394
      "version": "2.0.7",
3393
      "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz",
2395
      "resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.7.tgz",
Línea 3439... Línea 2441...
3439
      "dev": true
2441
      "dev": true
3440
    },
2442
    },
3441
    "bcrypt-pbkdf": {
2443
    "bcrypt-pbkdf": {
3442
      "version": "1.0.2",
2444
      "version": "1.0.2",
3443
      "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
2445
      "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
3444
      "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
2446
      "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==",
3445
      "dev": true,
2447
      "dev": true,
3446
      "requires": {
2448
      "requires": {
3447
        "tweetnacl": "^0.14.3"
2449
        "tweetnacl": "^0.14.3"
3448
      }
2450
      }
3449
    },
2451
    },
Línea 3477... Línea 2479...
3477
      "requires": {
2479
      "requires": {
3478
        "fill-range": "^7.0.1"
2480
        "fill-range": "^7.0.1"
3479
      }
2481
      }
3480
    },
2482
    },
3481
    "browserslist": {
2483
    "browserslist": {
3482
      "version": "4.21.3",
2484
      "version": "4.21.4",
3483
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz",
2485
      "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz",
3484
      "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==",
2486
      "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==",
3485
      "dev": true,
2487
      "dev": true,
3486
      "requires": {
2488
      "requires": {
3487
        "caniuse-lite": "^1.0.30001370",
2489
        "caniuse-lite": "^1.0.30001400",
3488
        "electron-to-chromium": "^1.4.202",
2490
        "electron-to-chromium": "^1.4.251",
3489
        "node-releases": "^2.0.6",
2491
        "node-releases": "^2.0.6",
3490
        "update-browserslist-db": "^1.0.5"
2492
        "update-browserslist-db": "^1.0.9"
3491
      }
2493
      }
3492
    },
2494
    },
3493
    "buffer-from": {
2495
    "buffer-from": {
3494
      "version": "1.1.2",
2496
      "version": "1.1.2",
3495
      "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
2497
      "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
Línea 3560... Línea 2562...
3560
        "map-obj": "^4.0.0",
2562
        "map-obj": "^4.0.0",
3561
        "quick-lru": "^4.0.1"
2563
        "quick-lru": "^4.0.1"
3562
      }
2564
      }
3563
    },
2565
    },
3564
    "camelize": {
2566
    "camelize": {
3565
      "version": "1.0.0",
2567
      "version": "1.0.1",
3566
      "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.0.tgz",
2568
      "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
3567
      "integrity": "sha512-W2lPwkBkMZwFlPCXhIlYgxu+7gC/NUlCtdK652DAJ1JdgV0sTrvuPFshNPrFa1TY2JOkLhgdeEBplB4ezEa+xg=="
2569
      "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ=="
3568
    },
2570
    },
3569
    "caniuse-lite": {
2571
    "caniuse-lite": {
3570
      "version": "1.0.30001382",
2572
      "version": "1.0.30001434",
3571
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz",
2573
      "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001434.tgz",
3572
      "integrity": "sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg==",
2574
      "integrity": "sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA==",
3573
      "dev": true
2575
      "dev": true
3574
    },
2576
    },
3575
    "caseless": {
2577
    "caseless": {
3576
      "version": "0.12.0",
2578
      "version": "0.12.0",
3577
      "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
2579
      "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
3578
      "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
2580
      "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==",
3579
      "dev": true
2581
      "dev": true
3580
    },
2582
    },
3581
    "chalk": {
2583
    "chalk": {
3582
      "version": "2.4.2",
2584
      "version": "2.4.2",
3583
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
2585
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
Línea 3620... Línea 2622...
3620
      "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
2622
      "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
3621
      "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
2623
      "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==",
3622
      "dev": true
2624
      "dev": true
3623
    },
2625
    },
3624
    "ckeditor4": {
2626
    "ckeditor4": {
3625
      "version": "4.19.1",
2627
      "version": "4.20.0",
3626
      "resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.19.1.tgz",
2628
      "resolved": "https://registry.npmjs.org/ckeditor4/-/ckeditor4-4.20.0.tgz",
3627
      "integrity": "sha512-eK/tilHSUpLc9mrD7Lvt07LJfJ13BBa4ftxJBxIX49sGMlWg5WaB81C+MRBZwnntcfpjVdyCLpZAptAHTDB65Q=="
2629
      "integrity": "sha512-Wa7OzaRXN6qRQ0IxIcX4CjZ5qxNlNqIbdQnBf9sxVEx22kTTsAaE5ePT+TpME0rJhLdCwAIRnbjRCJoGcp05oA=="
3628
    },
2630
    },
3629
    "ckeditor4-integrations-common": {
2631
    "ckeditor4-integrations-common": {
3630
      "version": "1.0.0",
2632
      "version": "1.0.0",
3631
      "resolved": "https://registry.npmjs.org/ckeditor4-integrations-common/-/ckeditor4-integrations-common-1.0.0.tgz",
2633
      "resolved": "https://registry.npmjs.org/ckeditor4-integrations-common/-/ckeditor4-integrations-common-1.0.0.tgz",
3632
      "integrity": "sha512-OAoQT/gYrHkg0qgzf6MS/rndYhq3SScLVQ3rtXQeuCE8ju7nFHg3qZ7WGA2XpFxcZzsMP6hhugXqdel5vbcC3g=="
2634
      "integrity": "sha512-OAoQT/gYrHkg0qgzf6MS/rndYhq3SScLVQ3rtXQeuCE8ju7nFHg3qZ7WGA2XpFxcZzsMP6hhugXqdel5vbcC3g=="
Línea 3650... Línea 2652...
3650
      "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
2652
      "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz",
3651
      "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
2653
      "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==",
3652
      "dev": true
2654
      "dev": true
3653
    },
2655
    },
3654
    "cliui": {
2656
    "cliui": {
3655
      "version": "7.0.4",
2657
      "version": "8.0.1",
3656
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
2658
      "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
3657
      "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
2659
      "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
3658
      "dev": true,
2660
      "dev": true,
3659
      "requires": {
2661
      "requires": {
3660
        "string-width": "^4.2.0",
2662
        "string-width": "^4.2.0",
3661
        "strip-ansi": "^6.0.0",
2663
        "strip-ansi": "^6.0.1",
3662
        "wrap-ansi": "^7.0.0"
2664
        "wrap-ansi": "^7.0.0"
3663
      }
2665
      }
3664
    },
2666
    },
3665
    "clone-deep": {
2667
    "clone-deep": {
3666
      "version": "4.0.1",
2668
      "version": "4.0.1",
Línea 3719... Línea 2721...
3719
      "dev": true
2721
      "dev": true
3720
    },
2722
    },
3721
    "commondir": {
2723
    "commondir": {
3722
      "version": "1.0.1",
2724
      "version": "1.0.1",
3723
      "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
2725
      "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
3724
      "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=",
2726
      "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
3725
      "dev": true
2727
      "dev": true
3726
    },
2728
    },
3727
    "concat-map": {
2729
    "concat-map": {
3728
      "version": "0.0.1",
2730
      "version": "0.0.1",
3729
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
2731
      "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
3730
      "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
2732
      "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
3731
      "dev": true
2733
      "dev": true
3732
    },
2734
    },
3733
    "console-control-strings": {
2735
    "console-control-strings": {
3734
      "version": "1.1.0",
2736
      "version": "1.1.0",
3735
      "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
2737
      "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
3736
      "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
2738
      "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
3737
      "dev": true
2739
      "dev": true
3738
    },
2740
    },
3739
    "convert-source-map": {
2741
    "convert-source-map": {
3740
      "version": "1.8.0",
2742
      "version": "1.9.0",
3741
      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
2743
      "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
3742
      "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
2744
      "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
3743
      "dev": true,
2745
      "dev": true
3744
      "requires": {
-
 
3745
        "safe-buffer": "~5.1.1"
-
 
3746
      }
-
 
3747
    },
2746
    },
3748
    "core-js": {
2747
    "core-js": {
3749
      "version": "2.6.12",
2748
      "version": "2.6.12",
3750
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
2749
      "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
3751
      "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
2750
      "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
3752
      "dev": true
2751
      "dev": true
3753
    },
2752
    },
3754
    "core-js-compat": {
2753
    "core-js-compat": {
3755
      "version": "3.24.1",
2754
      "version": "3.26.1",
3756
      "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.24.1.tgz",
2755
      "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.26.1.tgz",
3757
      "integrity": "sha512-XhdNAGeRnTpp8xbD+sR/HFDK9CbeeeqXT6TuofXh3urqEevzkWmLRgrVoykodsw8okqo2pu1BOmuCKrHx63zdw==",
2756
      "integrity": "sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==",
3758
      "dev": true,
2757
      "dev": true,
3759
      "requires": {
2758
      "requires": {
3760
        "browserslist": "^4.21.3",
2759
        "browserslist": "^4.21.4"
3761
        "semver": "7.0.0"
-
 
3762
      },
-
 
3763
      "dependencies": {
-
 
3764
        "semver": {
-
 
3765
          "version": "7.0.0",
-
 
3766
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
-
 
3767
          "integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==",
-
 
3768
          "dev": true
-
 
3769
        }
-
 
3770
      }
2760
      }
3771
    },
2761
    },
3772
    "core-util-is": {
2762
    "core-util-is": {
3773
      "version": "1.0.2",
2763
      "version": "1.0.2",
3774
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
2764
      "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
Línea 3900... Línea 2890...
3900
      "integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA=="
2890
      "integrity": "sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA=="
3901
    },
2891
    },
3902
    "dashdash": {
2892
    "dashdash": {
3903
      "version": "1.14.1",
2893
      "version": "1.14.1",
3904
      "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
2894
      "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
3905
      "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
2895
      "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==",
3906
      "dev": true,
2896
      "dev": true,
3907
      "requires": {
2897
      "requires": {
3908
        "assert-plus": "^1.0.0"
2898
        "assert-plus": "^1.0.0"
3909
      }
2899
      }
3910
    },
2900
    },
Línea 3917... Línea 2907...
3917
      }
2907
      }
3918
    },
2908
    },
3919
    "decamelize": {
2909
    "decamelize": {
3920
      "version": "1.2.0",
2910
      "version": "1.2.0",
3921
      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
2911
      "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
3922
      "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
2912
      "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==",
3923
      "dev": true
2913
      "dev": true
3924
    },
2914
    },
3925
    "decamelize-keys": {
2915
    "decamelize-keys": {
3926
      "version": "1.1.0",
2916
      "version": "1.1.1",
3927
      "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz",
2917
      "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz",
3928
      "integrity": "sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==",
2918
      "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==",
3929
      "dev": true,
2919
      "dev": true,
3930
      "requires": {
2920
      "requires": {
3931
        "decamelize": "^1.1.0",
2921
        "decamelize": "^1.1.0",
3932
        "map-obj": "^1.0.0"
2922
        "map-obj": "^1.0.0"
3933
      },
2923
      },
Línea 3963... Línea 2953...
3963
      }
2953
      }
3964
    },
2954
    },
3965
    "delayed-stream": {
2955
    "delayed-stream": {
3966
      "version": "1.0.0",
2956
      "version": "1.0.0",
3967
      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
2957
      "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
3968
      "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
2958
      "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
3969
      "dev": true
2959
      "dev": true
3970
    },
2960
    },
3971
    "delegates": {
2961
    "delegates": {
3972
      "version": "1.0.0",
2962
      "version": "1.0.0",
3973
      "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
2963
      "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
3974
      "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
2964
      "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
3975
      "dev": true
2965
      "dev": true
3976
    },
2966
    },
3977
    "depd": {
2967
    "depd": {
3978
      "version": "1.1.2",
2968
      "version": "1.1.2",
3979
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
2969
      "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
3980
      "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
2970
      "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==",
3981
      "dev": true
2971
      "dev": true
3982
    },
2972
    },
3983
    "dequal": {
2973
    "dequal": {
3984
      "version": "2.0.2",
2974
      "version": "2.0.3",
3985
      "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.2.tgz",
2975
      "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz",
3986
      "integrity": "sha512-q9K8BlJVxK7hQYqa6XISGmBZbtQQWVXSrRrWreHC94rMt1QL/Impruc+7p2CYSYuVIUr+YCt6hjrs1kkdJRTug=="
2976
      "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA=="
3987
    },
2977
    },
3988
    "dir-glob": {
2978
    "dir-glob": {
3989
      "version": "3.0.1",
2979
      "version": "3.0.1",
3990
      "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
2980
      "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
3991
      "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
2981
      "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
Línea 4060... Línea 3050...
4060
      }
3050
      }
4061
    },
3051
    },
4062
    "ecc-jsbn": {
3052
    "ecc-jsbn": {
4063
      "version": "0.1.2",
3053
      "version": "0.1.2",
4064
      "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
3054
      "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
4065
      "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
3055
      "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==",
4066
      "dev": true,
3056
      "dev": true,
4067
      "requires": {
3057
      "requires": {
4068
        "jsbn": "~0.1.0",
3058
        "jsbn": "~0.1.0",
4069
        "safer-buffer": "^2.1.0"
3059
        "safer-buffer": "^2.1.0"
4070
      }
3060
      }
4071
    },
3061
    },
4072
    "electron-to-chromium": {
3062
    "electron-to-chromium": {
4073
      "version": "1.4.227",
3063
      "version": "1.4.284",
4074
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.227.tgz",
3064
      "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz",
4075
      "integrity": "sha512-I9VVajA3oswIJOUFg2PSBqrHLF5Y+ahIfjOV9+v6uYyBqFZutmPxA6fxocDUUmgwYevRWFu1VjLyVG3w45qa/g==",
3065
      "integrity": "sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==",
4076
      "dev": true
3066
      "dev": true
4077
    },
3067
    },
4078
    "emoji-regex": {
3068
    "emoji-regex": {
4079
      "version": "8.0.0",
3069
      "version": "8.0.0",
4080
      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
3070
      "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
Línea 4096... Línea 3086...
4096
      "requires": {
3086
      "requires": {
4097
        "iconv-lite": "^0.6.2"
3087
        "iconv-lite": "^0.6.2"
4098
      }
3088
      }
4099
    },
3089
    },
4100
    "enhanced-resolve": {
3090
    "enhanced-resolve": {
4101
      "version": "5.10.0",
3091
      "version": "5.11.0",
4102
      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz",
3092
      "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.11.0.tgz",
4103
      "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==",
3093
      "integrity": "sha512-0Gcraf7gAJSQoPg+bTSXNhuzAYtXqLc4C011vb8S3B8XUSEkGYNBk20c68X9291VF4vvsCD8SPkr6Mza+DwU+g==",
4104
      "dev": true,
3094
      "dev": true,
4105
      "requires": {
3095
      "requires": {
4106
        "graceful-fs": "^4.2.4",
3096
        "graceful-fs": "^4.2.9",
4107
        "tapable": "^2.2.0"
3097
        "tapable": "^2.2.0"
4108
      }
3098
      }
4109
    },
3099
    },
4110
    "enquire.js": {
3100
    "enquire.js": {
4111
      "version": "2.1.6",
3101
      "version": "2.1.6",
4112
      "resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz",
3102
      "resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz",
4113
      "integrity": "sha1-PoeAybi4NQhMP2DhZtvDwqPImBQ="
3103
      "integrity": "sha512-/KujNpO+PT63F7Hlpu4h3pE3TokKRHN26JYmQpPyjkRD/N57R7bPDNojMXdi7uveAKjYB7yQnartCxZnFWr0Xw=="
4114
    },
3104
    },
4115
    "entities": {
3105
    "entities": {
4116
      "version": "3.0.1",
3106
      "version": "3.0.1",
4117
      "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
3107
      "resolved": "https://registry.npmjs.org/entities/-/entities-3.0.1.tgz",
4118
      "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q=="
3108
      "integrity": "sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q=="
Línea 4577... Línea 3567...
4577
      "dev": true
3567
      "dev": true
4578
    },
3568
    },
4579
    "extsprintf": {
3569
    "extsprintf": {
4580
      "version": "1.3.0",
3570
      "version": "1.3.0",
4581
      "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
3571
      "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
4582
      "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
3572
      "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==",
4583
      "dev": true
3573
      "dev": true
4584
    },
3574
    },
4585
    "fast-deep-equal": {
3575
    "fast-deep-equal": {
4586
      "version": "3.1.3",
3576
      "version": "3.1.3",
4587
      "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
3577
      "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
Línea 4697... Línea 3687...
4697
      "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
3687
      "integrity": "sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA=="
4698
    },
3688
    },
4699
    "forever-agent": {
3689
    "forever-agent": {
4700
      "version": "0.6.1",
3690
      "version": "0.6.1",
4701
      "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
3691
      "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
4702
      "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
3692
      "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==",
4703
      "dev": true
3693
      "dev": true
4704
    },
3694
    },
4705
    "form-data": {
3695
    "form-data": {
4706
      "version": "2.3.3",
3696
      "version": "2.3.3",
4707
      "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
3697
      "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
Línea 4729... Línea 3719...
4729
      }
3719
      }
4730
    },
3720
    },
4731
    "fs.realpath": {
3721
    "fs.realpath": {
4732
      "version": "1.0.0",
3722
      "version": "1.0.0",
4733
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
3723
      "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
4734
      "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
3724
      "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
4735
      "dev": true
3725
      "dev": true
4736
    },
3726
    },
4737
    "fsevents": {
3727
    "fsevents": {
4738
      "version": "2.3.2",
3728
      "version": "2.3.2",
4739
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
3729
      "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
Línea 4814... Línea 3804...
4814
      }
3804
      }
4815
    },
3805
    },
4816
    "get-stdin": {
3806
    "get-stdin": {
4817
      "version": "4.0.1",
3807
      "version": "4.0.1",
4818
      "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
3808
      "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
4819
      "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
3809
      "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==",
4820
      "dev": true
3810
      "dev": true
4821
    },
3811
    },
4822
    "get-symbol-description": {
3812
    "get-symbol-description": {
4823
      "version": "1.0.0",
3813
      "version": "1.0.0",
4824
      "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
3814
      "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz",
Línea 4830... Línea 3820...
4830
      }
3820
      }
4831
    },
3821
    },
4832
    "getpass": {
3822
    "getpass": {
4833
      "version": "0.1.7",
3823
      "version": "0.1.7",
4834
      "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
3824
      "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
4835
      "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
3825
      "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==",
4836
      "dev": true,
3826
      "dev": true,
4837
      "requires": {
3827
      "requires": {
4838
        "assert-plus": "^1.0.0"
3828
        "assert-plus": "^1.0.0"
4839
      }
3829
      }
4840
    },
3830
    },
Línea 4937... Línea 3927...
4937
      "dev": true
3927
      "dev": true
4938
    },
3928
    },
4939
    "har-schema": {
3929
    "har-schema": {
4940
      "version": "2.0.0",
3930
      "version": "2.0.0",
4941
      "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
3931
      "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
4942
      "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
3932
      "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==",
4943
      "dev": true
3933
      "dev": true
4944
    },
3934
    },
4945
    "har-validator": {
3935
    "har-validator": {
4946
      "version": "5.1.5",
3936
      "version": "5.1.5",
4947
      "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
3937
      "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
Línea 5003... Línea 3993...
5003
      }
3993
      }
5004
    },
3994
    },
5005
    "has-unicode": {
3995
    "has-unicode": {
5006
      "version": "2.0.1",
3996
      "version": "2.0.1",
5007
      "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
3997
      "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
5008
      "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
3998
      "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==",
5009
      "dev": true
3999
      "dev": true
5010
    },
4000
    },
5011
    "history": {
4001
    "history": {
5012
      "version": "4.10.1",
4002
      "version": "4.10.1",
5013
      "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
4003
      "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
Línea 5094... Línea 4084...
5094
      }
4084
      }
5095
    },
4085
    },
5096
    "http-signature": {
4086
    "http-signature": {
5097
      "version": "1.2.0",
4087
      "version": "1.2.0",
5098
      "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
4088
      "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
5099
      "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
4089
      "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==",
5100
      "dev": true,
4090
      "dev": true,
5101
      "requires": {
4091
      "requires": {
5102
        "assert-plus": "^1.0.0",
4092
        "assert-plus": "^1.0.0",
5103
        "jsprim": "^1.2.2",
4093
        "jsprim": "^1.2.2",
5104
        "sshpk": "^1.7.0"
4094
        "sshpk": "^1.7.0"
Línea 5195... Línea 4185...
5195
      "dev": true
4185
      "dev": true
5196
    },
4186
    },
5197
    "inflight": {
4187
    "inflight": {
5198
      "version": "1.0.6",
4188
      "version": "1.0.6",
5199
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
4189
      "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
5200
      "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
4190
      "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
5201
      "dev": true,
4191
      "dev": true,
5202
      "requires": {
4192
      "requires": {
5203
        "once": "^1.3.0",
4193
        "once": "^1.3.0",
5204
        "wrappy": "1"
4194
        "wrappy": "1"
5205
      }
4195
      }
Línea 5326... Línea 4316...
5326
      }
4316
      }
5327
    },
4317
    },
5328
    "is-in-browser": {
4318
    "is-in-browser": {
5329
      "version": "1.1.3",
4319
      "version": "1.1.3",
5330
      "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
4320
      "resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
5331
      "integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU="
4321
      "integrity": "sha512-FeXIBgG/CPGd/WUxuEyvgGTEfwiG9Z4EKGxjNMRqviiIIfsmgrpnHLffEDdwUHqNva1VEW91o3xBT/m8Elgl9g=="
5332
    },
4322
    },
5333
    "is-lambda": {
4323
    "is-lambda": {
5334
      "version": "1.0.1",
4324
      "version": "1.0.1",
5335
      "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
4325
      "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz",
5336
      "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
4326
      "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==",
Línea 5410... Línea 4400...
5410
      }
4400
      }
5411
    },
4401
    },
5412
    "is-typedarray": {
4402
    "is-typedarray": {
5413
      "version": "1.0.0",
4403
      "version": "1.0.0",
5414
      "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
4404
      "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
5415
      "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
4405
      "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
5416
      "dev": true
4406
      "dev": true
5417
    },
4407
    },
5418
    "is-weakref": {
4408
    "is-weakref": {
5419
      "version": "1.0.2",
4409
      "version": "1.0.2",
5420
      "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
4410
      "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz",
Línea 5423... Línea 4413...
5423
      "requires": {
4413
      "requires": {
5424
        "call-bind": "^1.0.2"
4414
        "call-bind": "^1.0.2"
5425
      }
4415
      }
5426
    },
4416
    },
5427
    "isarray": {
4417
    "isarray": {
5428
      "version": "0.0.1",
4418
      "version": "1.0.0",
5429
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
4419
      "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
5430
      "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ=="
4420
      "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
-
 
4421
      "dev": true
5431
    },
4422
    },
5432
    "isexe": {
4423
    "isexe": {
5433
      "version": "2.0.0",
4424
      "version": "2.0.0",
5434
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
4425
      "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
5435
      "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
4426
      "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
5436
      "dev": true
4427
      "dev": true
5437
    },
4428
    },
5438
    "isobject": {
4429
    "isobject": {
5439
      "version": "3.0.1",
4430
      "version": "3.0.1",
5440
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
4431
      "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
5441
      "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==",
4432
      "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
5442
      "dev": true
4433
      "dev": true
5443
    },
4434
    },
5444
    "isstream": {
4435
    "isstream": {
5445
      "version": "0.1.2",
4436
      "version": "0.1.2",
5446
      "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
4437
      "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
5447
      "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
4438
      "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==",
5448
      "dev": true
4439
      "dev": true
5449
    },
4440
    },
5450
    "jest-worker": {
4441
    "jest-worker": {
5451
      "version": "27.5.1",
4442
      "version": "27.5.1",
5452
      "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
4443
      "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
Línea 5502... Línea 4493...
5502
      }
4493
      }
5503
    },
4494
    },
5504
    "jsbn": {
4495
    "jsbn": {
5505
      "version": "0.1.1",
4496
      "version": "0.1.1",
5506
      "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
4497
      "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
5507
      "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
4498
      "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==",
5508
      "dev": true
4499
      "dev": true
5509
    },
4500
    },
5510
    "jsesc": {
4501
    "jsesc": {
5511
      "version": "2.5.2",
4502
      "version": "2.5.2",
5512
      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
4503
      "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
Línea 5537... Línea 4528...
5537
      "dev": true
4528
      "dev": true
5538
    },
4529
    },
5539
    "json-stringify-safe": {
4530
    "json-stringify-safe": {
5540
      "version": "5.0.1",
4531
      "version": "5.0.1",
5541
      "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
4532
      "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
5542
      "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
4533
      "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
5543
      "dev": true
4534
      "dev": true
5544
    },
4535
    },
5545
    "json2mq": {
4536
    "json2mq": {
5546
      "version": "0.2.0",
4537
      "version": "0.2.0",
5547
      "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
4538
      "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz",
5548
      "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=",
4539
      "integrity": "sha512-SzoRg7ux5DWTII9J2qkrZrqV1gt+rTaoufMxEzXbS26Uid0NwaJd123HcoB80TgubEppxxIGdNxCx50fEoEWQA==",
5549
      "requires": {
4540
      "requires": {
5550
        "string-convert": "^0.2.0"
4541
        "string-convert": "^0.2.0"
5551
      }
4542
      }
5552
    },
4543
    },
5553
    "json5": {
4544
    "json5": {
Línea 5751... Línea 4742...
5751
      "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
4742
      "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
5752
    },
4743
    },
5753
    "lodash.memoize": {
4744
    "lodash.memoize": {
5754
      "version": "4.1.2",
4745
      "version": "4.1.2",
5755
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
4746
      "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz",
5756
      "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4="
4747
      "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag=="
5757
    },
4748
    },
5758
    "lodash.merge": {
4749
    "lodash.merge": {
5759
      "version": "4.6.2",
4750
      "version": "4.6.2",
5760
      "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
4751
      "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
5761
      "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
4752
      "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
5762
      "dev": true
4753
      "dev": true
5763
    },
4754
    },
5764
    "lodash.reduce": {
4755
    "lodash.reduce": {
5765
      "version": "4.6.0",
4756
      "version": "4.6.0",
5766
      "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz",
4757
      "resolved": "https://registry.npmjs.org/lodash.reduce/-/lodash.reduce-4.6.0.tgz",
5767
      "integrity": "sha1-8atrg5KZrUj3hKu/R2WW8DuRTTs="
4758
      "integrity": "sha512-6raRe2vxCYBhpBu+B+TtNGUzah+hQjVdu3E17wfusjyrXBka2nBS8OH/gjVZ5PvHOhWmIZTYri09Z6n/QfnNMw=="
5768
    },
4759
    },
5769
    "lodash.startswith": {
4760
    "lodash.startswith": {
5770
      "version": "4.2.1",
4761
      "version": "4.2.1",
5771
      "resolved": "https://registry.npmjs.org/lodash.startswith/-/lodash.startswith-4.2.1.tgz",
4762
      "resolved": "https://registry.npmjs.org/lodash.startswith/-/lodash.startswith-4.2.1.tgz",
5772
      "integrity": "sha1-xZjErc4YiiflMUVzHNxsDnF3YAw="
4763
      "integrity": "sha512-XClYR1h4/fJ7H+mmCKppbiBmljN/nGs73iq2SjCT9SF4CBPoUHzLvWmH1GtZMhMBZSiRkHXfeA2RY1eIlJ75ww=="
5773
    },
4764
    },
5774
    "loose-envify": {
4765
    "loose-envify": {
5775
      "version": "1.4.0",
4766
      "version": "1.4.0",
5776
      "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
4767
      "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
5777
      "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
4768
      "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==",
Línea 5888... Línea 4879...
5888
      "version": "1.0.1",
4879
      "version": "1.0.1",
5889
      "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
4880
      "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
5890
      "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
4881
      "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==",
5891
      "dev": true
4882
      "dev": true
5892
    },
4883
    },
5893
    "mini-create-react-context": {
-
 
5894
      "version": "0.4.1",
-
 
5895
      "resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz",
-
 
5896
      "integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==",
-
 
5897
      "requires": {
-
 
5898
        "@babel/runtime": "^7.12.1",
-
 
5899
        "tiny-warning": "^1.0.3"
-
 
5900
      }
-
 
5901
    },
-
 
5902
    "mini-css-extract-plugin": {
4884
    "mini-css-extract-plugin": {
5903
      "version": "1.6.2",
4885
      "version": "1.6.2",
5904
      "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz",
4886
      "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz",
5905
      "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==",
4887
      "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==",
5906
      "dev": true,
4888
      "dev": true,
Línea 6020... Línea 5002...
6020
      "version": "2.29.4",
5002
      "version": "2.29.4",
6021
      "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
5003
      "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
6022
      "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
5004
      "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
6023
    },
5005
    },
6024
    "moment-timezone": {
5006
    "moment-timezone": {
6025
      "version": "0.5.35",
5007
      "version": "0.5.39",
6026
      "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.35.tgz",
5008
      "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.39.tgz",
6027
      "integrity": "sha512-cY/pBOEXepQvlgli06ttCTKcIf8cD1nmNwOKQQAdHBqYApQSpAqotBMX0RJZNgMp6i0PlZuf1mFtnlyEkwyvFw==",
5009
      "integrity": "sha512-hoB6suq4ISDj7BDgctiOy6zljBsdYT0++0ZzZm9rtxIvJhIbQ3nmbgSWe7dNFGurl6/7b1OUkHlmN9JWgXVz7w==",
6028
      "requires": {
5010
      "requires": {
6029
        "moment": ">= 2.9.0"
5011
        "moment": ">= 2.9.0"
6030
      }
5012
      }
6031
    },
5013
    },
6032
    "ms": {
5014
    "ms": {
6033
      "version": "2.1.2",
5015
      "version": "2.1.2",
6034
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
5016
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
6035
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
5017
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
6036
    },
5018
    },
6037
    "nan": {
5019
    "nan": {
6038
      "version": "2.16.0",
5020
      "version": "2.17.0",
6039
      "resolved": "https://registry.npmjs.org/nan/-/nan-2.16.0.tgz",
5021
      "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz",
6040
      "integrity": "sha512-UdAqHyFngu7TfQKsCBgAA6pWDkT8MAO7d0jyOecVhN5354xbLqdn8mV9Tat9gepAupm0bt2DbeaSC8vS52MuFA==",
5022
      "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==",
6041
      "dev": true
5023
      "dev": true
6042
    },
5024
    },
6043
    "nanoid": {
5025
    "nanoid": {
6044
      "version": "3.3.4",
5026
      "version": "3.3.4",
6045
      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
5027
      "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz",
Línea 6093... Línea 5075...
6093
            "gauge": "^4.0.3",
5075
            "gauge": "^4.0.3",
6094
            "set-blocking": "^2.0.0"
5076
            "set-blocking": "^2.0.0"
6095
          }
5077
          }
6096
        },
5078
        },
6097
        "semver": {
5079
        "semver": {
6098
          "version": "7.3.7",
5080
          "version": "7.3.8",
6099
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
5081
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
6100
          "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
5082
          "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
6101
          "dev": true,
5083
          "dev": true,
6102
          "requires": {
5084
          "requires": {
6103
            "lru-cache": "^6.0.0"
5085
            "lru-cache": "^6.0.0"
6104
          }
5086
          }
6105
        }
5087
        }
Línea 6110... Línea 5092...
6110
      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz",
5092
      "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz",
6111
      "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==",
5093
      "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==",
6112
      "dev": true
5094
      "dev": true
6113
    },
5095
    },
6114
    "node-sass": {
5096
    "node-sass": {
6115
      "version": "7.0.1",
5097
      "version": "7.0.3",
6116
      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.1.tgz",
5098
      "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.3.tgz",
6117
      "integrity": "sha512-uMy+Xt29NlqKCFdFRZyXKOTqGt+QaKHexv9STj2WeLottnlqZEEWx6Bj0MXNthmFRRdM/YwyNo/8Tr46TOM0jQ==",
5099
      "integrity": "sha512-8MIlsY/4dXUkJDYht9pIWBhMil3uHmE8b/AdJPjmFn1nBx9X9BASzfzmsCy0uCCb8eqI3SYYzVPDswWqSx7gjw==",
6118
      "dev": true,
5100
      "dev": true,
6119
      "requires": {
5101
      "requires": {
6120
        "async-foreach": "^0.1.3",
5102
        "async-foreach": "^0.1.3",
6121
        "chalk": "^4.1.2",
5103
        "chalk": "^4.1.2",
6122
        "cross-spawn": "^7.0.3",
5104
        "cross-spawn": "^7.0.3",
Línea 6127... Línea 5109...
6127
        "meow": "^9.0.0",
5109
        "meow": "^9.0.0",
6128
        "nan": "^2.13.2",
5110
        "nan": "^2.13.2",
6129
        "node-gyp": "^8.4.1",
5111
        "node-gyp": "^8.4.1",
6130
        "npmlog": "^5.0.0",
5112
        "npmlog": "^5.0.0",
6131
        "request": "^2.88.0",
5113
        "request": "^2.88.0",
6132
        "sass-graph": "4.0.0",
5114
        "sass-graph": "^4.0.1",
6133
        "stdout-stream": "^1.4.0",
5115
        "stdout-stream": "^1.4.0",
6134
        "true-case-path": "^1.0.2"
5116
        "true-case-path": "^1.0.2"
6135
      },
5117
      },
6136
      "dependencies": {
5118
      "dependencies": {
6137
        "ansi-styles": {
5119
        "ansi-styles": {
Línea 6205... Línea 5187...
6205
        "semver": "^7.3.4",
5187
        "semver": "^7.3.4",
6206
        "validate-npm-package-license": "^3.0.1"
5188
        "validate-npm-package-license": "^3.0.1"
6207
      },
5189
      },
6208
      "dependencies": {
5190
      "dependencies": {
6209
        "semver": {
5191
        "semver": {
6210
          "version": "7.3.7",
5192
          "version": "7.3.8",
6211
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz",
5193
          "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz",
6212
          "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==",
5194
          "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==",
6213
          "dev": true,
5195
          "dev": true,
6214
          "requires": {
5196
          "requires": {
6215
            "lru-cache": "^6.0.0"
5197
            "lru-cache": "^6.0.0"
6216
          }
5198
          }
6217
        }
5199
        }
Línea 6349... Línea 5331...
6349
      }
5331
      }
6350
    },
5332
    },
6351
    "once": {
5333
    "once": {
6352
      "version": "1.4.0",
5334
      "version": "1.4.0",
6353
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
5335
      "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
6354
      "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
5336
      "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
6355
      "dev": true,
5337
      "dev": true,
6356
      "requires": {
5338
      "requires": {
6357
        "wrappy": "1"
5339
        "wrappy": "1"
6358
      }
5340
      }
6359
    },
5341
    },
Línea 6432... Línea 5414...
6432
      "dev": true
5414
      "dev": true
6433
    },
5415
    },
6434
    "path-is-absolute": {
5416
    "path-is-absolute": {
6435
      "version": "1.0.1",
5417
      "version": "1.0.1",
6436
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
5418
      "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
6437
      "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
5419
      "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
6438
      "dev": true
5420
      "dev": true
6439
    },
5421
    },
6440
    "path-key": {
5422
    "path-key": {
6441
      "version": "3.1.1",
5423
      "version": "3.1.1",
6442
      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
5424
      "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
Línea 6453... Línea 5435...
6453
      "version": "1.8.0",
5435
      "version": "1.8.0",
6454
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
5436
      "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
6455
      "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
5437
      "integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
6456
      "requires": {
5438
      "requires": {
6457
        "isarray": "0.0.1"
5439
        "isarray": "0.0.1"
-
 
5440
      },
-
 
5441
      "dependencies": {
-
 
5442
        "isarray": {
-
 
5443
          "version": "0.0.1",
-
 
5444
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
-
 
5445
          "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ=="
-
 
5446
        }
6458
      }
5447
      }
6459
    },
5448
    },
6460
    "path-type": {
5449
    "path-type": {
6461
      "version": "4.0.0",
5450
      "version": "4.0.0",
6462
      "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
5451
      "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
Línea 6464... Línea 5453...
6464
      "dev": true
5453
      "dev": true
6465
    },
5454
    },
6466
    "performance-now": {
5455
    "performance-now": {
6467
      "version": "2.1.0",
5456
      "version": "2.1.0",
6468
      "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
5457
      "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
6469
      "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
5458
      "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==",
6470
      "dev": true
5459
      "dev": true
6471
    },
5460
    },
6472
    "picocolors": {
5461
    "picocolors": {
6473
      "version": "1.0.0",
5462
      "version": "1.0.0",
6474
      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
5463
      "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
Línea 6493... Línea 5482...
6493
      "version": "1.16.1-lts",
5482
      "version": "1.16.1-lts",
6494
      "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz",
5483
      "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1-lts.tgz",
6495
      "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA=="
5484
      "integrity": "sha512-Kjw8nKRl1m+VrSFCoVGPph93W/qrSO7ZkqPpTf7F4bk/sqcfWK019dWBUpE/fBOsOQY1dks/Bmcbfn1heM/IsA=="
6496
    },
5485
    },
6497
    "postcss": {
5486
    "postcss": {
6498
      "version": "8.4.16",
5487
      "version": "8.4.19",
6499
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz",
5488
      "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.19.tgz",
6500
      "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==",
5489
      "integrity": "sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==",
6501
      "dev": true,
5490
      "dev": true,
6502
      "requires": {
5491
      "requires": {
6503
        "nanoid": "^3.3.4",
5492
        "nanoid": "^3.3.4",
6504
        "picocolors": "^1.0.0",
5493
        "picocolors": "^1.0.0",
6505
        "source-map-js": "^1.0.2"
5494
        "source-map-js": "^1.0.2"
Línea 6695... Línea 5684...
6695
        "loose-envify": "^1.1.0",
5684
        "loose-envify": "^1.1.0",
6696
        "object-assign": "^4.1.1"
5685
        "object-assign": "^4.1.1"
6697
      }
5686
      }
6698
    },
5687
    },
6699
    "react-bootstrap": {
5688
    "react-bootstrap": {
6700
      "version": "1.6.5",
5689
      "version": "1.6.6",
6701
      "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.5.tgz",
5690
      "resolved": "https://registry.npmjs.org/react-bootstrap/-/react-bootstrap-1.6.6.tgz",
6702
      "integrity": "sha512-l2rm5LtDI7JMtdGrzaxNl4OJwH0fMIJDlvwQ2TMvs9h9d0E4ELLpG3J45Pox6xUkpuFfXdWUiGazZXyIuv/OKA==",
5691
      "integrity": "sha512-pSzYyJT5u4rc8+5myM8Vid2JG52L8AmYSkpznReH/GM4+FhLqEnxUa0+6HRTaGwjdEixQNGchwY+b3xCdYWrDA==",
6703
      "requires": {
5692
      "requires": {
6704
        "@babel/runtime": "^7.14.0",
5693
        "@babel/runtime": "^7.14.0",
6705
        "@restart/context": "^2.1.4",
5694
        "@restart/context": "^2.1.4",
6706
        "@restart/hooks": "^0.4.7",
5695
        "@restart/hooks": "^0.4.7",
6707
        "@types/invariant": "^2.2.33",
5696
        "@types/invariant": "^2.2.33",
Línea 6724... Línea 5713...
6724
      "version": "3.3.0",
5713
      "version": "3.3.0",
6725
      "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.3.0.tgz",
5714
      "resolved": "https://registry.npmjs.org/react-chartjs-2/-/react-chartjs-2-3.3.0.tgz",
6726
      "integrity": "sha512-4Mt0SR2aiUbWi/4762odRBYSnbNKSs4HWc0o3IW43py5bMfmfpeZU95w6mbvtuLZH/M3GsPJMU8DvDc+5U9blQ=="
5715
      "integrity": "sha512-4Mt0SR2aiUbWi/4762odRBYSnbNKSs4HWc0o3IW43py5bMfmfpeZU95w6mbvtuLZH/M3GsPJMU8DvDc+5U9blQ=="
6727
    },
5716
    },
6728
    "react-datetime": {
5717
    "react-datetime": {
6729
      "version": "3.1.1",
5718
      "version": "3.2.0",
6730
      "resolved": "https://registry.npmjs.org/react-datetime/-/react-datetime-3.1.1.tgz",
5719
      "resolved": "https://registry.npmjs.org/react-datetime/-/react-datetime-3.2.0.tgz",
6731
      "integrity": "sha512-gHCTjAniCcMb6jdXpz+MpVe/uCeaHNDOofg+l41nLlJI3uBLBMV40CQbGB2TCTUpCzGT1mCs4vQzKGMjXO/WWQ==",
5720
      "integrity": "sha512-w5XdeNIGzBht9CadaZIJhKUhEcDTgH0XokKxGPCxeeJRYL7B3HIKA8CM6Q0xej2JFJt0n5d+zi3maMwaY3262A==",
6732
      "requires": {
5721
      "requires": {
6733
        "prop-types": "^15.5.7"
5722
        "prop-types": "^15.5.7"
6734
      }
5723
      }
6735
    },
5724
    },
6736
    "react-dom": {
5725
    "react-dom": {
Línea 6757... Línea 5746...
6757
      "version": "6.15.8",
5746
      "version": "6.15.8",
6758
      "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.8.tgz",
5747
      "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.8.tgz",
6759
      "integrity": "sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg=="
5748
      "integrity": "sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg=="
6760
    },
5749
    },
6761
    "react-icons": {
5750
    "react-icons": {
6762
      "version": "4.4.0",
5751
      "version": "4.6.0",
6763
      "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.4.0.tgz",
5752
      "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-4.6.0.tgz",
6764
      "integrity": "sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg=="
5753
      "integrity": "sha512-rR/L9m9340yO8yv1QT1QurxWQvWpbNHqVX0fzMln2HEb9TEIrQRGsqiNFQfiv9/JEUbyHmHPlNTB2LWm2Ttz0g=="
6765
    },
5754
    },
6766
    "react-is": {
5755
    "react-is": {
6767
      "version": "17.0.2",
5756
      "version": "17.0.2",
6768
      "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
5757
      "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
6769
      "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
5758
      "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
Línea 6772... Línea 5761...
6772
      "version": "3.0.4",
5761
      "version": "3.0.4",
6773
      "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
5762
      "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz",
6774
      "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
5763
      "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
6775
    },
5764
    },
6776
    "react-overlays": {
5765
    "react-overlays": {
6777
      "version": "5.2.0",
5766
      "version": "5.2.1",
6778
      "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-5.2.0.tgz",
5767
      "resolved": "https://registry.npmjs.org/react-overlays/-/react-overlays-5.2.1.tgz",
6779
      "integrity": "sha512-dKZR/w6qeAsW0z0aIlwq/5H/M6o5T4RSlPnqIKqYVJ++rjoPSFcVggPhDWno8awZQsuMMtkjuksTbE8vOY0s9g==",
5768
      "integrity": "sha512-GLLSOLWr21CqtJn8geSwQfoJufdt3mfdsnIiQswouuQ2MMPns+ihZklxvsTDKD3cR2tF8ELbi5xUsvqVhR6WvA==",
6780
      "requires": {
5769
      "requires": {
6781
        "@babel/runtime": "^7.13.8",
5770
        "@babel/runtime": "^7.13.8",
6782
        "@popperjs/core": "^2.8.6",
5771
        "@popperjs/core": "^2.11.6",
6783
        "@restart/hooks": "^0.4.7",
5772
        "@restart/hooks": "^0.4.7",
6784
        "@types/warning": "^3.0.0",
5773
        "@types/warning": "^3.0.0",
6785
        "dom-helpers": "^5.2.0",
5774
        "dom-helpers": "^5.2.0",
6786
        "prop-types": "^15.7.2",
5775
        "prop-types": "^15.7.2",
6787
        "uncontrollable": "^7.2.1",
5776
        "uncontrollable": "^7.2.1",
Línea 6810... Línea 5799...
6810
      "version": "2.3.10",
5799
      "version": "2.3.10",
6811
      "resolved": "https://registry.npmjs.org/react-recaptcha/-/react-recaptcha-2.3.10.tgz",
5800
      "resolved": "https://registry.npmjs.org/react-recaptcha/-/react-recaptcha-2.3.10.tgz",
6812
      "integrity": "sha512-IyanbozsYCuHvTYDuskZTIEcRAMG/sdvAu5b29iQWoC8Kd3Zk9WGCv2oNxh6RfGHvSvgHAyaLjmC6ei/yMsJ7g=="
5801
      "integrity": "sha512-IyanbozsYCuHvTYDuskZTIEcRAMG/sdvAu5b29iQWoC8Kd3Zk9WGCv2oNxh6RfGHvSvgHAyaLjmC6ei/yMsJ7g=="
6813
    },
5802
    },
6814
    "react-redux": {
5803
    "react-redux": {
6815
      "version": "7.2.8",
5804
      "version": "7.2.9",
6816
      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.8.tgz",
5805
      "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.9.tgz",
6817
      "integrity": "sha512-6+uDjhs3PSIclqoCk0kd6iX74gzrGc3W5zcAjbrFgEdIjRSQObdIwfx80unTkVUYvbQ95Y8Av3OvFHq1w5EOUw==",
5806
      "integrity": "sha512-Gx4L3uM182jEEayZfRbI/G11ZpYdNAnBs70lFVMNdHJI76XYtR+7m0MN+eAs7UHBPhWXcnFPaS+9owSCJQHNpQ==",
6818
      "requires": {
5807
      "requires": {
6819
        "@babel/runtime": "^7.15.4",
5808
        "@babel/runtime": "^7.15.4",
6820
        "@types/react-redux": "^7.1.20",
5809
        "@types/react-redux": "^7.1.20",
6821
        "hoist-non-react-statics": "^3.3.2",
5810
        "hoist-non-react-statics": "^3.3.2",
6822
        "loose-envify": "^1.4.0",
5811
        "loose-envify": "^1.4.0",
6823
        "prop-types": "^15.7.2",
5812
        "prop-types": "^15.7.2",
6824
        "react-is": "^17.0.2"
5813
        "react-is": "^17.0.2"
6825
      }
5814
      }
6826
    },
5815
    },
6827
    "react-router": {
5816
    "react-router": {
6828
      "version": "5.3.3",
5817
      "version": "5.3.4",
6829
      "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.3.tgz",
5818
      "resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
6830
      "integrity": "sha512-mzQGUvS3bM84TnbtMYR8ZjKnuPJ71IjSzR+DE6UkUqvN4czWIqEs17yLL8xkAycv4ev0AiN+IGrWu88vJs/p2w==",
5819
      "integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
6831
      "requires": {
5820
      "requires": {
6832
        "@babel/runtime": "^7.12.13",
5821
        "@babel/runtime": "^7.12.13",
6833
        "history": "^4.9.0",
5822
        "history": "^4.9.0",
6834
        "hoist-non-react-statics": "^3.1.0",
5823
        "hoist-non-react-statics": "^3.1.0",
6835
        "loose-envify": "^1.3.1",
5824
        "loose-envify": "^1.3.1",
6836
        "mini-create-react-context": "^0.4.0",
-
 
6837
        "path-to-regexp": "^1.7.0",
5825
        "path-to-regexp": "^1.7.0",
6838
        "prop-types": "^15.6.2",
5826
        "prop-types": "^15.6.2",
6839
        "react-is": "^16.6.0",
5827
        "react-is": "^16.6.0",
6840
        "tiny-invariant": "^1.0.2",
5828
        "tiny-invariant": "^1.0.2",
6841
        "tiny-warning": "^1.0.0"
5829
        "tiny-warning": "^1.0.0"
Línea 6847... Línea 5835...
6847
          "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
5835
          "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
6848
        }
5836
        }
6849
      }
5837
      }
6850
    },
5838
    },
6851
    "react-router-dom": {
5839
    "react-router-dom": {
6852
      "version": "5.3.3",
5840
      "version": "5.3.4",
6853
      "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.3.tgz",
5841
      "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.3.4.tgz",
6854
      "integrity": "sha512-Ov0tGPMBgqmbu5CDmN++tv2HQ9HlWDuWIIqn4b88gjlAN5IHI+4ZUZRcpz9Hl0azFIwihbLDYw1OiHGRo7ZIng==",
5842
      "integrity": "sha512-m4EqFMHv/Ih4kpcBCONHbkT68KoAeHN4p3lAGoNryfHi0dMy0kCzEZakiKRsvg5wHZ/JLrLW8o8KomWiz/qbYQ==",
6855
      "requires": {
5843
      "requires": {
6856
        "@babel/runtime": "^7.12.13",
5844
        "@babel/runtime": "^7.12.13",
6857
        "history": "^4.9.0",
5845
        "history": "^4.9.0",
6858
        "loose-envify": "^1.3.1",
5846
        "loose-envify": "^1.3.1",
6859
        "prop-types": "^15.6.2",
5847
        "prop-types": "^15.6.2",
6860
        "react-router": "5.3.3",
5848
        "react-router": "5.3.4",
6861
        "tiny-invariant": "^1.0.2",
5849
        "tiny-invariant": "^1.0.2",
6862
        "tiny-warning": "^1.0.0"
5850
        "tiny-warning": "^1.0.0"
6863
      }
5851
      }
6864
    },
5852
    },
6865
    "react-share": {
5853
    "react-share": {
6866
      "version": "4.4.0",
5854
      "version": "4.4.1",
6867
      "resolved": "https://registry.npmjs.org/react-share/-/react-share-4.4.0.tgz",
5855
      "resolved": "https://registry.npmjs.org/react-share/-/react-share-4.4.1.tgz",
6868
      "integrity": "sha512-POe8Ge/JT9Ew9iyW7CiYsCCWCb8uMJWqFl9S7W0fJ/oH5gBJNzukH0bL5vSr17KKG5h15d3GfKaoviI22BKeYA==",
5856
      "integrity": "sha512-AJ9m9RiJssqvYg7MoJUc9J0D7b/liWrsfQ99ndKc5vJ4oVHHd4Fy87jBlKEQPibT40oYA3AQ/a9/oQY6/yaigw==",
6869
      "requires": {
5857
      "requires": {
6870
        "classnames": "^2.2.5",
5858
        "classnames": "^2.3.2",
6871
        "jsonp": "^0.2.1"
5859
        "jsonp": "^0.2.1"
-
 
5860
      },
-
 
5861
      "dependencies": {
-
 
5862
        "classnames": {
-
 
5863
          "version": "2.3.2",
-
 
5864
          "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz",
-
 
5865
          "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw=="
-
 
5866
        }
6872
      }
5867
      }
6873
    },
5868
    },
6874
    "react-slick": {
5869
    "react-slick": {
6875
      "version": "0.28.1",
5870
      "version": "0.28.1",
6876
      "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.28.1.tgz",
5871
      "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.28.1.tgz",
Línea 7012... Línea 6007...
7012
      "requires": {
6007
      "requires": {
7013
        "deep-diff": "^0.3.5"
6008
        "deep-diff": "^0.3.5"
7014
      }
6009
      }
7015
    },
6010
    },
7016
    "redux-thunk": {
6011
    "redux-thunk": {
7017
      "version": "2.4.1",
6012
      "version": "2.4.2",
7018
      "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz",
6013
      "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz",
7019
      "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q=="
6014
      "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q=="
7020
    },
6015
    },
7021
    "regenerate": {
6016
    "regenerate": {
7022
      "version": "1.4.2",
6017
      "version": "1.4.2",
7023
      "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
6018
      "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
7024
      "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
6019
      "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
7025
      "dev": true
6020
      "dev": true
7026
    },
6021
    },
7027
    "regenerate-unicode-properties": {
6022
    "regenerate-unicode-properties": {
7028
      "version": "10.0.1",
6023
      "version": "10.1.0",
7029
      "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.1.tgz",
6024
      "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz",
7030
      "integrity": "sha512-vn5DU6yg6h8hP/2OkQo3K7uVILvY4iu0oI4t3HFa81UPkhGJwkRwM10JEc3upjdhHjs/k8GJY1sRBhk5sr69Bw==",
6025
      "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==",
7031
      "dev": true,
6026
      "dev": true,
7032
      "requires": {
6027
      "requires": {
7033
        "regenerate": "^1.4.2"
6028
        "regenerate": "^1.4.2"
7034
      }
6029
      }
7035
    },
6030
    },
Línea 7037... Línea 6032...
7037
      "version": "0.13.9",
6032
      "version": "0.13.9",
7038
      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
6033
      "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz",
7039
      "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
6034
      "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA=="
7040
    },
6035
    },
7041
    "regenerator-transform": {
6036
    "regenerator-transform": {
7042
      "version": "0.15.0",
6037
      "version": "0.15.1",
7043
      "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz",
6038
      "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.1.tgz",
7044
      "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==",
6039
      "integrity": "sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==",
7045
      "dev": true,
6040
      "dev": true,
7046
      "requires": {
6041
      "requires": {
7047
        "@babel/runtime": "^7.8.4"
6042
        "@babel/runtime": "^7.8.4"
7048
      }
6043
      }
7049
    },
6044
    },
Línea 7063... Línea 6058...
7063
      "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
6058
      "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
7064
      "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
6059
      "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
7065
      "dev": true
6060
      "dev": true
7066
    },
6061
    },
7067
    "regexpu-core": {
6062
    "regexpu-core": {
7068
      "version": "5.1.0",
6063
      "version": "5.2.2",
7069
      "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.1.0.tgz",
6064
      "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.2.2.tgz",
7070
      "integrity": "sha512-bb6hk+xWd2PEOkj5It46A16zFMs2mv86Iwpdu94la4S3sJ7C973h2dHpYKwIBGaWSO7cIRJ+UX0IeMaWcO4qwA==",
6065
      "integrity": "sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==",
7071
      "dev": true,
6066
      "dev": true,
7072
      "requires": {
6067
      "requires": {
7073
        "regenerate": "^1.4.2",
6068
        "regenerate": "^1.4.2",
7074
        "regenerate-unicode-properties": "^10.0.1",
6069
        "regenerate-unicode-properties": "^10.1.0",
7075
        "regjsgen": "^0.6.0",
6070
        "regjsgen": "^0.7.1",
7076
        "regjsparser": "^0.8.2",
6071
        "regjsparser": "^0.9.1",
7077
        "unicode-match-property-ecmascript": "^2.0.0",
6072
        "unicode-match-property-ecmascript": "^2.0.0",
7078
        "unicode-match-property-value-ecmascript": "^2.0.0"
6073
        "unicode-match-property-value-ecmascript": "^2.1.0"
7079
      }
6074
      }
7080
    },
6075
    },
7081
    "regjsgen": {
6076
    "regjsgen": {
7082
      "version": "0.6.0",
6077
      "version": "0.7.1",
7083
      "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.6.0.tgz",
6078
      "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.7.1.tgz",
7084
      "integrity": "sha512-ozE883Uigtqj3bx7OhL1KNbCzGyW2NQZPl6Hs09WTvCuZD5sTI4JY58bkbQWa/Y9hxIsvJ3M8Nbf7j54IqeZbA==",
6079
      "integrity": "sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==",
7085
      "dev": true
6080
      "dev": true
7086
    },
6081
    },
7087
    "regjsparser": {
6082
    "regjsparser": {
7088
      "version": "0.8.4",
6083
      "version": "0.9.1",
7089
      "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.8.4.tgz",
6084
      "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz",
7090
      "integrity": "sha512-J3LABycON/VNEu3abOviqGHuB/LOtOQj8SKmfP9anY5GfAVw/SPjwzSjxGjbZXIxbGfqTHtJw58C2Li/WkStmA==",
6085
      "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==",
7091
      "dev": true,
6086
      "dev": true,
7092
      "requires": {
6087
      "requires": {
7093
        "jsesc": "~0.5.0"
6088
        "jsesc": "~0.5.0"
7094
      },
6089
      },
7095
      "dependencies": {
6090
      "dependencies": {
Línea 7138... Línea 6133...
7138
      }
6133
      }
7139
    },
6134
    },
7140
    "require-directory": {
6135
    "require-directory": {
7141
      "version": "2.1.1",
6136
      "version": "2.1.1",
7142
      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
6137
      "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
7143
      "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
6138
      "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
7144
      "dev": true
6139
      "dev": true
7145
    },
6140
    },
7146
    "reselect": {
6141
    "reselect": {
7147
      "version": "4.1.6",
6142
      "version": "4.1.6",
7148
      "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.6.tgz",
6143
      "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.1.6.tgz",
Línea 7221... Línea 6216...
7221
      "requires": {
6216
      "requires": {
7222
        "queue-microtask": "^1.2.2"
6217
        "queue-microtask": "^1.2.2"
7223
      }
6218
      }
7224
    },
6219
    },
7225
    "safe-buffer": {
6220
    "safe-buffer": {
7226
      "version": "5.1.2",
6221
      "version": "5.2.1",
7227
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
6222
      "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
7228
      "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
6223
      "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
7229
      "dev": true
6224
      "dev": true
7230
    },
6225
    },
7231
    "safe-regex-test": {
6226
    "safe-regex-test": {
7232
      "version": "1.0.0",
6227
      "version": "1.0.0",
7233
      "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
6228
      "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz",
Línea 7257... Línea 6252...
7257
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
6252
      "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
7258
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
6253
      "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
7259
      "dev": true
6254
      "dev": true
7260
    },
6255
    },
7261
    "sass": {
6256
    "sass": {
7262
      "version": "1.54.5",
6257
      "version": "1.56.1",
7263
      "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.5.tgz",
6258
      "resolved": "https://registry.npmjs.org/sass/-/sass-1.56.1.tgz",
7264
      "integrity": "sha512-p7DTOzxkUPa/63FU0R3KApkRHwcVZYC0PLnLm5iyZACyp15qSi32x7zVUhRdABAATmkALqgGrjCJAcWvobmhHw==",
6259
      "integrity": "sha512-VpEyKpyBPCxE7qGDtOcdJ6fFbcpOM+Emu7uZLxVrkX8KVU/Dp5UF7WLvzqRuUhB6mqqQt1xffLoG+AndxTZrCQ==",
7265
      "dev": true,
6260
      "dev": true,
7266
      "requires": {
6261
      "requires": {
7267
        "chokidar": ">=3.0.0 <4.0.0",
6262
        "chokidar": ">=3.0.0 <4.0.0",
7268
        "immutable": "^4.0.0",
6263
        "immutable": "^4.0.0",
7269
        "source-map-js": ">=0.6.2 <2.0.0"
6264
        "source-map-js": ">=0.6.2 <2.0.0"
7270
      }
6265
      }
7271
    },
6266
    },
7272
    "sass-graph": {
6267
    "sass-graph": {
7273
      "version": "4.0.0",
6268
      "version": "4.0.1",
7274
      "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.0.tgz",
6269
      "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz",
7275
      "integrity": "sha512-WSO/MfXqKH7/TS8RdkCX3lVkPFQzCgbqdGsmSKq6tlPU+GpGEsa/5aW18JqItnqh+lPtcjifqdZ/VmiILkKckQ==",
6270
      "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==",
7276
      "dev": true,
6271
      "dev": true,
7277
      "requires": {
6272
      "requires": {
7278
        "glob": "^7.0.0",
6273
        "glob": "^7.0.0",
7279
        "lodash": "^4.17.11",
6274
        "lodash": "^4.17.11",
7280
        "scss-tokenizer": "^0.3.0",
6275
        "scss-tokenizer": "^0.4.3",
7281
        "yargs": "^17.2.1"
6276
        "yargs": "^17.2.1"
7282
      }
6277
      }
7283
    },
6278
    },
7284
    "sass-loader": {
6279
    "sass-loader": {
7285
      "version": "11.1.1",
6280
      "version": "11.1.1",
Línea 7310... Línea 6305...
7310
        "ajv": "^6.12.4",
6305
        "ajv": "^6.12.4",
7311
        "ajv-keywords": "^3.5.2"
6306
        "ajv-keywords": "^3.5.2"
7312
      }
6307
      }
7313
    },
6308
    },
7314
    "scss-tokenizer": {
6309
    "scss-tokenizer": {
7315
      "version": "0.3.0",
6310
      "version": "0.4.3",
7316
      "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.3.0.tgz",
6311
      "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz",
7317
      "integrity": "sha512-14Zl9GcbBvOT9057ZKjpz5yPOyUWG2ojd9D5io28wHRYsOrs7U95Q+KNL87+32p8rc+LvDpbu/i9ZYjM9Q+FsQ==",
6312
      "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==",
7318
      "dev": true,
6313
      "dev": true,
7319
      "requires": {
6314
      "requires": {
7320
        "js-base64": "^2.4.3",
6315
        "js-base64": "^2.4.9",
7321
        "source-map": "^0.7.1"
6316
        "source-map": "^0.7.3"
7322
      },
-
 
7323
      "dependencies": {
-
 
7324
        "source-map": {
-
 
7325
          "version": "0.7.4",
-
 
7326
          "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
-
 
7327
          "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
-
 
7328
          "dev": true
-
 
7329
        }
-
 
7330
      }
6317
      }
7331
    },
6318
    },
7332
    "semver": {
6319
    "semver": {
7333
      "version": "6.3.0",
6320
      "version": "6.3.0",
7334
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
6321
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
Línea 7345... Línea 6332...
7345
      }
6332
      }
7346
    },
6333
    },
7347
    "set-blocking": {
6334
    "set-blocking": {
7348
      "version": "2.0.0",
6335
      "version": "2.0.0",
7349
      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
6336
      "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
7350
      "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
6337
      "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==",
7351
      "dev": true
6338
      "dev": true
7352
    },
6339
    },
7353
    "shallow-clone": {
6340
    "shallow-clone": {
7354
      "version": "3.0.1",
6341
      "version": "3.0.1",
7355
      "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
6342
      "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
Línea 7407... Línea 6394...
7407
      "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
6394
      "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
7408
      "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
6395
      "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
7409
      "dev": true
6396
      "dev": true
7410
    },
6397
    },
7411
    "socks": {
6398
    "socks": {
7412
      "version": "2.7.0",
6399
      "version": "2.7.1",
7413
      "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.0.tgz",
6400
      "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz",
7414
      "integrity": "sha512-scnOe9y4VuiNUULJN72GrM26BNOjVsfPXI+j+98PkyEfsIXroa5ofyjT+FzGvn/xHs73U2JtoBYAVx9Hl4quSA==",
6401
      "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==",
7415
      "dev": true,
6402
      "dev": true,
7416
      "requires": {
6403
      "requires": {
7417
        "ip": "^2.0.0",
6404
        "ip": "^2.0.0",
7418
        "smart-buffer": "^4.2.0"
6405
        "smart-buffer": "^4.2.0"
7419
      }
6406
      }
Línea 7434... Línea 6421...
7434
      "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
6421
      "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
7435
      "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
6422
      "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
7436
      "dev": true
6423
      "dev": true
7437
    },
6424
    },
7438
    "source-map": {
6425
    "source-map": {
7439
      "version": "0.5.7",
6426
      "version": "0.7.4",
7440
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
6427
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
7441
      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
6428
      "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
-
 
6429
      "dev": true
7442
    },
6430
    },
7443
    "source-map-js": {
6431
    "source-map-js": {
7444
      "version": "1.0.2",
6432
      "version": "1.0.2",
7445
      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
6433
      "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
7446
      "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
6434
      "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
Línea 7529... Línea 6517...
7529
      "dev": true,
6517
      "dev": true,
7530
      "requires": {
6518
      "requires": {
7531
        "readable-stream": "^2.0.1"
6519
        "readable-stream": "^2.0.1"
7532
      },
6520
      },
7533
      "dependencies": {
6521
      "dependencies": {
7534
        "isarray": {
-
 
7535
          "version": "1.0.0",
-
 
7536
          "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
-
 
7537
          "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
-
 
7538
          "dev": true
-
 
7539
        },
-
 
7540
        "readable-stream": {
6522
        "readable-stream": {
7541
          "version": "2.3.7",
6523
          "version": "2.3.7",
7542
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
6524
          "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
7543
          "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
6525
          "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
7544
          "dev": true,
6526
          "dev": true,
Línea 7550... Línea 6532...
7550
            "safe-buffer": "~5.1.1",
6532
            "safe-buffer": "~5.1.1",
7551
            "string_decoder": "~1.1.1",
6533
            "string_decoder": "~1.1.1",
7552
            "util-deprecate": "~1.0.1"
6534
            "util-deprecate": "~1.0.1"
7553
          }
6535
          }
7554
        },
6536
        },
-
 
6537
        "safe-buffer": {
-
 
6538
          "version": "5.1.2",
-
 
6539
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
-
 
6540
          "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
-
 
6541
          "dev": true
-
 
6542
        },
7555
        "string_decoder": {
6543
        "string_decoder": {
7556
          "version": "1.1.1",
6544
          "version": "1.1.1",
7557
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
6545
          "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
7558
          "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
6546
          "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
7559
          "dev": true,
6547
          "dev": true,
Línea 7564... Línea 6552...
7564
      }
6552
      }
7565
    },
6553
    },
7566
    "string-convert": {
6554
    "string-convert": {
7567
      "version": "0.2.1",
6555
      "version": "0.2.1",
7568
      "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
6556
      "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz",
7569
      "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c="
6557
      "integrity": "sha512-u/1tdPl4yQnPBjnVrmdLo9gtuLvELKsAoRapekWggdiQNvvvum+jYF329d84NAa660KQw7pB2n36KrIKVoXa3A=="
7570
    },
6558
    },
7571
    "string-width": {
6559
    "string-width": {
7572
      "version": "4.2.3",
6560
      "version": "4.2.3",
7573
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
6561
      "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
7574
      "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
6562
      "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
Línea 7622... Línea 6610...
7622
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
6610
      "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
7623
      "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
6611
      "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
7624
      "dev": true,
6612
      "dev": true,
7625
      "requires": {
6613
      "requires": {
7626
        "safe-buffer": "~5.2.0"
6614
        "safe-buffer": "~5.2.0"
7627
      },
-
 
7628
      "dependencies": {
-
 
7629
        "safe-buffer": {
-
 
7630
          "version": "5.2.1",
-
 
7631
          "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
-
 
7632
          "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
-
 
7633
          "dev": true
-
 
7634
        }
-
 
7635
      }
6615
      }
7636
    },
6616
    },
7637
    "strip-ansi": {
6617
    "strip-ansi": {
7638
      "version": "6.0.1",
6618
      "version": "6.0.1",
7639
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
6619
      "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
Línea 7696... Línea 6676...
7696
      "requires": {
6676
      "requires": {
7697
        "inline-style-parser": "0.1.1"
6677
        "inline-style-parser": "0.1.1"
7698
      }
6678
      }
7699
    },
6679
    },
7700
    "styled-components": {
6680
    "styled-components": {
7701
      "version": "5.3.5",
6681
      "version": "5.3.6",
7702
      "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.5.tgz",
6682
      "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-5.3.6.tgz",
7703
      "integrity": "sha512-ndETJ9RKaaL6q41B69WudeqLzOpY1A/ET/glXkNZ2T7dPjPqpPCXXQjDFYZWwNnE5co0wX+gTCqx9mfxTmSIPg==",
6683
      "integrity": "sha512-hGTZquGAaTqhGWldX7hhfzjnIYBZ0IXQXkCYdvF1Sq3DsUaLx6+NTHC5Jj1ooM2F68sBiVz3lvhfwQs/S3l6qg==",
7704
      "requires": {
6684
      "requires": {
7705
        "@babel/helper-module-imports": "^7.0.0",
6685
        "@babel/helper-module-imports": "^7.0.0",
7706
        "@babel/traverse": "^7.4.5",
6686
        "@babel/traverse": "^7.4.5",
7707
        "@emotion/is-prop-valid": "^1.1.0",
6687
        "@emotion/is-prop-valid": "^1.1.0",
7708
        "@emotion/stylis": "^0.8.4",
6688
        "@emotion/stylis": "^0.8.4",
Línea 7733... Línea 6713...
7733
      "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
6713
      "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz",
7734
      "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
6714
      "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==",
7735
      "dev": true
6715
      "dev": true
7736
    },
6716
    },
7737
    "tar": {
6717
    "tar": {
7738
      "version": "6.1.11",
6718
      "version": "6.1.12",
7739
      "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz",
6719
      "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.12.tgz",
7740
      "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==",
6720
      "integrity": "sha512-jU4TdemS31uABHd+Lt5WEYJuzn+TJTCBLljvIAHZOz6M9Os5pJ4dD+vRFLxPa/n3T0iEFzpi+0x1UfuDZYbRMw==",
7741
      "dev": true,
6721
      "dev": true,
7742
      "requires": {
6722
      "requires": {
7743
        "chownr": "^2.0.0",
6723
        "chownr": "^2.0.0",
7744
        "fs-minipass": "^2.0.0",
6724
        "fs-minipass": "^2.0.0",
7745
        "minipass": "^3.0.0",
6725
        "minipass": "^3.0.0",
Línea 7747... Línea 6727...
7747
        "mkdirp": "^1.0.3",
6727
        "mkdirp": "^1.0.3",
7748
        "yallist": "^4.0.0"
6728
        "yallist": "^4.0.0"
7749
      }
6729
      }
7750
    },
6730
    },
7751
    "terser": {
6731
    "terser": {
7752
      "version": "5.15.0",
6732
      "version": "5.15.1",
7753
      "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.0.tgz",
6733
      "resolved": "https://registry.npmjs.org/terser/-/terser-5.15.1.tgz",
7754
      "integrity": "sha512-L1BJiXVmheAQQy+as0oF3Pwtlo4s3Wi1X2zNZ2NxOB4wx9bdS9Vk67XQENLFdLYGCK/Z2di53mTj/hBafR+dTA==",
6734
      "integrity": "sha512-K1faMUvpm/FBxjBXud0LWVAGxmvoPbZbfTCYbSgaaYQaIXI3/TdI7a7ZGA73Zrou6Q8Zmz3oeUTsp/dj+ag2Xw==",
7755
      "dev": true,
6735
      "dev": true,
7756
      "requires": {
6736
      "requires": {
7757
        "@jridgewell/source-map": "^0.3.2",
6737
        "@jridgewell/source-map": "^0.3.2",
7758
        "acorn": "^8.5.0",
6738
        "acorn": "^8.5.0",
7759
        "commander": "^2.20.0",
6739
        "commander": "^2.20.0",
7760
        "source-map-support": "~0.5.20"
6740
        "source-map-support": "~0.5.20"
7761
      }
6741
      }
7762
    },
6742
    },
7763
    "terser-webpack-plugin": {
6743
    "terser-webpack-plugin": {
7764
      "version": "5.3.5",
6744
      "version": "5.3.6",
7765
      "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.5.tgz",
6745
      "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz",
7766
      "integrity": "sha512-AOEDLDxD2zylUGf/wxHxklEkOe2/r+seuyOWujejFrIxHf11brA1/dWQNIgXa1c6/Wkxgu7zvv0JhOWfc2ELEA==",
6746
      "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==",
7767
      "dev": true,
6747
      "dev": true,
7768
      "requires": {
6748
      "requires": {
7769
        "@jridgewell/trace-mapping": "^0.3.14",
6749
        "@jridgewell/trace-mapping": "^0.3.14",
7770
        "jest-worker": "^27.4.5",
6750
        "jest-worker": "^27.4.5",
7771
        "schema-utils": "^3.1.1",
6751
        "schema-utils": "^3.1.1",
Línea 7791... Línea 6771...
7791
      "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
6771
      "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
7792
      "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
6772
      "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
7793
      "dev": true
6773
      "dev": true
7794
    },
6774
    },
7795
    "tiny-invariant": {
6775
    "tiny-invariant": {
7796
      "version": "1.2.0",
6776
      "version": "1.3.1",
7797
      "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.2.0.tgz",
6777
      "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.1.tgz",
7798
      "integrity": "sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg=="
6778
      "integrity": "sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw=="
7799
    },
6779
    },
7800
    "tiny-warning": {
6780
    "tiny-warning": {
7801
      "version": "1.0.3",
6781
      "version": "1.0.3",
7802
      "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
6782
      "resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
7803
      "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
6783
      "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
Línea 7847... Línea 6827...
7847
      "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
6827
      "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
7848
    },
6828
    },
7849
    "tunnel-agent": {
6829
    "tunnel-agent": {
7850
      "version": "0.6.0",
6830
      "version": "0.6.0",
7851
      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
6831
      "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
7852
      "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
6832
      "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
7853
      "dev": true,
6833
      "dev": true,
7854
      "requires": {
6834
      "requires": {
7855
        "safe-buffer": "^5.0.1"
6835
        "safe-buffer": "^5.0.1"
7856
      }
6836
      }
7857
    },
6837
    },
7858
    "tweetnacl": {
6838
    "tweetnacl": {
7859
      "version": "0.14.5",
6839
      "version": "0.14.5",
7860
      "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
6840
      "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
7861
      "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
6841
      "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==",
7862
      "dev": true
6842
      "dev": true
7863
    },
6843
    },
7864
    "type-check": {
6844
    "type-check": {
7865
      "version": "0.4.0",
6845
      "version": "0.4.0",
7866
      "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
6846
      "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
Línea 7914... Línea 6894...
7914
        "unicode-canonical-property-names-ecmascript": "^2.0.0",
6894
        "unicode-canonical-property-names-ecmascript": "^2.0.0",
7915
        "unicode-property-aliases-ecmascript": "^2.0.0"
6895
        "unicode-property-aliases-ecmascript": "^2.0.0"
7916
      }
6896
      }
7917
    },
6897
    },
7918
    "unicode-match-property-value-ecmascript": {
6898
    "unicode-match-property-value-ecmascript": {
7919
      "version": "2.0.0",
6899
      "version": "2.1.0",
7920
      "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz",
6900
      "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz",
7921
      "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==",
6901
      "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==",
7922
      "dev": true
6902
      "dev": true
7923
    },
6903
    },
7924
    "unicode-property-aliases-ecmascript": {
6904
    "unicode-property-aliases-ecmascript": {
7925
      "version": "2.0.0",
6905
      "version": "2.1.0",
7926
      "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz",
6906
      "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz",
7927
      "integrity": "sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==",
6907
      "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==",
7928
      "dev": true
6908
      "dev": true
7929
    },
6909
    },
7930
    "unique-filename": {
6910
    "unique-filename": {
7931
      "version": "1.1.1",
6911
      "version": "1.1.1",
7932
      "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
6912
      "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
Línea 7944... Línea 6924...
7944
      "requires": {
6924
      "requires": {
7945
        "imurmurhash": "^0.1.4"
6925
        "imurmurhash": "^0.1.4"
7946
      }
6926
      }
7947
    },
6927
    },
7948
    "update-browserslist-db": {
6928
    "update-browserslist-db": {
7949
      "version": "1.0.5",
6929
      "version": "1.0.10",
7950
      "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz",
6930
      "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz",
7951
      "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==",
6931
      "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==",
7952
      "dev": true,
6932
      "dev": true,
7953
      "requires": {
6933
      "requires": {
7954
        "escalade": "^3.1.1",
6934
        "escalade": "^3.1.1",
7955
        "picocolors": "^1.0.0"
6935
        "picocolors": "^1.0.0"
7956
      }
6936
      }
Línea 7991... Línea 6971...
7991
      "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
6971
      "integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
7992
    },
6972
    },
7993
    "verror": {
6973
    "verror": {
7994
      "version": "1.10.0",
6974
      "version": "1.10.0",
7995
      "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
6975
      "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
7996
      "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
6976
      "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==",
7997
      "dev": true,
6977
      "dev": true,
7998
      "requires": {
6978
      "requires": {
7999
        "assert-plus": "^1.0.0",
6979
        "assert-plus": "^1.0.0",
8000
        "core-util-is": "1.0.2",
6980
        "core-util-is": "1.0.2",
8001
        "extsprintf": "^1.2.0"
6981
        "extsprintf": "^1.2.0"
Línea 8018... Línea 6998...
8018
        "glob-to-regexp": "^0.4.1",
6998
        "glob-to-regexp": "^0.4.1",
8019
        "graceful-fs": "^4.1.2"
6999
        "graceful-fs": "^4.1.2"
8020
      }
7000
      }
8021
    },
7001
    },
8022
    "webpack": {
7002
    "webpack": {
8023
      "version": "5.74.0",
7003
      "version": "5.75.0",
8024
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz",
7004
      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
8025
      "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==",
7005
      "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
8026
      "dev": true,
7006
      "dev": true,
8027
      "requires": {
7007
      "requires": {
8028
        "@types/eslint-scope": "^3.7.3",
7008
        "@types/eslint-scope": "^3.7.3",
8029
        "@types/estree": "^0.0.51",
7009
        "@types/estree": "^0.0.51",
8030
        "@webassemblyjs/ast": "1.11.1",
7010
        "@webassemblyjs/ast": "1.11.1",
Línea 8207... Línea 7187...
8207
      }
7187
      }
8208
    },
7188
    },
8209
    "wrappy": {
7189
    "wrappy": {
8210
      "version": "1.0.2",
7190
      "version": "1.0.2",
8211
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
7191
      "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
8212
      "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
7192
      "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
8213
      "dev": true
7193
      "dev": true
8214
    },
7194
    },
8215
    "y18n": {
7195
    "y18n": {
8216
      "version": "5.0.8",
7196
      "version": "5.0.8",
8217
      "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
7197
      "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
Línea 8229... Línea 7209...
8229
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
7209
      "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
8230
      "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
7210
      "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
8231
      "dev": true
7211
      "dev": true
8232
    },
7212
    },
8233
    "yargs": {
7213
    "yargs": {
8234
      "version": "17.5.1",
7214
      "version": "17.6.2",
8235
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
7215
      "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz",
8236
      "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
7216
      "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==",
8237
      "dev": true,
7217
      "dev": true,
8238
      "requires": {
7218
      "requires": {
8239
        "cliui": "^7.0.2",
7219
        "cliui": "^8.0.1",
8240
        "escalade": "^3.1.1",
7220
        "escalade": "^3.1.1",
8241
        "get-caller-file": "^2.0.5",
7221
        "get-caller-file": "^2.0.5",
8242
        "require-directory": "^2.1.1",
7222
        "require-directory": "^2.1.1",
8243
        "string-width": "^4.2.3",
7223
        "string-width": "^4.2.3",
8244
        "y18n": "^5.0.5",
7224
        "y18n": "^5.0.5",
8245
        "yargs-parser": "^21.0.0"
7225
        "yargs-parser": "^21.1.1"
8246
      },
7226
      },
8247
      "dependencies": {
7227
      "dependencies": {
8248
        "yargs-parser": {
7228
        "yargs-parser": {
8249
          "version": "21.1.1",
7229
          "version": "21.1.1",
8250
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",
7230
          "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz",