|
1498 | 1498 | magic-string "^0.25.7" |
1499 | 1499 | resolve "^1.17.0" |
1500 | 1500 |
|
1501 | | -"@rollup/plugin-json@^4.1.0": |
1502 | | - version "4.1.0" |
1503 | | - resolved "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz" |
1504 | | - integrity sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw== |
| 1501 | +"@rollup/plugin-json@^6.0.0": |
| 1502 | + version "6.0.0" |
| 1503 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-json/-/plugin-json-6.0.0.tgz#199fea6670fd4dfb1f4932250569b14719db234a" |
| 1504 | + integrity sha512-i/4C5Jrdr1XUarRhVu27EEwjt4GObltD7c+MkCIpO2QIbojw8MUs+CCTqOphQi3Qtg1FLmYt+l+6YeoIf51J7w== |
1505 | 1505 | dependencies: |
1506 | | - "@rollup/pluginutils" "^3.0.8" |
| 1506 | + "@rollup/pluginutils" "^5.0.1" |
1507 | 1507 |
|
1508 | 1508 | "@rollup/plugin-multi-entry@^4.0.0": |
1509 | 1509 | version "4.1.0" |
|
1538 | 1538 | resolved "https://registry.npmjs.org/@rollup/plugin-virtual/-/plugin-virtual-2.1.0.tgz" |
1539 | 1539 | integrity sha512-CPPAtlKT53HFqC8jFHb/V5WErpU8Hrq2TyCR0A7kPQMlF2wNUf0o1xuAc+Qxj8NCZM0Z3Yvl+FbUXfJjVWqDwA== |
1540 | 1540 |
|
1541 | | -"@rollup/pluginutils@^3.0.8", "@rollup/pluginutils@^3.1.0": |
| 1541 | +"@rollup/pluginutils@^3.1.0": |
1542 | 1542 | version "3.1.0" |
1543 | 1543 | resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz" |
1544 | 1544 | integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg== |
|
1547 | 1547 | estree-walker "^1.0.1" |
1548 | 1548 | picomatch "^2.2.2" |
1549 | 1549 |
|
| 1550 | +"@rollup/pluginutils@^5.0.1": |
| 1551 | + version "5.0.2" |
| 1552 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33" |
| 1553 | + integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA== |
| 1554 | + dependencies: |
| 1555 | + "@types/estree" "^1.0.0" |
| 1556 | + estree-walker "^2.0.2" |
| 1557 | + picomatch "^2.3.1" |
| 1558 | + |
1550 | 1559 | "@semantic-release/commit-analyzer@^9.0.2": |
1551 | 1560 | version "9.0.2" |
1552 | 1561 | resolved "https://registry.npmjs.org/@semantic-release/commit-analyzer/-/commit-analyzer-9.0.2.tgz" |
|
1806 | 1815 | resolved "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz" |
1807 | 1816 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
1808 | 1817 |
|
| 1818 | +"@types/estree@^1.0.0": |
| 1819 | + version "1.0.0" |
| 1820 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" |
| 1821 | + integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== |
| 1822 | + |
1809 | 1823 | "@types/express-serve-static-core@^4.17.21", "@types/express-serve-static-core@^4.17.9": |
1810 | 1824 | version "4.17.28" |
1811 | 1825 | resolved "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz" |
@@ -3614,7 +3628,7 @@ estree-walker@^1.0.1: |
3614 | 3628 | resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz" |
3615 | 3629 | integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg== |
3616 | 3630 |
|
3617 | | -estree-walker@^2.0.1: |
| 3631 | +estree-walker@^2.0.1, estree-walker@^2.0.2: |
3618 | 3632 | version "2.0.2" |
3619 | 3633 | resolved "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz" |
3620 | 3634 | integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w== |
|
0 commit comments