Skip to content

Commit

Permalink
SDIT-2346: 🔒️ Update dependencies (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
petergphillips authored Dec 9, 2024
1 parent 4a871a1 commit c4c5ec6
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 415 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
default: dps-releases
node-version:
type: string
default: 22.11-browsers
default: 22.12-browsers

jobs:
build:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Get wiremock
command: curl -o wiremock.jar https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.9.2/wiremock-standalone-3.9.2.jar
command: curl -o wiremock.jar https://repo1.maven.org/maven2/org/wiremock/wiremock-standalone/3.10.0/wiremock-standalone-3.10.0.jar
- run:
name: Run wiremock
command: java -jar wiremock.jar --port 9091
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.11
22.12
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage: base image
FROM node:22.11-bookworm-slim as base
FROM node:22.12-bookworm-slim as base

ARG BUILD_NUMBER
ARG GIT_REF
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/hmpps-historical-prisoner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: hmpps-historical-prisoner
version: 0.2.0
dependencies:
- name: generic-service
version: "3.7"
version: "3.8"
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: "1.11"
Expand Down
Loading

0 comments on commit c4c5ec6

Please sign in to comment.