Skip to content

Commit 75e24c9

Browse files
committed
updating depencies
Signed-off-by: Tim Ireland <tim.ireland@hscic.gov.uk>
1 parent f1887e3 commit 75e24c9

File tree

3 files changed

+486
-65
lines changed

3 files changed

+486
-65
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,4 @@ repos:
3838
entry: ./scripts/githooks/check-terraform-format.sh
3939
language: script
4040
pass_filenames: false
41-
- repo: local
42-
hooks:
43-
- id: lint-typescript
44-
name: Lint TypeScript
45-
entry: ./scripts/tests/lint.sh
46-
language: script
47-
pass_filenames: false
4841

lambdas/backend-client/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
],
1818
"types": "src/index.ts",
1919
"dependencies": {
20-
"@hey-api/openapi-ts": "^0.64.10",
21-
"axios": "^1.7.9",
20+
"@hey-api/openapi-ts": "^0.64.13",
21+
"axios": "^1.8.4",
2222
"axios-retry": "^4.5.0",
23-
"zod": "^3.24.1"
23+
"zod": "^3.24.2"
2424
},
2525
"devDependencies": {
26-
"@swc/core": "^1.10.1",
26+
"@swc/core": "^1.11.13",
2727
"@swc/jest": "^0.2.37",
28-
"@tsconfig/node20": "^20.1.4",
28+
"@tsconfig/node20": "^20.1.5",
2929
"@pact-foundation/pact": "13.1.4",
3030
"@pact-foundation/pact-cli": "16.0.1",
3131
"axios-mock-adapter": "^2.1.0",
3232
"esbuild": "^0.24.0",
33-
"jest-mock-extended": "^4.0.0-beta1",
33+
"jest-mock-extended": "^3.0.7",
3434
"nhs-notify-web-template-management-utils": "^0.0.1",
35-
"typescript": "^5.5.4"
35+
"typescript": "^5.8.2"
3636
}
3737
}

0 commit comments

Comments
 (0)