|
2088 | 2088 | "@rollup/pluginutils" "^5.0.1"
|
2089 | 2089 | magic-string "^0.30.3"
|
2090 | 2090 |
|
| 2091 | +"@rollup/plugin-replace@^5.0.5": |
| 2092 | + version "5.0.5" |
| 2093 | + resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-5.0.5.tgz#33d5653dce6d03cb24ef98bef7f6d25b57faefdf" |
| 2094 | + integrity sha512-rYO4fOi8lMaTg/z5Jb+hKnrHHVn8j2lwkqwyS4kTRhKyWOLf2wST2sWXr4WzWiTcoHTp2sTjqUbqIj2E39slKQ== |
| 2095 | + dependencies: |
| 2096 | + "@rollup/pluginutils" "^5.0.1" |
| 2097 | + magic-string "^0.30.3" |
| 2098 | + |
2091 | 2099 | "@rollup/pluginutils@^4.1.2":
|
2092 | 2100 | version "4.2.1"
|
2093 | 2101 | resolved "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-4.2.1.tgz"
|
@@ -8816,7 +8824,16 @@ string-length@^4.0.1:
|
8816 | 8824 | char-regex "^1.0.2"
|
8817 | 8825 | strip-ansi "^6.0.0"
|
8818 | 8826 |
|
8819 |
| -"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
| 8827 | +"string-width-cjs@npm:string-width@^4.2.0": |
| 8828 | + version "4.2.3" |
| 8829 | + resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" |
| 8830 | + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== |
| 8831 | + dependencies: |
| 8832 | + emoji-regex "^8.0.0" |
| 8833 | + is-fullwidth-code-point "^3.0.0" |
| 8834 | + strip-ansi "^6.0.1" |
| 8835 | + |
| 8836 | +string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: |
8820 | 8837 | version "4.2.3"
|
8821 | 8838 | resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
8822 | 8839 | integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
@@ -8883,7 +8900,14 @@ string_decoder@^1.1.1, string_decoder@~1.1.1:
|
8883 | 8900 | dependencies:
|
8884 | 8901 | safe-buffer "~5.1.0"
|
8885 | 8902 |
|
8886 |
| -"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
| 8903 | +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": |
| 8904 | + version "6.0.1" |
| 8905 | + resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" |
| 8906 | + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== |
| 8907 | + dependencies: |
| 8908 | + ansi-regex "^5.0.1" |
| 8909 | + |
| 8910 | +strip-ansi@^6.0.0, strip-ansi@^6.0.1: |
8887 | 8911 | version "6.0.1"
|
8888 | 8912 | resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
8889 | 8913 | integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
@@ -9782,7 +9806,16 @@ wordwrap@0.0.2:
|
9782 | 9806 | resolved "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz"
|
9783 | 9807 | integrity sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==
|
9784 | 9808 |
|
9785 |
| -"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: |
| 9809 | +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": |
| 9810 | + version "7.0.0" |
| 9811 | + resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" |
| 9812 | + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== |
| 9813 | + dependencies: |
| 9814 | + ansi-styles "^4.0.0" |
| 9815 | + string-width "^4.1.0" |
| 9816 | + strip-ansi "^6.0.0" |
| 9817 | + |
| 9818 | +wrap-ansi@^7.0.0: |
9786 | 9819 | version "7.0.0"
|
9787 | 9820 | resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
9788 | 9821 | integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
0 commit comments