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 Apr 6, 2024
1 parent bf5ab77 commit f7a9e25
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 779 deletions.
6 changes: 3 additions & 3 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.18.3",
"express": "^4.19.2",
"helmet": "^7.1.0",
"morgan": "^1.10.0",
"node-pg-migrate": "^6.2.2",
"pg": "^8.11.3",
"winston": "^3.12.0"
"pg": "^8.11.5",
"winston": "^3.13.0"
},
"devDependencies": {
"eslint-plugin-n": "^16.6.2",
Expand Down
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.42.1",
"@playwright/test": "^1.43.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-playwright": "^1.5.2",
"eslint-plugin-playwright": "^1.5.4",
"jest": "^29.7.0",
"playwright": "^1.40.1"
}
Expand Down
Loading

0 comments on commit f7a9e25

Please sign in to comment.