From 858853300cd451160ad75d46444221ce723d795c Mon Sep 17 00:00:00 2001 From: PavithragokulakrishnanSF Date: Tue, 31 Mar 2026 13:14:37 +0530 Subject: [PATCH 1/2] Update package.json for dependabot alerts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2c1b7ed6..3eb4e266 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "shelljs": "0.8.5", "ts-loader": "5.2.0", "typescript": "5.1.6", - "webpack": "5.94.0", + "webpack": "5.104.1", "webpack-cli": "5.1.4" }, "scripts": { @@ -78,4 +78,4 @@ "build": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build", "build-watch": "vue-cli-service build" } -} \ No newline at end of file +} From 0027c371ed31af4d34b9bca38fde4f56aed7bb15 Mon Sep 17 00:00:00 2001 From: PavithragokulakrishnanSF Date: Thu, 9 Jul 2026 19:18:35 +0530 Subject: [PATCH 2/2] Update package version and dependencies --- package.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3eb4e266..3c2b58f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ej2-vue-samples", - "version": "32.1.19", + "version": "34.1.29", "description": "Examples of Vue UI Components", "keywords": [], "dependencies": { @@ -41,12 +41,11 @@ "@syncfusion/ej2-vue-multicolumn-combobox": "*", "@syncfusion/ej2-vue-interactive-chat": "*", "@syncfusion/ej2-vue-blockeditor": "*", - "@xenova/transformers": "^2.17.2", - "form-data": "^4.0.0", - "openai": "^4.57.3", - "vue": "3.5.10", - "vue-router": "4.2.4", - "@codemirror/lang-html": "^6.0.0" + "@xenova/transformers": "^2.6.0", + "openai": "4.57.3", + "turndown": "^7.1.1", + "turndown-plugin-gfm": "^1.0.2", + "vue-router": "4.2.4" }, "devDependencies": { "@microsoft/signalr": "7.0.11", @@ -69,7 +68,7 @@ "shelljs": "0.8.5", "ts-loader": "5.2.0", "typescript": "5.1.6", - "webpack": "5.104.1", + "webpack": "5.94.0", "webpack-cli": "5.1.4" }, "scripts": {