Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(UNTRACKED): Update libs #125

Merged
merged 1 commit into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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