Skip to content

Commit

Permalink
Update Node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent e2cbc62 commit 921a839
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.12.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.12.0":
version: 22.12.0
resolution: "@types/node@npm:22.12.0"
dependencies:
undici-types: "npm:~6.20.0"
checksum: 10c0/0fbb6d29fa35d807f0223a4db709c598ac08d66820240a2cd6a8a69b8f0bc921d65b339d850a666b43b4e779f967e6ed6cf6f0fca3575e08241e6b900364c234
checksum: 10c0/be220706732d95db2ed1c441c1e64cab90bf9a47519ce6f4c79cc5a9ec9d5c517131a149a9ac30afac1a30103e67e3a00d453ba7c1b0141608a3a7ba6397c303
languageName: node
linkType: hard

Expand Down Expand Up @@ -6825,7 +6825,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.12.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 921a839

Please sign in to comment.