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

UNTRACKED(chore): update misc libs to latest #81

Merged
merged 1 commit into from
Dec 28, 2023
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
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