Skip to content

Commit

Permalink
fix: dependabot alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-vendia committed Jan 7, 2021
1 parent 79e9f52 commit df60394
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 19 deletions.
15 changes: 4 additions & 11 deletions examples/alb/package-lock.json

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

5 changes: 4 additions & 1 deletion examples/alb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"cors": "^2.8.5",
"express": "^4.16.4",
"pug": "^2.0.3"
},
"devDependencies": {
"lodash": "^4.17.20"
}
}
}
82 changes: 76 additions & 6 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
"husky": "^0.15.0-rc.4",
"jest": "^24.5.0",
"lint-staged": "^7.2.0",
"semantic-release": "^17.2.3"
"semantic-release": "^17.2.3",
"node-notifier": ">=8.0.1"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit df60394

Please sign in to comment.