From f50ac18cec571161fb765ce3109ec38894d81be1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:42:16 +0000 Subject: [PATCH] Update all non major dependencies --- .node-version | 2 +- .../hmpps-community-accommodation-tier-2-ui/Chart.yaml | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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" } }