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

Commit fbed76b

Browse files
committed
Apply in-range dependency updates
1 parent 020bd1d commit fbed76b

File tree

5 files changed

+451
-477
lines changed

5 files changed

+451
-477
lines changed

api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"winston": "^3.17.0"
2020
},
2121
"devDependencies": {
22-
"@testcontainers/postgresql": "^11.5.1",
22+
"@testcontainers/postgresql": "^11.6.0",
2323
"strip-ansi": "^7.1.2",
2424
"supertest": "^7.1.4"
2525
}

linting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
"devDependencies": {
1010
"@codeyourfuture/eslint-config-standard": "^7.0.0",
1111
"@types/eslint": "^9.6.1",
12-
"@vitest/eslint-plugin": "^1.3.9",
13-
"eslint": "^9.35.0",
12+
"@vitest/eslint-plugin": "^1.3.12",
13+
"eslint": "^9.36.0",
1414
"eslint-config-prettier": "^10.1.8",
1515
"eslint-plugin-import": "^2.32.0",
1616
"eslint-plugin-jest-dom": "^5.5.0",
1717
"eslint-plugin-jsx-a11y": "^6.10.2",
18-
"eslint-plugin-n": "^17.22.0",
18+
"eslint-plugin-n": "^17.23.1",
1919
"eslint-plugin-playwright": "^2.2.2",
2020
"eslint-plugin-react": "^7.37.5",
2121
"eslint-plugin-react-hooks": "^5.2.0",
2222
"eslint-plugin-react-refresh": "^0.4.20",
23-
"eslint-plugin-testing-library": "^7.7.0",
23+
"eslint-plugin-testing-library": "^7.8.0",
2424
"globals": "^16.4.0"
2525
},
2626
"scripts": {}

0 commit comments

Comments
 (0)