Skip to content

Commit

Permalink
chore: update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax committed Dec 28, 2023
1 parent 668da0c commit 6078788
Show file tree
Hide file tree
Showing 9 changed files with 108 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: 'https://npm.pkg.github.com'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- run: sudo ethtool -K eth0 tx off rx off
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand Down
42 changes: 15 additions & 27 deletions database/package-lock.json

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

2 changes: 1 addition & 1 deletion database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "MIT",
"dependencies": {
"dotenv": "16.3.1",
"knex": "3.0.1",
"knex": "3.1.0",
"pg": "8.11.3",
"uuid": "9.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion mockidentityprovider/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function seedKeysIfDbIsEmpty () {
const oasOptions = {
oasFile: 'mockidentityprovider-openapi-spec.yaml',
logger: {
loglevel: 'info',
level: 'info',
logFile: 'logs.txt',
logFilePath: '.'
},
Expand Down
48 changes: 28 additions & 20 deletions mockidentityprovider/package-lock.json

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

6 changes: 3 additions & 3 deletions mockidentityprovider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
"cors": "2.8.5",
"dotenv": "16.3.1",
"express": "4.18.2",
"helmet": "7.0.0",
"helmet": "7.1.0",
"helmet-csp": "3.4.0",
"http-errors": "2.0.0",
"jsonwebtoken": "9.0.2",
"moment": "2.29.4",
"nodemon": "3.0.1",
"moment": "2.30.1",
"nodemon": "3.0.2",
"pem-jwk": "2.0.0"
}
}
Loading

0 comments on commit 6078788

Please sign in to comment.