Skip to content

Commit

Permalink
chore: update libs (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax authored Sep 27, 2024
1 parent 84781c4 commit 890c37d
Show file tree
Hide file tree
Showing 5 changed files with 160 additions and 135 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ This document outlines the steps necessary to deploy the Usher to a production e

## Requirements

* **NodeJS** The Usher application requires NodeJS >= 14.x.
* **PostgreSQL** The Usher application requires access to a running PostgreSQL database. Please ensure you are running at least [version 12](https://www.postgresql.org/support/versioning/), as the Usher is not tested with older versions.
* **NodeJS** - Check The Usher's [server package.json](../server/package.json) `engines` attribute for the minimum required version.
* **PostgreSQL** - The Usher application requires access to a running PostgreSQL database. Please ensure you are running at least [version 13](https://www.postgresql.org/support/versioning/), as the Usher is not tested with older versions.

## Set Up the PostgreSQL Database

Expand Down
131 changes: 68 additions & 63 deletions mockidentityprovider/package-lock.json

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

7 changes: 3 additions & 4 deletions mockidentityprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@
"dependencies": {
"@oas-tools/core": "3.1.0",
"cors": "2.8.5",
"dotenv": "16.3.1",
"express": "4.19.2",
"dotenv": "16.4.5",
"express": "4.21.0",
"helmet": "7.1.0",
"helmet-csp": "3.4.0",
"http-errors": "2.0.0",
"jsonwebtoken": "9.0.2",
"moment": "2.30.1",
"nodemon": "3.1.4",
"nodemon": "3.1.7",
"pem-jwk": "2.0.0"
}
}
Loading

0 comments on commit 890c37d

Please sign in to comment.