From beccf79ea1a6ee50942b16fd8020ac05c9271e40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 04:35:49 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .nvmrc | 2 +- Dockerfile | 2 +- package.json | 2 +- yarn.lock | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.nvmrc b/.nvmrc index ec09f38..fdb2eaa 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 \ No newline at end of file +22.11.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 3cb6003..df4da2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.17.0-alpine3.19 +FROM node:22.11.0-alpine3.19 RUN apk update && apk upgrade --available && apk add --no-cache \ pulseaudio \ diff --git a/package.json b/package.json index d8b75c7..dcfc4c9 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "puppeteer-core": "^23.3.0" }, "devDependencies": { - "@types/node": "^20", + "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.5.0", "@typescript-eslint/parser": "^8.5.0", "eslint": "^8", diff --git a/yarn.lock b/yarn.lock index 948025e..9f5e67b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -167,12 +167,12 @@ resolved "https://registry.npmjs.org/@types/node/-/node-18.16.18.tgz" integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw== -"@types/node@^20": - version "20.16.5" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.16.5.tgz#d43c7f973b32ffdf9aa7bd4f80e1072310fd7a53" - integrity sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA== +"@types/node@^22.0.0": + version "22.8.4" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc" + integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw== dependencies: - undici-types "~6.19.2" + undici-types "~6.19.8" "@types/request@^2.48.8": version "2.48.12" @@ -2570,7 +2570,7 @@ unbzip2-stream@^1.4.3: buffer "^5.2.1" through "^2.3.8" -undici-types@~6.19.2: +undici-types@~6.19.8: version "6.19.8" resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02" integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==