From 474d85c74f5204e6e539a21c9ef221a795944d04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 08:30:00 +0000 Subject: [PATCH] chore(deps): update dependency node to v22 --- .github/workflows/tests.yml | 2 +- .tool-versions | 2 +- package.json | 2 +- yarn.lock | 15 +++++++++++---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 525be810..1aaf8936 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -148,7 +148,7 @@ jobs: - name: Use Node.js 14 uses: actions/setup-node@v2 with: - node-version: 14.x + node-version: 22.x - uses: c-hive/gha-yarn-cache@v2 - name: Sets up an Erlang/OTP environment uses: erlef/setup-beam@v1 diff --git a/.tool-versions b/.tool-versions index bf0cdb40..b099a763 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,3 +1,3 @@ elixir 1.13.2-otp-24 erlang 24.1.7 -nodejs 16.13.2 +nodejs 22.15.0 diff --git a/package.json b/package.json index 84eba2f2..579c32d5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "license": "MIT", "devDependencies": { "@eslint/eslintrc": "^1.0.4", - "@types/node": "^16.7.8", + "@types/node": "^22.0.0", "@types/phoenix": "^1.5.2", "@types/phoenix_live_view": "^0.15.1", "@typescript-eslint/eslint-plugin": "^5.5.0", diff --git a/yarn.lock b/yarn.lock index da4dc6e3..26d0c913 100644 --- a/yarn.lock +++ b/yarn.lock @@ -160,10 +160,12 @@ resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee" integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4= -"@types/node@^16.7.8": - version "16.7.8" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.7.8.tgz#2448be5f24fe6b77114632b6350fcd219334651e" - integrity sha512-8upnoQU0OPzbIkm+ZMM0zCeFCkw2s3mS0IWdx0+AAaWqm4fkBb0UJp8Edl7FVKRamYbpJC/aVsHpKWBIbiC7Zg== +"@types/node@^22.0.0": + version "22.14.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-22.14.1.tgz#53b54585cec81c21eee3697521e31312d6ca1e6f" + integrity sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw== + dependencies: + undici-types "~6.21.0" "@types/parse-json@^4.0.0": version "4.0.0" @@ -2654,6 +2656,11 @@ unbox-primitive@^1.0.1: has-symbols "^1.0.2" which-boxed-primitive "^1.0.2" +undici-types@~6.21.0: + version "6.21.0" + resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb" + integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ== + universalify@^0.1.0: version "0.1.2" resolved "https://registry.yarnpkg.com/universalify/-/universalify-0.1.2.tgz#b646f69be3942dabcecc9d6639c80dc105efaa66"