Skip to content

Commit 53d071d

Browse files
committed
flowise-embed-react@3.1.0
1 parent a565e04 commit 53d071d

2 files changed

Lines changed: 25 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flowise-embed-react",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "React library to display flowise chatbot on your website",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

yarn.lock

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,13 @@
15681568
dependencies:
15691569
tslib "^2.3.0"
15701570

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+
15711578
"@types/estree@^1.0.0":
15721579
version "1.0.2"
15731580
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.2.tgz#ff02bc3dc8317cd668dfec247b750ba1f1d62453"
@@ -1602,6 +1609,11 @@
16021609
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5"
16031610
integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==
16041611

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+
16051617
"@vitejs/plugin-react@^3.0.0":
16061618
version "3.1.0"
16071619
resolved "https://registry.yarnpkg.com/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz#d1091f535eab8b83d6e74034d01e27d73c773240"
@@ -2204,6 +2216,13 @@ doctrine@^3.0.0:
22042216
dependencies:
22052217
esutils "^2.0.2"
22062218

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+
22072226
dotenv@^16.4.5:
22082227
version "16.4.7"
22092228
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.4.7.tgz#0e20c5b82950140aa99be360a8a5f52335f53c26"
@@ -2629,17 +2648,19 @@ flatted@^3.2.7:
26292648
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
26302649

26312650
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==
26352654
dependencies:
26362655
"@babel/core" "^7.22.1"
26372656
"@microsoft/fetch-event-source" "^2.0.1"
26382657
"@ts-stack/markdown" "^1.4.0"
2658+
"@types/dompurify" "^3.2.0"
26392659
axios "^1.7.7"
26402660
cors "^2.8.5"
26412661
cross-env "^7.0.3"
26422662
device-detector-js "^3.0.3"
2663+
dompurify "^3.3.2"
26432664
dotenv "^16.4.5"
26442665
express "^4.21.1"
26452666
form-data "^4.0.1"

0 commit comments

Comments
 (0)