Skip to content

Commit

Permalink
Apply in-range dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Mar 10, 2024
1 parent c0a7d76 commit bf5ab77
Show file tree
Hide file tree
Showing 5 changed files with 566 additions and 506 deletions.
8 changes: 4 additions & 4 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"author": "Jonathan Sharpe <[email protected]>",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.4",
"express": "^4.18.2",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"node-pg-migrate": "^6.2.2",
"pg": "^8.11.3",
"winston": "^3.11.0"
"winston": "^3.12.0"
},
"devDependencies": {
"eslint-plugin-n": "^16.6.2",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"supertest": "^6.3.4"
}
}
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"author": "Jonathan Sharpe <[email protected]>",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.41.2",
"@playwright/test": "^1.42.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-playwright": "^1.1.2",
"eslint-plugin-playwright": "^1.5.2",
"jest": "^29.7.0",
"playwright": "^1.40.1"
}
Expand Down
Loading

0 comments on commit bf5ab77

Please sign in to comment.