|
16 | 16 | dependencies:
|
17 | 17 | "@babel/highlight" "^7.16.7"
|
18 | 18 |
|
19 |
| -"@babel/compat-data@^7.17.7": |
20 |
| - version "7.17.7" |
21 |
| - resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.7.tgz#078d8b833fbbcc95286613be8c716cef2b519fa2" |
22 |
| - integrity sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ== |
| 19 | +"@babel/compat-data@^7.17.10": |
| 20 | + version "7.17.10" |
| 21 | + resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab" |
| 22 | + integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw== |
23 | 23 |
|
24 |
| - |
25 |
| - version "7.17.9" |
26 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.9.tgz#6bae81a06d95f4d0dec5bb9d74bbc1f58babdcfe" |
27 |
| - integrity sha512-5ug+SfZCpDAkVp9SFIZAzlW18rlzsOcJGaetCjkySnrXXDUw9AR8cDUm1iByTmdWM6yxX6/zycaV76w3YTF2gw== |
| 24 | + |
| 25 | + version "7.17.10" |
| 26 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.10.tgz#74ef0fbf56b7dfc3f198fc2d927f4f03e12f4b05" |
| 27 | + integrity sha512-liKoppandF3ZcBnIYFjfSDHZLKdLHGJRkoWtG8zQyGJBQfIYobpnVGI5+pLBNtS6psFLDzyq8+h5HiVljW9PNA== |
28 | 28 | dependencies:
|
29 | 29 | "@ampproject/remapping" "^2.1.0"
|
30 | 30 | "@babel/code-frame" "^7.16.7"
|
31 |
| - "@babel/generator" "^7.17.9" |
32 |
| - "@babel/helper-compilation-targets" "^7.17.7" |
| 31 | + "@babel/generator" "^7.17.10" |
| 32 | + "@babel/helper-compilation-targets" "^7.17.10" |
33 | 33 | "@babel/helper-module-transforms" "^7.17.7"
|
34 | 34 | "@babel/helpers" "^7.17.9"
|
35 |
| - "@babel/parser" "^7.17.9" |
| 35 | + "@babel/parser" "^7.17.10" |
36 | 36 | "@babel/template" "^7.16.7"
|
37 |
| - "@babel/traverse" "^7.17.9" |
38 |
| - "@babel/types" "^7.17.0" |
| 37 | + "@babel/traverse" "^7.17.10" |
| 38 | + "@babel/types" "^7.17.10" |
39 | 39 | convert-source-map "^1.7.0"
|
40 | 40 | debug "^4.1.0"
|
41 | 41 | gensync "^1.0.0-beta.2"
|
|
51 | 51 | eslint-visitor-keys "^2.1.0"
|
52 | 52 | semver "^6.3.0"
|
53 | 53 |
|
| 54 | +"@babel/generator@^7.17.10": |
| 55 | + version "7.17.10" |
| 56 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.10.tgz#c281fa35b0c349bbe9d02916f4ae08fc85ed7189" |
| 57 | + integrity sha512-46MJZZo9y3o4kmhBVc7zW7i8dtR1oIK/sdO5NcfcZRhTGYi+KKJRtHNgsU6c4VUcJmUNV/LQdebD/9Dlv4K+Tg== |
| 58 | + dependencies: |
| 59 | + "@babel/types" "^7.17.10" |
| 60 | + "@jridgewell/gen-mapping" "^0.1.0" |
| 61 | + jsesc "^2.5.1" |
| 62 | + |
54 | 63 | "@babel/generator@^7.17.3":
|
55 | 64 | version "7.17.7"
|
56 | 65 | resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.17.7.tgz#8da2599beb4a86194a3b24df6c085931d9ee45ad"
|
|
69 | 78 | jsesc "^2.5.1"
|
70 | 79 | source-map "^0.5.0"
|
71 | 80 |
|
72 |
| -"@babel/helper-compilation-targets@^7.17.7": |
73 |
| - version "7.17.7" |
74 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz#a3c2924f5e5f0379b356d4cfb313d1414dc30e46" |
75 |
| - integrity sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w== |
| 81 | +"@babel/helper-compilation-targets@^7.17.10": |
| 82 | + version "7.17.10" |
| 83 | + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.10.tgz#09c63106d47af93cf31803db6bc49fef354e2ebe" |
| 84 | + integrity sha512-gh3RxjWbauw/dFiU/7whjd0qN9K6nPJMqe6+Er7rOavFh0CQUSwhAE3IcTho2rywPJFxej6TUUHDkWcYI6gGqQ== |
76 | 85 | dependencies:
|
77 |
| - "@babel/compat-data" "^7.17.7" |
| 86 | + "@babel/compat-data" "^7.17.10" |
78 | 87 | "@babel/helper-validator-option" "^7.16.7"
|
79 |
| - browserslist "^4.17.5" |
| 88 | + browserslist "^4.20.2" |
80 | 89 | semver "^6.3.0"
|
81 | 90 |
|
82 | 91 | "@babel/helper-environment-visitor@^7.16.7":
|
|
185 | 194 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.8.tgz#2817fb9d885dd8132ea0f8eb615a6388cca1c240"
|
186 | 195 | integrity sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==
|
187 | 196 |
|
| 197 | +"@babel/parser@^7.17.10": |
| 198 | + version "7.17.10" |
| 199 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.10.tgz#873b16db82a8909e0fbd7f115772f4b739f6ce78" |
| 200 | + integrity sha512-n2Q6i+fnJqzOaq2VkdXxy2TCPCWQZHiCo0XqmrCvDWcZQKRyZzYi4Z0yxlBuN0w+r2ZHmre+Q087DSrw3pbJDQ== |
| 201 | + |
188 | 202 | "@babel/parser@^7.17.9":
|
189 | 203 | version "7.17.9"
|
190 | 204 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.9.tgz#9c94189a6062f0291418ca021077983058e171ef"
|
|
214 | 228 | "@babel/parser" "^7.16.7"
|
215 | 229 | "@babel/types" "^7.16.7"
|
216 | 230 |
|
| 231 | +"@babel/traverse@^7.17.10": |
| 232 | + version "7.17.10" |
| 233 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.10.tgz#1ee1a5ac39f4eac844e6cf855b35520e5eb6f8b5" |
| 234 | + integrity sha512-VmbrTHQteIdUUQNTb+zE12SHS/xQVIShmBPhlNP12hD5poF2pbITW1Z4172d03HegaQWhLffdkRJYtAzp0AGcw== |
| 235 | + dependencies: |
| 236 | + "@babel/code-frame" "^7.16.7" |
| 237 | + "@babel/generator" "^7.17.10" |
| 238 | + "@babel/helper-environment-visitor" "^7.16.7" |
| 239 | + "@babel/helper-function-name" "^7.17.9" |
| 240 | + "@babel/helper-hoist-variables" "^7.16.7" |
| 241 | + "@babel/helper-split-export-declaration" "^7.16.7" |
| 242 | + "@babel/parser" "^7.17.10" |
| 243 | + "@babel/types" "^7.17.10" |
| 244 | + debug "^4.1.0" |
| 245 | + globals "^11.1.0" |
| 246 | + |
217 | 247 | "@babel/traverse@^7.17.3":
|
218 | 248 | version "7.17.3"
|
219 | 249 | resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.17.3.tgz#0ae0f15b27d9a92ba1f2263358ea7c4e7db47b57"
|
|
254 | 284 | "@babel/helper-validator-identifier" "^7.16.7"
|
255 | 285 | to-fast-properties "^2.0.0"
|
256 | 286 |
|
| 287 | +"@babel/types@^7.17.10": |
| 288 | + version "7.17.10" |
| 289 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.10.tgz#d35d7b4467e439fcf06d195f8100e0fea7fc82c4" |
| 290 | + integrity sha512-9O26jG0mBYfGkUYCYZRnBwbVLd1UZOICEr2Em6InB6jVfsAv1GKgwXHmrSg+WFWDmeKTA6vyTZiN8tCSM5Oo3A== |
| 291 | + dependencies: |
| 292 | + "@babel/helper-validator-identifier" "^7.16.7" |
| 293 | + to-fast-properties "^2.0.0" |
| 294 | + |
257 | 295 | "@es-joy/jsdoccomment@~0.25.0":
|
258 | 296 | version "0.25.0"
|
259 | 297 | resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.25.0.tgz#c4535dc31880302cb3564eb6bb147c077b386177"
|
|
297 | 335 | resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
|
298 | 336 | integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
|
299 | 337 |
|
| 338 | +"@jridgewell/gen-mapping@^0.1.0": |
| 339 | + version "0.1.1" |
| 340 | + resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996" |
| 341 | + integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w== |
| 342 | + dependencies: |
| 343 | + "@jridgewell/set-array" "^1.0.0" |
| 344 | + "@jridgewell/sourcemap-codec" "^1.4.10" |
| 345 | + |
300 | 346 | "@jridgewell/resolve-uri@^3.0.3":
|
301 | 347 | version "3.0.5"
|
302 | 348 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz#68eb521368db76d040a6315cdb24bf2483037b9c"
|
303 | 349 | integrity sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==
|
304 | 350 |
|
| 351 | +"@jridgewell/set-array@^1.0.0": |
| 352 | + version "1.1.0" |
| 353 | + resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.0.tgz#1179863356ac8fbea64a5a4bcde93a4871012c01" |
| 354 | + integrity sha512-SfJxIxNVYLTsKwzB3MoOQ1yxf4w/E6MdkvTgrgAt1bfxjSrLUoHMKrDOykwN14q65waezZIdqDneUIPh4/sKxg== |
| 355 | + |
305 | 356 | "@jridgewell/sourcemap-codec@^1.4.10":
|
306 | 357 | version "1.4.11"
|
307 | 358 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz#771a1d8d744eeb71b6adb35808e1a6c7b9b8c8ec"
|
@@ -713,7 +764,7 @@ braces@^3.0.1, braces@~3.0.2:
|
713 | 764 | dependencies:
|
714 | 765 | fill-range "^7.0.1"
|
715 | 766 |
|
716 |
| -browserslist@^4.17.5, browserslist@^4.20.2: |
| 767 | +browserslist@^4.20.2: |
717 | 768 | version "4.20.2"
|
718 | 769 | resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.20.2.tgz#567b41508757ecd904dab4d1c646c612cd3d4f88"
|
719 | 770 | integrity sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==
|
|
0 commit comments