Skip to content

Commit

Permalink
Merge d7be5cf into a6a35f3
Browse files Browse the repository at this point in the history
  • Loading branch information
gnickm committed Dec 14, 2022
2 parents a6a35f3 + d7be5cf commit bb44acc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 17 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# lmc-api-util Changelog

## 1.2.4
> Released 14 Dec 2022
- Upgraded dependencies to resolve vulnerabilities

## 1.2.3
> Released 9 Jun 2021
Expand Down
40 changes: 25 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lmc-api-util",
"version": "1.2.3",
"version": "1.2.4",
"description": "Stateless helper functions for implementing RESTful APIs in express",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.1.1",
"express": "^4.14.0",
"express": "^4.18.2",
"mocha": "^6.2.3",
"nyc": "^14.1.1",
"supertest": "^3.0.0"
Expand Down

0 comments on commit bb44acc

Please sign in to comment.