Skip to content

Commit

Permalink
updated npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michelou committed Jan 22, 2022
1 parent 22dfb50 commit 43a7684
Show file tree
Hide file tree
Showing 58 changed files with 872 additions and 1,952 deletions.
185 changes: 67 additions & 118 deletions samples/auth-passport/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions samples/auth-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,21 @@
"connect-flash": "^0.1.1",
"express": "^4.17.2",
"express-session": "^1.17.2",
"mongoose": "^6.1.3",
"mongoose": "^6.1.7",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"start": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.5.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
},
"engines": {
"node": ">=12.14.0",
"npm": ">=6.13.0"
"node": ">=12.22.0",
"npm": ">=6.14.0"
}
}
94 changes: 29 additions & 65 deletions samples/locales-1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions samples/locales-1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"i18n": "^0.13.4"
},
"devDependencies": {
"eslint": "^8.6.0",
"eslint": "^8.7.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.1.3",
"mocha": "^9.1.4",
"should": "^13.2.3",
"zombie": "^6.1.4"
},
Expand Down
Loading

0 comments on commit 43a7684

Please sign in to comment.