@ministryofjustice/hmpps-connect-dps-components 5.4.0 → 5.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ministryofjustice/hmpps-connect-dps-components",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "A package to allow the inclusion of connect DPS micro frontend components within DPS applications",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.esm.js",
@@ -51,7 +51,7 @@
51
51
  "devDependencies": {
52
52
  "@ministryofjustice/eslint-config-hmpps": "1.0.3",
53
53
  "@ministryofjustice/hmpps-auth-clients": "1.0.2",
54
- "@ministryofjustice/hmpps-npm-script-allowlist": "0.0.3",
54
+ "@ministryofjustice/hmpps-npm-script-allowlist": "0.0.4",
55
55
  "@ministryofjustice/hmpps-precommit-hooks": "2.0.2",
56
56
  "@rollup/plugin-commonjs": "^29.0.0",
57
57
  "@rollup/plugin-multi-entry": "^7.1.0",
@@ -70,13 +70,13 @@
70
70
  "jest-html-reporter": "^4.3.0",
71
71
  "jest-junit": "^16.0.0",
72
72
  "lint-staged": "^16.2.7",
73
- "nock": "^14.0.11",
73
+ "nock": "^15.0.0",
74
74
  "rollup": "4.60.1",
75
75
  "rollup-plugin-dts": "6.4.1",
76
76
  "supertest": "^7.2.2",
77
77
  "ts-jest": "^29.4.6",
78
78
  "tslib": "^2.8.1",
79
- "typescript": "5.9.3"
79
+ "typescript": "6.0.3"
80
80
  },
81
81
  "dependencies": {
82
82
  "@ministryofjustice/hmpps-rest-client": "1.2.0",
@@ -93,7 +93,7 @@ index eddaa67..0dfb1fe 100644
93
93
  +
94
94
  app.use(routes(services))
95
95
 
96
- app.use((req, res, next) => next(createError(404, 'Not found')))
96
+ app.use((_req, _res, next) => next(createError(404, 'Not found')))
97
97
  diff --git a/server/config.ts b/server/config.ts
98
98
  index e49a07b..9bbba57 100644
99
99
  --- a/server/config.ts