From a54197f74dbc791351a7945d5531d7f22e78299e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 00:45:31 +0000 Subject: [PATCH] Update Node.js to v22.23.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- .nvmrc | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 578c970..87f1e39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22.22.3 + node-version: 22.23.1 - name: Cache node modules uses: actions/cache@v5 with: @@ -62,7 +62,7 @@ jobs: - name: Use Node.js 22 uses: actions/setup-node@v6 with: - node-version: 22.22.3 + node-version: 22.23.1 - name: Cache node modules uses: actions/cache@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 702babd..eb85cb7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node.js 22.x uses: actions/setup-node@master with: - node-version: 22.22.3 + node-version: 22.23.1 - name: Install Dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 941d7c0..f9e7451 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.22.3 +22.23.1 diff --git a/package-lock.json b/package-lock.json index 22e4e4e..a561669 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@changesets/cli": "2.31.0", "@cloudfour/eslint-config": "24.0.0", "@types/globrex": "0.1.4", - "@types/node": "22.19.21", + "@types/node": "22.20.1", "@types/sade": "1.8.0", "@types/simplecrawler": "1.1.5", "eslint": "9.14.0", @@ -1944,9 +1944,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.21", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.21.tgz", - "integrity": "sha512-VMeFBSCKQKmm2swI2kW51SFusDqekC6q9trBCvJ/JliDchFSuoYYKN7yVNjPthP1HKZcx3U1gI/wTcEBjEFKTA==", + "version": "22.20.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.1.tgz", + "integrity": "sha512-EANqOCF9QFyra+4pfxUcX9STKJpCLjMbObVzljIJomAWSnuSIEAvyzEU53GaajbXJEgdh0iEcPL+DGvpUd4k1Q==", "license": "MIT", "dependencies": { "undici-types": "~6.21.0" diff --git a/package.json b/package.json index a8fd9e4..4514206 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@changesets/cli": "2.31.0", "@cloudfour/eslint-config": "24.0.0", "@types/globrex": "0.1.4", - "@types/node": "22.19.21", + "@types/node": "22.20.1", "@types/sade": "1.8.0", "@types/simplecrawler": "1.1.5", "eslint": "9.14.0",