|
40 | 40 | "migrate:status": "migrate-mongo status -f migrate-mongo-config.js" |
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | | - "@aws-sdk/client-s3": "^3.911.0", |
44 | | - "@aws-sdk/client-sns": "^3.911.0", |
45 | | - "@defra/forms-model": "^3.0.578", |
46 | | - "@defra/hapi-tracing": "^1.28.0", |
| 43 | + "@aws-sdk/client-s3": "^3.934.0", |
| 44 | + "@aws-sdk/client-sns": "^3.934.0", |
| 45 | + "@defra/forms-model": "^3.0.581", |
| 46 | + "@defra/hapi-tracing": "^1.29.0", |
47 | 47 | "@elastic/ecs-pino-format": "^1.5.0", |
48 | | - "@hapi/hapi": "^21.4.3", |
| 48 | + "@hapi/hapi": "^21.4.4", |
49 | 49 | "@hapi/hoek": "^11.0.7", |
50 | 50 | "@hapi/jwt": "^3.2.1", |
51 | 51 | "aws4": "^1.13.2", |
52 | 52 | "convict": "^6.2.4", |
53 | 53 | "dotenv": "^17.2.3", |
54 | | - "hapi-pino": "^12.1.0", |
| 54 | + "hapi-pino": "^13.0.0", |
55 | 55 | "http-status-codes": "^2.3.0", |
56 | 56 | "joi": "^17.13.3", |
57 | 57 | "migrate-mongo": "^12.1.3", |
58 | | - "mongodb": "^6.18.0", |
59 | | - "pino": "^9.7.0", |
60 | | - "pino-pretty": "^13.0.0", |
| 58 | + "mongodb": "^6.21.0", |
| 59 | + "pino": "^9.14.0", |
| 60 | + "pino-pretty": "^13.1.2", |
61 | 61 | "proxy-agent": "^6.5.0" |
62 | 62 | }, |
63 | 63 | "devDependencies": { |
64 | | - "@babel/cli": "^7.27.2", |
65 | | - "@babel/core": "^7.27.4", |
| 64 | + "@babel/cli": "^7.28.3", |
| 65 | + "@babel/core": "^7.28.5", |
66 | 66 | "@babel/plugin-syntax-import-attributes": "^7.27.1", |
67 | | - "@babel/preset-env": "^7.27.2", |
| 67 | + "@babel/preset-env": "^7.28.5", |
68 | 68 | "@types/convict": "^6.1.6", |
69 | 69 | "@types/eslint": "^9.6.1", |
70 | 70 | "@types/jest": "^29.5.14", |
71 | | - "@types/node": "^24.0.3", |
| 71 | + "@types/node": "^24.10.1", |
72 | 72 | "@types/slug": "^5.0.9", |
73 | | - "@typescript-eslint/eslint-plugin": "^8.34.1", |
74 | | - "@typescript-eslint/parser": "^8.32.0", |
| 73 | + "@typescript-eslint/eslint-plugin": "^8.47.0", |
| 74 | + "@typescript-eslint/parser": "^8.47.0", |
75 | 75 | "aws-sdk-client-mock": "^4.1.0", |
76 | 76 | "aws-sdk-client-mock-jest": "^4.1.0", |
77 | | - "babel-jest": "^30.0.2", |
| 77 | + "babel-jest": "^30.2.0", |
78 | 78 | "babel-plugin-module-resolver": "^5.0.2", |
79 | 79 | "babel-plugin-transform-import-meta": "^2.3.3", |
80 | | - "editorconfig-checker": "^6.0.1", |
| 80 | + "editorconfig-checker": "^6.1.1", |
81 | 81 | "eslint": "^8.57.1", |
82 | | - "eslint-config-prettier": "^10.1.5", |
| 82 | + "eslint-config-prettier": "^10.1.8", |
83 | 83 | "eslint-config-standard": "^17.1.0", |
84 | | - "eslint-import-resolver-typescript": "^4.4.3", |
85 | | - "eslint-plugin-import": "^2.31.0", |
| 84 | + "eslint-import-resolver-typescript": "^4.4.4", |
| 85 | + "eslint-plugin-import": "^2.32.0", |
86 | 86 | "eslint-plugin-jest": "^28.14.0", |
87 | | - "eslint-plugin-jsdoc": "^51.0.1", |
| 87 | + "eslint-plugin-jsdoc": "^51.4.1", |
88 | 88 | "eslint-plugin-n": "^16.6.2", |
89 | 89 | "eslint-plugin-promise": "^6.6.0", |
90 | 90 | "husky": "^9.1.7", |
91 | 91 | "jest": "^29.7.0", |
92 | | - "lint-staged": "^16.1.2", |
93 | | - "oidc-client-ts": "^3.3.0", |
94 | | - "prettier": "^3.5.3", |
95 | | - "tsx": "^4.19.4", |
96 | | - "typescript": "^5.8.3" |
| 92 | + "lint-staged": "^16.2.6", |
| 93 | + "oidc-client-ts": "^3.4.1", |
| 94 | + "prettier": "^3.6.2", |
| 95 | + "tsx": "^4.20.6", |
| 96 | + "typescript": "^5.9.3" |
97 | 97 | }, |
98 | 98 | "engines": { |
99 | 99 | "node": "^22.11.0", |
|
0 commit comments