Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 2d28089

Browse files
committed
Apply in-range dependency updates
1 parent 58dca1f commit 2d28089

File tree

5 files changed

+312
-319
lines changed

5 files changed

+312
-319
lines changed

api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"express": "^5.1.0",
1515
"helmet": "^8.1.0",
1616
"morgan": "^1.10.0",
17-
"node-pg-migrate": "^8.0.2",
18-
"pg": "^8.16.0",
17+
"node-pg-migrate": "^8.0.3",
18+
"pg": "^8.16.2",
1919
"winston": "^3.17.0"
2020
},
2121
"devDependencies": {

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@axe-core/playwright": "^4.10.2",
13-
"@playwright/test": "^1.53.0",
13+
"@playwright/test": "^1.53.1",
1414
"playwright": "^1.40.1"
1515
}
1616
}

linting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"devDependencies": {
1010
"@codeyourfuture/eslint-config-standard": "^7.0.0",
1111
"@types/eslint": "^9.6.1",
12-
"@vitest/eslint-plugin": "^1.2.5",
12+
"@vitest/eslint-plugin": "^1.2.7",
1313
"eslint": "^9.29.0",
1414
"eslint-config-prettier": "^10.1.5",
15-
"eslint-plugin-import": "^2.31.0",
15+
"eslint-plugin-import": "^2.32.0",
1616
"eslint-plugin-jest-dom": "^5.5.0",
1717
"eslint-plugin-jsx-a11y": "^6.10.2",
1818
"eslint-plugin-n": "^17.20.0",

0 commit comments

Comments
 (0)