Skip to content

Commit

Permalink
npm audit fix --force
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Feb 21, 2023
1 parent f20bb37 commit 74ed740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"repository": "expressjs/generator",
"license": "MIT",
"dependencies": {
"ejs": "2.6.2",
"minimatch": "3.0.4",
"minimist": "1.2.5",
"mkdirp": "0.5.1",
"ejs": "3.1.8",
"minimatch": "3.1.2",
"minimist": "1.2.8",
"mkdirp": "0.5.6",
"sorted-object": "2.0.1"
},
"main": "bin/express-cli.js",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-standard": "4.1.0",
"mocha": "9.1.3",
"mocha": "9.2.2",
"rimraf": "3.0.2",
"supertest": "6.1.4",
"tree-kill": "1.2.2",
Expand Down

0 comments on commit 74ed740

Please sign in to comment.