Skip to content

Commit 10fc575

Browse files
authored
chore!: bump ejs to v3 (#6133)
The only notable change may be dropping support of the include preprocessor directive, which I don't know any Vue CLI plugin is using. <https://github.com/mde/ejs/pull/478/files>
1 parent ea6151f commit 10fc575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"access": "public"
2626
},
2727
"dependencies": {
28-
"@types/ejs": "^2.7.0",
28+
"@types/ejs": "^3.0.5",
2929
"@types/inquirer": "^7.3.1",
3030
"@vue/cli-shared-utils": "^4.5.8",
3131
"@vue/cli-ui": "^4.5.8",
@@ -36,7 +36,7 @@
3636
"debug": "^4.1.0",
3737
"deepmerge": "^4.2.2",
3838
"download-git-repo": "^3.0.2",
39-
"ejs": "^2.7.1",
39+
"ejs": "^3.1.5",
4040
"envinfo": "^7.7.3",
4141
"fs-extra": "^7.0.1",
4242
"globby": "^9.2.0",

0 commit comments

Comments
 (0)