Skip to content

Commit 2f37a58

Browse files
committed
updated npm deps
1 parent 6c07d90 commit 2f37a58

File tree

40 files changed

+1847
-541
lines changed

40 files changed

+1847
-541
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optionally one may also install the following software:
2626

2727
> **:mag_right:** Git for Windows provides a BASH emulation used to run [**`git`**][git_docs] from the command line (as well as over 250 Unix commands like [**`awk`**][man1_awk], [**`diff`**][man1_diff], [**`file`**][man1_file], [**`grep`**][man1_grep], [**`more`**][man1_more], [**`mv`**][man1_mv], [**`rmdir`**][man1_rmdir], [**`sed`**][man1_sed] and [**`wc`**][man1_wc]).
2828
29-
For instance our development environment looks as follows (March 2022) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:
29+
For instance our development environment looks as follows (April 2022) <sup id="anchor_02"><a href="#footnote_02">2</a></sup>:
3030

3131
<pre style="font-size:80%;">
3232
C:\opt\Git-2.35.1\ <i>(282 MB)</i>
@@ -281,7 +281,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
281281

282282
***
283283

284-
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
284+
*[mics](https://lampwww.epfl.ch/~michelou/)/April 2022* [**&#9650;**](#top)
285285
<span id="bottom">&nbsp;</span>
286286

287287
<!-- link refs -->

RESOURCES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
***
5656

57-
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
57+
*[mics](https://lampwww.epfl.ch/~michelou/)/April 2022* [**&#9650;**](#top)
5858
<span id="bottom">&nbsp;</span>
5959

6060
<!-- link refs -->

samples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Command [**`npm start`**](https://docs.npmjs.com/cli/v6/commands/npm-start) exec
4545
> node ./npm_scripts/start_browser.js && node .
4646

4747

48-
Node runtime: 14.19.0 (x64)
48+
Node runtime: 14.19.1 (x64)
4949
Module search path: (none)
5050
Server listening on port 8180
5151
</pre>
@@ -71,7 +71,7 @@ Command [**`npm start`**](https://docs.npmjs.com/cli/v6/commands/npm-start) exec
7171
> node ./npm_scripts/start_browser.js && node .
7272

7373

74-
Node runtime: 14.19.0 (x64)
74+
Node runtime: 14.19.1 (x64)
7575
Module search path: (none)
7676
Server listening on port 8180
7777
fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3
@@ -144,7 +144,7 @@ Returning Paradise.m4a for request /music
144144

145145
***
146146

147-
*[mics](https://lampwww.epfl.ch/~michelou/)/March 2022* [**&#9650;**](#top)
147+
*[mics](https://lampwww.epfl.ch/~michelou/)/April 2022* [**&#9650;**](#top)
148148
<span id="bottom">&nbsp;</span>
149149

150150
<!-- link refs -->

samples/auth-passport/package-lock.json

Lines changed: 122 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/auth-passport/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"license": "ISC",
2525
"dependencies": {
2626
"bcrypt-nodejs": "^0.0.3",
27-
"body-parser": "^1.19.2",
27+
"body-parser": "^1.20.0",
2828
"connect-flash": "^0.1.1",
2929
"express": "^4.17.3",
3030
"express-session": "^1.17.2",
31-
"mongoose": "^6.2.8",
31+
"mongoose": "^6.2.9",
3232
"passport": "^0.5.2",
3333
"passport-local": "^1.0.0",
3434
"pug": "^3.0.2",

0 commit comments

Comments
 (0)