diff --git a/.node-version b/.node-version index 2a393af59..d4b7699d3 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.18.0 +20.18.1 diff --git a/helm_deploy/hmpps-community-accommodation-tier-2-ui/Chart.yaml b/helm_deploy/hmpps-community-accommodation-tier-2-ui/Chart.yaml index 5604b2c10..cd4afe0cd 100644 --- a/helm_deploy/hmpps-community-accommodation-tier-2-ui/Chart.yaml +++ b/helm_deploy/hmpps-community-accommodation-tier-2-ui/Chart.yaml @@ -5,8 +5,8 @@ name: hmpps-community-accommodation-tier-2-ui version: 0.2.0 dependencies: - name: generic-service - version: "3.2" + version: "3.8" repository: https://ministryofjustice.github.io/hmpps-helm-charts - name: generic-prometheus-alerts - version: 1.5.0 + version: 1.11.3 repository: https://ministryofjustice.github.io/hmpps-helm-charts diff --git a/package.json b/package.json index c5e4a81a2..d5f0f25b5 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "dependencies": { "@aws-sdk/client-sqs": "^3.621.0", "@faker-js/faker": "^8.0.0", - "@golevelup/ts-jest": "^0.5.0", + "@golevelup/ts-jest": "^0.6.0", "@ministryofjustice/frontend": "^3.2.0", "@sentry/node": "^7.57.0", "@types/jsonpath": "^0.2.0", @@ -225,6 +225,6 @@ }, "overrides": { "tough-cookie": "^4.1.3", - "@cypress/request": "3.0.1" + "@cypress/request": "3.0.7" } }