Skip to content

Commit

Permalink
updated npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michelou committed Nov 14, 2021
1 parent 0f663b0 commit 45084ae
Show file tree
Hide file tree
Showing 59 changed files with 4,515 additions and 11,733 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project depends on two external software for the **Microsoft Windows** plaf

- [Git 2.33][git_downloads] ([*release notes*][git_relnotes])
- [Node.js 14.x LTS][nodejs14_downloads] <sup id="anchor_01"><a href="#footnote_01">1</a></sup> ([*change log*][nodejs14_changelog])
- [MongoDB 5.0][mongodb_downloads] ([*release notes*][mongodb_relnotes])
- [MongoDB 5.0][mongodb5_downloads] ([*release notes*][mongodb5_relnotes])

Optionally one may also install the following software:

Expand Down Expand Up @@ -307,7 +307,8 @@ In our case we downloaded the following installation files (see <a href="#proj_d
[man1_wc]: https://www.linux.org/docs/man1/wc.html
[medium_home]: https://medium.com/
[medium_nodejs_14]: https://medium.com/@nodejs/node-js-version-14-available-now-8170d384567e
[mongodb_downloads]: https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl
[mongodb5_downloads]: https://www.mongodb.com/try/download/community
[mongodb5_relnotes]: https://docs.mongodb.com/upcoming/release-notes/5.0/
[mongodb_mongod]: https://docs.mongodb.com/manual/reference/program/mongod/
[mongodb_relnotes]: https://docs.mongodb.com/manual/release-notes/3.6/
[nodejs]: https://nodejs.org/
Expand Down
137 changes: 52 additions & 85 deletions samples/auth-passport/package-lock.json

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

8 changes: 4 additions & 4 deletions samples/auth-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"connect-flash": "^0.1.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"mongoose": "^6.0.11",
"mongoose": "^6.0.12",
"passport": "^0.5.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"start": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint": "^8.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
"eslint-plugin-promise": "^5.1.1"
},
"engines": {
"node": ">=12.14.0",
Expand Down
Loading

0 comments on commit 45084ae

Please sign in to comment.