|
1524 | 1524 | "@babel/helper-module-imports" "^7.18.6" |
1525 | 1525 | "@rollup/pluginutils" "^4.2.1" |
1526 | 1526 |
|
1527 | | - |
1528 | | - version "23.0.0" |
1529 | | - resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.0.tgz#3f64a49409d0681cd7496a71dd6577f07d39c3b0" |
1530 | | - integrity sha512-JbrTRyDNtLQj/rhl7RFUuYXwQ2fac+33oLDAu2k++WD95zweyo28UAomLVA0JMGx4vmCa7Nw4T6k/1F6lelExg== |
| 1527 | + |
| 1528 | + version "23.0.2" |
| 1529 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-23.0.2.tgz#3a3a5b7b1b1cb29037eb4992edcaae997d7ebd92" |
| 1530 | + integrity sha512-e9ThuiRf93YlVxc4qNIurvv+Hp9dnD+4PjOqQs5vAYfcZ3+AXSrcdzXnVjWxcGQOa6KGJFcRZyUI3ktWLavFjg== |
1531 | 1531 | dependencies: |
1532 | | - "@rollup/pluginutils" "^4.2.1" |
| 1532 | + "@rollup/pluginutils" "^5.0.1" |
1533 | 1533 | commondir "^1.0.1" |
1534 | 1534 | estree-walker "^2.0.2" |
1535 | 1535 | glob "^8.0.3" |
|
1572 | 1572 | estree-walker "^2.0.1" |
1573 | 1573 | picomatch "^2.2.2" |
1574 | 1574 |
|
| 1575 | +"@rollup/pluginutils@^5.0.1": |
| 1576 | + version "5.0.2" |
| 1577 | + resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-5.0.2.tgz#012b8f53c71e4f6f9cb317e311df1404f56e7a33" |
| 1578 | + integrity sha512-pTd9rIsP92h+B6wWwFbW8RkZv4hiR/xKsqre4SIuAOaOEQRxi0lqLke9k2/7WegC85GgUs9pjmOjCUi3In4vwA== |
| 1579 | + dependencies: |
| 1580 | + "@types/estree" "^1.0.0" |
| 1581 | + estree-walker "^2.0.2" |
| 1582 | + picomatch "^2.3.1" |
| 1583 | + |
1575 | 1584 | "@sindresorhus/is@^0.14.0": |
1576 | 1585 | version "0.14.0" |
1577 | 1586 | resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea" |
|
1663 | 1672 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f" |
1664 | 1673 | integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw== |
1665 | 1674 |
|
| 1675 | +"@types/estree@^1.0.0": |
| 1676 | + version "1.0.0" |
| 1677 | + resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.0.tgz#5fb2e536c1ae9bf35366eed879e827fa59ca41c2" |
| 1678 | + integrity sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ== |
| 1679 | + |
1666 | 1680 | "@types/graceful-fs@^4.1.2": |
1667 | 1681 | version "4.1.5" |
1668 | 1682 | resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15" |
@@ -5316,6 +5330,11 @@ picomatch@^2.2.3: |
5316 | 5330 | resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d" |
5317 | 5331 | integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg== |
5318 | 5332 |
|
| 5333 | +picomatch@^2.3.1: |
| 5334 | + version "2.3.1" |
| 5335 | + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" |
| 5336 | + integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== |
| 5337 | + |
5319 | 5338 | pify@^2.0.0: |
5320 | 5339 | version "2.3.0" |
5321 | 5340 | resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c" |
|
0 commit comments