Skip to content

Commit 9cc68c7

Browse files
committed
updated npm deps
1 parent 8515205 commit 9cc68c7

File tree

8 files changed

+543
-93
lines changed

8 files changed

+543
-93
lines changed

.gitattributes

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,26 @@
2929
*.sbt text linguist-language=Scala
3030
*.sc text linguist-language=Scala
3131
*.scala text linguist-language=Scala
32-
*.txt text
33-
*.xml text
32+
*.txt text linguist-language=Text
33+
*.xml text linguist-language=XML
3434
*.xslt text linguist-language=XSLT
35-
*.yaml text
35+
*.yaml text linguist-language=MiniYAML
3636

3737
# Declare files that will always have CRLF line endings on checkout.
3838
*.bat eol=crlf linguist-detectable=false
3939
*.cmd eol=crlf linguist-detectable=false
4040
*.ps1 eol=crlf linguist-detectable=false
4141
*.sln text eol=crlf linguist-detectable=false
4242

43+
# https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
44+
Makefile text eol=crlf linguist-detectable=false
45+
Makefile.inc text eol=crlf linguist-detectable=false
46+
4347
# Declare files that will always have LF line endings on checkout.
4448
*.sh eol=lf linguist-detectable=false
4549

4650
# Denote all files that are truly binary and should not be modified.
51+
*.bmp binary
4752
*.class binary
4853
*.dll binary
4954
*.gif binary

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<tr>
55
<td style="border:0;padding:0 10px 0 0;min-width:120px;"><a href="https://nodejs.org/" rel="external"><img src="docs/images/nodejs.svg" width="120" alt="Node.js project"/></a></td>
66
<td style="border:0;padding:0;vertical-align:text-top;">This repository gathers <a href="https://nodejs.org/en/" rel="external">Node.js</a> code examples coming from various websites and books.<br/>
7-
It also includes several <a href="https://en.wikibooks.org/wiki/Windows_Batch_Scripting">batch files</a> for experimenting with <a href="https://nodejs.org/en/" rel="external">Node.js</a> on the <b>Microsoft Windows</b> platform.
7+
It also includes several <a href="https://en.wikibooks.org/wiki/Windows_Batch_Scripting" rel="external">batch files</a> for experimenting with <a href="https://nodejs.org/en/" rel="external">Node.js</a> on the <b>Microsoft Windows</b> platform.
88
</td>
99
</tr>
1010
</table>

samples_Lambert/06-files/package-lock.json

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

samples_Lambert/06-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"rimraf": "^3.0.2"
2323
},
2424
"devDependencies": {
25-
"eslint": "^8.9.0",
25+
"eslint": "^8.11.0",
2626
"eslint-config-standard": "^16.0.3",
2727
"eslint-plugin-import": "^2.25.4",
2828
"eslint-plugin-node": "^11.1.0",

samples_Lambert/10-databases/package-lock.json

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

samples_Lambert/10-databases/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
"dependencies": {
1717
"leveldown": "^6.1.0",
1818
"levelup": "^5.1.1",
19-
"mongoose": "^6.2.1"
19+
"mongoose": "^6.2.6"
2020
},
2121
"devDependencies": {
22-
"eslint": "^8.9.0",
22+
"eslint": "^8.11.0",
2323
"eslint-config-standard": "^16.0.3",
2424
"eslint-plugin-import": "^2.25.4",
2525
"eslint-plugin-node": "^11.1.0",

0 commit comments

Comments
 (0)