Skip to content

Commit 4db1be6

Browse files
committed
npm audit fix --force
Signed-off-by: Sora Morimoto <[email protected]>
1 parent f20bb37 commit 4db1be6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"repository": "expressjs/generator",
2626
"license": "MIT",
2727
"dependencies": {
28-
"ejs": "2.6.2",
29-
"minimatch": "3.0.4",
30-
"minimist": "1.2.5",
31-
"mkdirp": "0.5.1",
28+
"ejs": "3.1.8",
29+
"minimatch": "3.1.2",
30+
"minimist": "1.2.8",
31+
"mkdirp": "0.5.6",
3232
"sorted-object": "2.0.1"
3333
},
3434
"main": "bin/express-cli.js",
@@ -43,7 +43,7 @@
4343
"eslint-plugin-node": "11.1.0",
4444
"eslint-plugin-promise": "5.2.0",
4545
"eslint-plugin-standard": "4.1.0",
46-
"mocha": "9.1.3",
46+
"mocha": "9.2.2",
4747
"rimraf": "3.0.2",
4848
"supertest": "6.1.4",
4949
"tree-kill": "1.2.2",

0 commit comments

Comments
 (0)