|
1568 | 1568 | dependencies: |
1569 | 1569 | tslib "^2.3.0" |
1570 | 1570 |
|
| 1571 | +"@types/dompurify@^3.2.0": |
| 1572 | + version "3.2.0" |
| 1573 | + resolved "https://registry.yarnpkg.com/@types/dompurify/-/dompurify-3.2.0.tgz#56610bf3e4250df57744d61fbd95422e07dfb840" |
| 1574 | + integrity sha512-Fgg31wv9QbLDA0SpTOXO3MaxySc4DKGLi8sna4/Utjo4r3ZRPdCt4UQee8BWr+Q5z21yifghREPJGYaEOEIACg== |
| 1575 | + dependencies: |
| 1576 | + dompurify "*" |
| 1577 | + |
1571 | 1578 | "@types/estree@^1.0.0": |
1572 | 1579 | version "1.0.2" |
1573 | 1580 | resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.2.tgz#ff02bc3dc8317cd668dfec247b750ba1f1d62453" |
|
1602 | 1609 | resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5" |
1603 | 1610 | integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== |
1604 | 1611 |
|
| 1612 | +"@types/trusted-types@^2.0.7": |
| 1613 | + version "2.0.7" |
| 1614 | + resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.7.tgz#baccb07a970b91707df3a3e8ba6896c57ead2d11" |
| 1615 | + integrity sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw== |
| 1616 | + |
1605 | 1617 | "@vitejs/plugin-react@^3.0.0": |
1606 | 1618 | version "3.1.0" |
1607 | 1619 | resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz#d1091f535eab8b83d6e74034d01e27d73c773240" |
@@ -2204,6 +2216,13 @@ doctrine@^3.0.0: |
2204 | 2216 | dependencies: |
2205 | 2217 | esutils "^2.0.2" |
2206 | 2218 |
|
| 2219 | +dompurify@*, dompurify@^3.3.2: |
| 2220 | + version "3.3.3" |
| 2221 | + resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.3.3.tgz#680cae8af3e61320ddf3666a3bc843f7b291b2b6" |
| 2222 | + integrity sha512-Oj6pzI2+RqBfFG+qOaOLbFXLQ90ARpcGG6UePL82bJLtdsa6CYJD7nmiU8MW9nQNOtCHV3lZ/Bzq1X0QYbBZCA== |
| 2223 | + optionalDependencies: |
| 2224 | + "@types/trusted-types" "^2.0.7" |
| 2225 | + |
2207 | 2226 | dotenv@^16.4.5: |
2208 | 2227 | version "16.4.7" |
2209 | 2228 | resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26" |
@@ -2629,17 +2648,19 @@ flatted@^3.2.7: |
2629 | 2648 | integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ== |
2630 | 2649 |
|
2631 | 2650 | flowise-embed@latest: |
2632 | | - version "3.0.5" |
2633 | | - resolved "https://registry.yarnpkg.com/flowise-embed/-/flowise-embed-3.0.5.tgz#841a0967daf796c5de00df4d81bf42fd871f3097" |
2634 | | - integrity sha512-CCZRpZdTeSW2Oagj7LxxK7YZKEbqjylUs2ayCuhB2hNoufkOpEJlyvqdDKcy6FDc+DwKg5aSjSFyTH2AFVh1pQ== |
| 2651 | + version "3.1.0" |
| 2652 | + resolved "https://registry.yarnpkg.com/flowise-embed/-/flowise-embed-3.1.0.tgz#c3ea74532db92a682a0a13312ce5043d2e1a01d7" |
| 2653 | + integrity sha512-znZuKTlnEp+YSXzDvCc1x8Z3F4+oKicoLCWokDn3+7DLMSRxXYqfVhr3yVZFfPE8M1akt6szzx57i71Iqksrlg== |
2635 | 2654 | dependencies: |
2636 | 2655 | "@babel/core" "^7.22.1" |
2637 | 2656 | "@microsoft/fetch-event-source" "^2.0.1" |
2638 | 2657 | "@ts-stack/markdown" "^1.4.0" |
| 2658 | + "@types/dompurify" "^3.2.0" |
2639 | 2659 | axios "^1.7.7" |
2640 | 2660 | cors "^2.8.5" |
2641 | 2661 | cross-env "^7.0.3" |
2642 | 2662 | device-detector-js "^3.0.3" |
| 2663 | + dompurify "^3.3.2" |
2643 | 2664 | dotenv "^16.4.5" |
2644 | 2665 | express "^4.21.1" |
2645 | 2666 | form-data "^4.0.1" |
|
0 commit comments