-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4288 from guardian/dblatcher/grid-npm-fixes-misc
npm vulnerability fixes in scripts and lambda
- Loading branch information
Showing
9 changed files
with
651 additions
and
565 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# OIDC Provider | ||
|
||
This project defines the auth provider used locally when the grid has been set-up using the `--with-local-auth` flag. | ||
|
||
It is intended for **use in development only**. | ||
|
||
See the docs for [set up](/docs/01-setup/03-running-setup.md#--with-local-auth) and [running the grid locally](/docs/02-running/01-running-locally.md#accessing-grid) for more details how to use this. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,6 @@ | |
"dependencies": { | ||
"aws-sdk": "^2.874.0", | ||
"dotenv": "^10.0.0", | ||
"json5": "^2.2.0" | ||
"json5": "^2.2.2" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.