From 3697698d38589f8178a18db03fee7e31c268b15b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:57:03 +0000 Subject: [PATCH] chore(deps): update node.js to v20.13.1 --- Dockerfile | 2 +- package.json | 2 +- pnpm-lock.yaml | 22 ++++++++++++++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 701c5fb56..cacbb11a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Install dependencies only when needed -FROM node:20.11.1-alpine3.18 AS base +FROM node:20.13.1-alpine3.18 AS base FROM base AS deps # Check https://github.com/nodejs/docker-node/tree/b4117f9333da4138b03a546ec926ef50a31506c3#nodealpine to understand why libc6-compat might be needed. diff --git a/package.json b/package.json index e15b009ee..804b52759 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@tanstack/react-query-devtools": "5.51.23", "@tanstack/react-table": "8.20.1", "@types/lodash-es": "4.17.12", - "@types/node": "20.11.26", + "@types/node": "20.17.2", "@types/plotly.js-basic-dist": "1.54.4", "@types/prismjs": "1.26.4", "@types/react": "18.3.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e1211fb12..bf1db58a5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -87,8 +87,8 @@ dependencies: specifier: 4.17.12 version: 4.17.12 '@types/node': - specifier: 20.11.26 - version: 20.11.26 + specifier: 20.17.2 + version: 20.17.2 '@types/plotly.js-basic-dist': specifier: 1.54.4 version: 1.54.4 @@ -1924,7 +1924,7 @@ packages: /@types/concat-stream@2.0.3: resolution: {integrity: sha512-3qe4oQAPNwVNwK4C9c8u+VJqv9kez+2MR4qJpoPFfXtgxxif1QbFusvXzK0/Wra2VX07smostI2VMmJNSpZjuQ==} dependencies: - '@types/node': 20.11.26 + '@types/node': 20.17.2 dev: true /@types/debug@4.1.12: @@ -1969,7 +1969,7 @@ packages: /@types/http-proxy@1.17.3: resolution: {integrity: sha512-wIPqXANye5BbORbuh74exbwNzj+UWCwWyeEFJzUQ7Fq3W2NSAy+7x7nX1fgbEypr2/TdKqpeuxLnXWgzN533/Q==} dependencies: - '@types/node': 20.11.26 + '@types/node': 20.17.2 dev: false /@types/is-empty@1.2.3: @@ -2014,6 +2014,12 @@ packages: resolution: {integrity: sha512-YwOMmyhNnAWijOBQweOJnQPl068Oqd4K3OFbTc6AHJwzweUwwWG3GIFY74OKks2PJUDkQPeddOQES9mLn1CTEQ==} dependencies: undici-types: 5.26.5 + dev: true + + /@types/node@20.17.2: + resolution: {integrity: sha512-OOHK4sjXqkL7yQ7VEEHcf6+0jSvKjWqwnaCtY7AKD/VLEvRHMsxxu7eI8ErnjxHS8VwmekD4PeVCpu4qZEZSxg==} + dependencies: + undici-types: 6.19.8 /@types/normalize-package-data@2.4.4: resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -5810,7 +5816,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.26 + '@types/node': 20.17.2 merge-stream: 2.0.0 supports-color: 8.1.1 dev: false @@ -9123,6 +9129,10 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + + /undici-types@6.19.8: + resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==} /unified-engine@11.2.1: resolution: {integrity: sha512-xBAdZ8UY2X4R9Hm6X6kMne4Nz0PlpOc1oE6DPeqJnewr5Imkb8uT5Eyvy1h7xNekPL3PSWh3ZJyNrMW6jnNQBg==} @@ -9130,7 +9140,7 @@ packages: '@types/concat-stream': 2.0.3 '@types/debug': 4.1.12 '@types/is-empty': 1.2.3 - '@types/node': 20.11.26 + '@types/node': 20.17.2 '@types/unist': 3.0.2 concat-stream: 2.0.0 debug: 4.3.6