Skip to content

Commit

Permalink
Merge pull request #557 from ral-facilities/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22.13.1
  • Loading branch information
louise-davies authored Feb 6, 2025
2 parents 78dae3b + a955341 commit 9a19ef7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dockerfile to build and serve OperationsGateway

# Build stage
FROM node:22.12.0-alpine3.20@sha256:027911463b296bdaf6df82b5ccf2c6b290fee725d5fba6513a037ed019400625 as builder
FROM node:22.13.1-alpine3.20@sha256:c52e20859a92b3eccbd3a36c5e1a90adc20617d8d421d65e8a622e87b5dac963 as builder

WORKDIR /operationsgateway-build

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tanstack/react-query": "5.62.3",
"@tanstack/react-query-devtools": "5.62.3",
"@tanstack/react-table": "8.20.5",
"@types/node": "22.10.1",
"@types/node": "22.13.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1819,12 +1819,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.10.1":
version: 22.10.1
resolution: "@types/node@npm:22.10.1"
"@types/node@npm:*, @types/node@npm:22.13.0":
version: 22.13.0
resolution: "@types/node@npm:22.13.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/0fbb6d29fa35d807f0223a4db709c598ac08d66820240a2cd6a8a69b8f0bc921d65b339d850a666b43b4e779f967e6ed6cf6f0fca3575e08241e6b900364c234
checksum: 10c0/9cf6358b2863ae7bf9588ca1cc3d87f6a6289c3880e95a046a188760666870e2c12502df8b0a473bec8aa8ffee85e025d60382a6104b10f197120793235b2c22
languageName: node
linkType: hard

Expand Down Expand Up @@ -6797,7 +6797,7 @@ __metadata:
"@testing-library/react": "npm:16.1.0"
"@testing-library/user-event": "npm:14.5.2"
"@types/eslint-plugin-jsx-a11y": "npm:6.10.0"
"@types/node": "npm:22.10.1"
"@types/node": "npm:22.13.0"
"@types/react": "npm:18.3.3"
"@types/react-dom": "npm:18.3.0"
"@typescript-eslint/typescript-estree": "npm:8.18.0"
Expand Down

0 comments on commit 9a19ef7

Please sign in to comment.