From 0f44885a53e31505c72b33cd92245966495bb99d Mon Sep 17 00:00:00 2001 From: Soundeswari-Selvam Date: Fri, 11 Oct 2024 18:03:09 +0530 Subject: [PATCH] 914462: Resolved the dependabot issues in getting started with the polar and radar chart in Vue. --- package.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 43baf1c..6f61108 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,18 @@ "dependencies": { "@syncfusion/ej2-vue-charts": "^20.1.59", "core-js": "^3.8.3", - "vue": "^2.6.14" + "vue": "^2.6.14", + "webpack": ">=5.94.0", + "vue-template-compiler": ">=3.0.0", + "braces": ">=3.0.3", + "ws": ">=8.17.1", + "express": "4.19.2", + "webpack-dev-middleware": "5.3.4", + "follow-redirects": "1.15.6", + "@babel/traverse": "7.23.2", + "postcss": "8.4.31", + "json5": "2.2.2", + "loader-utils": "2.0.3" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -20,7 +31,10 @@ "@vue/cli-service": "~5.0.0", "eslint": "^7.32.0", "eslint-plugin-vue": "^8.0.3", - "vue-template-compiler": "^2.6.14" + "vue-template-compiler": ">=3.0.0", + "webpack": ">=5.94.0", + "braces": ">=3.0.3", + "ws": ">=8.17.1" }, "eslintConfig": { "root": true,