|
7 | 7 | resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
|
8 | 8 | integrity sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==
|
9 | 9 |
|
10 |
| -"@ampproject/remapping@^2.1.0": |
| 10 | +"@ampproject/remapping@^2.1.0", "@ampproject/remapping@^2.2.0": |
11 | 11 | version "2.2.0"
|
12 | 12 | resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.0.tgz#56c133824780de3174aed5ab6834f3026790154d"
|
13 | 13 | integrity sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==
|
14 | 14 | dependencies:
|
15 | 15 | "@jridgewell/gen-mapping" "^0.1.0"
|
16 | 16 | "@jridgewell/trace-mapping" "^0.3.9"
|
17 | 17 |
|
18 |
| -"@babel/cli@7.20.7": |
19 |
| - version "7.20.7" |
20 |
| - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.20.7.tgz#8fc12e85c744a1a617680eacb488fab1fcd35b7c" |
21 |
| - integrity sha512-WylgcELHB66WwQqItxNILsMlaTd8/SO6SgTTjMp4uCI7P4QyH1r3nqgFmO3BfM4AtfniHgFMH3EpYFj/zynBkQ== |
| 18 | +"@babel/cli@7.21.0": |
| 19 | + version "7.21.0" |
| 20 | + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.21.0.tgz#1868eb70e9824b427fc607610cce8e9e7889e7e1" |
| 21 | + integrity sha512-xi7CxyS8XjSyiwUGCfwf+brtJxjW1/ZTcBUkP10xawIEXLX5HzLn+3aXkgxozcP2UhRhtKTmQurw9Uaes7jZrA== |
22 | 22 | dependencies:
|
23 |
| - "@jridgewell/trace-mapping" "^0.3.8" |
| 23 | + "@jridgewell/trace-mapping" "^0.3.17" |
24 | 24 | commander "^4.0.1"
|
25 | 25 | convert-source-map "^1.1.0"
|
26 | 26 | fs-readdir-recursive "^1.1.0"
|
|
65 | 65 | resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
|
66 | 66 | integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
|
67 | 67 |
|
68 |
| -"@babel/core@7.20.12": |
69 |
| - version "7.20.12" |
70 |
| - resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.12.tgz#7930db57443c6714ad216953d1356dac0eb8496d" |
71 |
| - integrity sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg== |
| 68 | +"@babel/core@7.21.0": |
| 69 | + version "7.21.0" |
| 70 | + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13" |
| 71 | + integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA== |
72 | 72 | dependencies:
|
73 |
| - "@ampproject/remapping" "^2.1.0" |
| 73 | + "@ampproject/remapping" "^2.2.0" |
74 | 74 | "@babel/code-frame" "^7.18.6"
|
75 |
| - "@babel/generator" "^7.20.7" |
| 75 | + "@babel/generator" "^7.21.0" |
76 | 76 | "@babel/helper-compilation-targets" "^7.20.7"
|
77 |
| - "@babel/helper-module-transforms" "^7.20.11" |
78 |
| - "@babel/helpers" "^7.20.7" |
79 |
| - "@babel/parser" "^7.20.7" |
| 77 | + "@babel/helper-module-transforms" "^7.21.0" |
| 78 | + "@babel/helpers" "^7.21.0" |
| 79 | + "@babel/parser" "^7.21.0" |
80 | 80 | "@babel/template" "^7.20.7"
|
81 |
| - "@babel/traverse" "^7.20.12" |
82 |
| - "@babel/types" "^7.20.7" |
| 81 | + "@babel/traverse" "^7.21.0" |
| 82 | + "@babel/types" "^7.21.0" |
83 | 83 | convert-source-map "^1.7.0"
|
84 | 84 | debug "^4.1.0"
|
85 | 85 | gensync "^1.0.0-beta.2"
|
|
152 | 152 | "@jridgewell/gen-mapping" "^0.3.2"
|
153 | 153 | jsesc "^2.5.1"
|
154 | 154 |
|
155 |
| -"@babel/generator@^7.20.7": |
156 |
| - version "7.20.7" |
157 |
| - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a" |
158 |
| - integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw== |
| 155 | +"@babel/generator@^7.21.0", "@babel/generator@^7.21.1": |
| 156 | + version "7.21.1" |
| 157 | + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd" |
| 158 | + integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA== |
159 | 159 | dependencies:
|
160 |
| - "@babel/types" "^7.20.7" |
| 160 | + "@babel/types" "^7.21.0" |
161 | 161 | "@jridgewell/gen-mapping" "^0.3.2"
|
| 162 | + "@jridgewell/trace-mapping" "^0.3.17" |
162 | 163 | jsesc "^2.5.1"
|
163 | 164 |
|
164 | 165 | "@babel/helper-annotate-as-pure@^7.16.7":
|
|
329 | 330 | "@babel/template" "^7.18.10"
|
330 | 331 | "@babel/types" "^7.19.0"
|
331 | 332 |
|
| 333 | +"@babel/helper-function-name@^7.21.0": |
| 334 | + version "7.21.0" |
| 335 | + resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4" |
| 336 | + integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg== |
| 337 | + dependencies: |
| 338 | + "@babel/template" "^7.20.7" |
| 339 | + "@babel/types" "^7.21.0" |
| 340 | + |
332 | 341 | "@babel/helper-hoist-variables@^7.16.7":
|
333 | 342 | version "7.16.7"
|
334 | 343 | resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
|
|
413 | 422 | "@babel/traverse" "^7.19.6"
|
414 | 423 | "@babel/types" "^7.19.4"
|
415 | 424 |
|
416 |
| -"@babel/helper-module-transforms@^7.20.11": |
417 |
| - version "7.20.11" |
418 |
| - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.11.tgz#df4c7af713c557938c50ea3ad0117a7944b2f1b0" |
419 |
| - integrity sha512-uRy78kN4psmji1s2QtbtcCSaj/LILFDp0f/ymhpQH5QY3nljUZCaNWz9X1dEj/8MBdBEFECs7yRhKn8i7NjZgg== |
| 425 | +"@babel/helper-module-transforms@^7.21.0": |
| 426 | + version "7.21.2" |
| 427 | + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2" |
| 428 | + integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ== |
420 | 429 | dependencies:
|
421 | 430 | "@babel/helper-environment-visitor" "^7.18.9"
|
422 | 431 | "@babel/helper-module-imports" "^7.18.6"
|
423 | 432 | "@babel/helper-simple-access" "^7.20.2"
|
424 | 433 | "@babel/helper-split-export-declaration" "^7.18.6"
|
425 | 434 | "@babel/helper-validator-identifier" "^7.19.1"
|
426 | 435 | "@babel/template" "^7.20.7"
|
427 |
| - "@babel/traverse" "^7.20.10" |
428 |
| - "@babel/types" "^7.20.7" |
| 436 | + "@babel/traverse" "^7.21.2" |
| 437 | + "@babel/types" "^7.21.2" |
429 | 438 |
|
430 | 439 | "@babel/helper-optimise-call-expression@^7.18.6":
|
431 | 440 | version "7.18.6"
|
|
614 | 623 | "@babel/traverse" "^7.17.9"
|
615 | 624 | "@babel/types" "^7.17.0"
|
616 | 625 |
|
617 |
| -"@babel/helpers@^7.20.7": |
618 |
| - version "7.20.7" |
619 |
| - resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce" |
620 |
| - integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA== |
| 626 | +"@babel/helpers@^7.21.0": |
| 627 | + version "7.21.0" |
| 628 | + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e" |
| 629 | + integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA== |
621 | 630 | dependencies:
|
622 | 631 | "@babel/template" "^7.20.7"
|
623 |
| - "@babel/traverse" "^7.20.7" |
624 |
| - "@babel/types" "^7.20.7" |
| 632 | + "@babel/traverse" "^7.21.0" |
| 633 | + "@babel/types" "^7.21.0" |
625 | 634 |
|
626 | 635 | "@babel/highlight@^7.16.7":
|
627 | 636 | version "7.17.12"
|
|
671 | 680 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
|
672 | 681 | integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
|
673 | 682 |
|
| 683 | +"@babel/parser@^7.21.0", "@babel/parser@^7.21.2": |
| 684 | + version "7.21.2" |
| 685 | + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3" |
| 686 | + integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ== |
| 687 | + |
674 | 688 | "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
675 | 689 | version "7.18.6"
|
676 | 690 | resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
|
1499 | 1513 | debug "^4.1.0"
|
1500 | 1514 | globals "^11.1.0"
|
1501 | 1515 |
|
1502 |
| -"@babel/traverse@^7.20.10", "@babel/traverse@^7.20.12": |
1503 |
| - version "7.20.12" |
1504 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.12.tgz#7f0f787b3a67ca4475adef1f56cb94f6abd4a4b5" |
1505 |
| - integrity sha512-MsIbFN0u+raeja38qboyF8TIT7K0BFzz/Yd/77ta4MsUsmP2RAnidIlwq7d5HFQrH/OZJecGV6B71C4zAgpoSQ== |
1506 |
| - dependencies: |
1507 |
| - "@babel/code-frame" "^7.18.6" |
1508 |
| - "@babel/generator" "^7.20.7" |
1509 |
| - "@babel/helper-environment-visitor" "^7.18.9" |
1510 |
| - "@babel/helper-function-name" "^7.19.0" |
1511 |
| - "@babel/helper-hoist-variables" "^7.18.6" |
1512 |
| - "@babel/helper-split-export-declaration" "^7.18.6" |
1513 |
| - "@babel/parser" "^7.20.7" |
1514 |
| - "@babel/types" "^7.20.7" |
1515 |
| - debug "^4.1.0" |
1516 |
| - globals "^11.1.0" |
1517 |
| - |
1518 |
| -"@babel/traverse@^7.20.7": |
1519 |
| - version "7.20.10" |
1520 |
| - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.10.tgz#2bf98239597fcec12f842756f186a9dde6d09230" |
1521 |
| - integrity sha512-oSf1juCgymrSez8NI4A2sr4+uB/mFd9MXplYGPEBnfAuWmmyeVcHa6xLPiaRBcXkcb/28bgxmQLTVwFKE1yfsg== |
| 1516 | +"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2": |
| 1517 | + version "7.21.2" |
| 1518 | + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75" |
| 1519 | + integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw== |
1522 | 1520 | dependencies:
|
1523 | 1521 | "@babel/code-frame" "^7.18.6"
|
1524 |
| - "@babel/generator" "^7.20.7" |
| 1522 | + "@babel/generator" "^7.21.1" |
1525 | 1523 | "@babel/helper-environment-visitor" "^7.18.9"
|
1526 |
| - "@babel/helper-function-name" "^7.19.0" |
| 1524 | + "@babel/helper-function-name" "^7.21.0" |
1527 | 1525 | "@babel/helper-hoist-variables" "^7.18.6"
|
1528 | 1526 | "@babel/helper-split-export-declaration" "^7.18.6"
|
1529 |
| - "@babel/parser" "^7.20.7" |
1530 |
| - "@babel/types" "^7.20.7" |
| 1527 | + "@babel/parser" "^7.21.2" |
| 1528 | + "@babel/types" "^7.21.2" |
1531 | 1529 | debug "^4.1.0"
|
1532 | 1530 | globals "^11.1.0"
|
1533 | 1531 |
|
|
1600 | 1598 | "@babel/helper-validator-identifier" "^7.19.1"
|
1601 | 1599 | to-fast-properties "^2.0.0"
|
1602 | 1600 |
|
| 1601 | +"@babel/types@^7.21.0", "@babel/types@^7.21.2": |
| 1602 | + version "7.21.2" |
| 1603 | + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1" |
| 1604 | + integrity sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw== |
| 1605 | + dependencies: |
| 1606 | + "@babel/helper-string-parser" "^7.19.4" |
| 1607 | + "@babel/helper-validator-identifier" "^7.19.1" |
| 1608 | + to-fast-properties "^2.0.0" |
| 1609 | + |
1603 | 1610 |
|
1604 | 1611 | version "1.0.2"
|
1605 | 1612 | resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.2.tgz#e30192222fd13e3c1e97040163d6628a95f70844"
|
|
2036 | 2043 | "@jridgewell/sourcemap-codec" "^1.4.10"
|
2037 | 2044 | "@jridgewell/trace-mapping" "^0.3.9"
|
2038 | 2045 |
|
| 2046 | + |
| 2047 | + version "3.1.0" |
| 2048 | + resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78" |
| 2049 | + integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w== |
| 2050 | + |
2039 | 2051 | "@jridgewell/resolve-uri@^3.0.3":
|
2040 | 2052 | version "3.0.7"
|
2041 | 2053 | resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
|
|
2051 | 2063 | resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
2052 | 2064 | integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
2053 | 2065 |
|
| 2066 | + |
| 2067 | + version "1.4.14" |
| 2068 | + resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24" |
| 2069 | + integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw== |
| 2070 | + |
2054 | 2071 | "@jridgewell/sourcemap-codec@^1.4.10":
|
2055 | 2072 | version "1.4.13"
|
2056 | 2073 | resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
|
2057 | 2074 | integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
|
2058 | 2075 |
|
2059 |
| -"@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9": |
| 2076 | +"@jridgewell/trace-mapping@^0.3.17": |
| 2077 | + version "0.3.17" |
| 2078 | + resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985" |
| 2079 | + integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g== |
| 2080 | + dependencies: |
| 2081 | + "@jridgewell/resolve-uri" "3.1.0" |
| 2082 | + "@jridgewell/sourcemap-codec" "1.4.14" |
| 2083 | + |
| 2084 | +"@jridgewell/trace-mapping@^0.3.9": |
2060 | 2085 | version "0.3.13"
|
2061 | 2086 | resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
|
2062 | 2087 | integrity sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==
|
|
0 commit comments