Skip to content

Commit 4421fd1

Browse files
914462: Resolved the dependabot issues in the Vue 3 getting started.
1 parent e1a6e31 commit 4421fd1

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

package.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,34 @@
1111
"@syncfusion/ej2-vue-charts": "*",
1212
"core-js": "^3.8.2",
1313
"vue": "^3.0.5",
14-
"vue-class-component": "^8.0.0-rc.1"
14+
"vue-class-component": "^8.0.0-rc.1",
15+
"elliptic": ">=6.5.7",
16+
"ws": ">=6.2.3",
17+
"braces": ">=3.0.3",
18+
"ip": "2.0.1",
19+
"ejs": "3.1.10",
20+
"express": "4.19.2",
21+
"webpack-dev-middleware": "5.3.4",
22+
"follow-redirects": "1.15.6",
23+
"browserify-sign": "4.2.2",
24+
"@babel/traverse": "7.23.2",
25+
"postcss": "8.4.31",
26+
"tough-cookie": "4.1.3",
27+
"request": "3.0.0",
28+
"minimist": "1.2.6",
29+
"json5": "2.2.2",
30+
"qs": "6.7.3",
31+
"decode-uri-component": ">=0.2.1",
32+
"loader-utils": ">=2.0.3",
33+
"minimatch": ">=3.0.5",
34+
"shell-quote": ">=1.7.3",
35+
"async": ">=2.6.4",
36+
"eventsource": ">=1.1.1",
37+
"ansi-regex": ">=5.0.1",
38+
"node-forge": ">=1.3.0",
39+
"nanoid": ">=3.1.31",
40+
"url-parse": ">=1.5.9",
41+
"json-schema": ">=0.4.0"
1542
},
1643
"devDependencies": {
1744
"@vue/cli-plugin-babel": "^4.5.10",
@@ -21,7 +48,21 @@
2148
"babel-eslint": "^10.1.0",
2249
"eslint": "^6.8.0",
2350
"eslint-plugin-vue": "^7.4.1",
24-
"vue-loader-v16": "^16.0.0-beta.5.4"
51+
"vue-loader-v16": "^16.0.0-beta.5.4",
52+
"elliptic": ">=6.5.7",
53+
"ws": ">=6.2.3",
54+
"braces": ">=3.0.3",
55+
"decode-uri-component": ">=0.2.1",
56+
"loader-utils": ">=2.0.3",
57+
"minimatch": ">=3.0.5",
58+
"shell-quote": ">=1.7.3",
59+
"async": ">=2.6.4",
60+
"eventsource": ">=1.1.1",
61+
"ansi-regex": ">=5.0.1",
62+
"node-forge": ">=1.3.0",
63+
"nanoid": ">=3.1.31",
64+
"url-parse": ">=1.5.9",
65+
"json-schema": ">=0.4.0"
2566
},
2667
"eslintConfig": {
2768
"root": true,

0 commit comments

Comments
 (0)