Skip to content

Commit

Permalink
chore: address dependabot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
JAHMCRIBM authored and gegles committed Nov 5, 2024
1 parent 0fa228f commit b7cbf5d
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 380 deletions.
16 changes: 8 additions & 8 deletions examples/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 examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.0"
"express": "^4.21.1"
},
"overrides": {
"body-parser": "1.20.3"
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"eslint": "^7.25.0",
"eslint-plugin-jsdoc": "^33.1.0",
"husky": "^4.3.0",
"jsdoc": "^4.0.3",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.0",
"jsdoc": "^4.0.4",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^9.1.4",
Expand All @@ -55,7 +55,8 @@
"tslib": "^2.6.2"
},
"overrides": {
"body-parser": "1.20.3"
"body-parser": "1.20.3",
"cookie": "0.7.1"
},
"jshintConfig": {
"esversion": 6
Expand Down
Loading

0 comments on commit b7cbf5d

Please sign in to comment.