Skip to content

Commit

Permalink
updated npm deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michelou committed Feb 19, 2022
1 parent a725174 commit bc2e649
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 83 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</tr>
</table>

[Ada][ada_examples], [Deno][deno_examples], [Golang][golang_examples], [GraalVM][graalvm_examples], [Haskell][haskell_examples], [Kotlin][kotlin_examples], [LLVM][llvm_examples], [Rust][rust_examples], [Scala 3][scala3_examples], [Spring][spring_examples], [TruffleSqueak][trufflesqueak_examples] and [WiX][wix_examples] are other trending topics we are continuously monitoring.
[Ada][ada_examples], [Akka][akka_examples], [Deno][deno_examples], [Golang][golang_examples], [GraalVM][graalvm_examples], [Haskell][haskell_examples], [Kotlin][kotlin_examples], [LLVM][llvm_examples], [Rust][rust_examples], [Scala 3][scala3_examples], [Spring][spring_examples], [TruffleSqueak][trufflesqueak_examples] and [WiX][wix_examples] are other trending topics we are continuously monitoring.

## <span id="proj_deps">Project dependencies</span>

Expand Down Expand Up @@ -287,6 +287,7 @@ In our case we downloaded the following installation files (see <a href="#proj_d
<!-- link refs -->

[ada_examples]: https://github.com/michelou/ada-examples
[akka_examples]: https://github.com/michelou/akka-examples
[book_bojinov]: https://www.amazon.com/RESTful-Web-API-Design-Node-JS/dp/1786469138
[book_cook]: https://www.amazon.com/Node-js-Essentials-Fabian-Cook/dp/1785284924
[book_duuna]: https://pragprog.com/book/kdnodesec/secure-your-node-js-web-application
Expand Down
20 changes: 6 additions & 14 deletions samples_Duuna/chp-3-networking/package-lock.json

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

2 changes: 1 addition & 1 deletion samples_Duuna/chp-3-networking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.2.0",
"mocha": "^9.2.1",
"request": "^2.88.2"
},
"engines": {
Expand Down
120 changes: 56 additions & 64 deletions samples_Duuna/chp-4-code-injection/package-lock.json

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

6 changes: 3 additions & 3 deletions samples_Duuna/chp-4-code-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"test": "./node_modules/.bin/mocha test"
},
"dependencies": {
"body-parser": "^1.19.1",
"express": "^4.17.2",
"body-parser": "^1.19.2",
"express": "^4.17.3",
"safe-eval": "^0.4.1"
},
"devDependencies": {
Expand All @@ -23,7 +23,7 @@
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"mocha": "^9.2.0",
"mocha": "^9.2.1",
"should": "^13.2.3",
"zombie": "^6.1.4"
},
Expand Down

0 comments on commit bc2e649

Please sign in to comment.