From 8dc068061387278eba0ee9c3fe3a22ff2796c8f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 02:03:22 +0000 Subject: [PATCH] fix(deps): update dependency node to v22 --- .github/workflows/generator.yml | 2 +- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/generator.yml b/.github/workflows/generator.yml index b7ba5a9..27ab302 100644 --- a/.github/workflows/generator.yml +++ b/.github/workflows/generator.yml @@ -35,7 +35,7 @@ jobs: bundler-cache: true - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - run: bin/generate_files - run: git diff --exit-code - if: failure() && github.event.pull_request.head.repo.full_name == 'mtsmfm/language_server-protocol-ruby' diff --git a/package-lock.json b/package-lock.json index 2441c6d..2eae196 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@types/es6-promise": "^3.3.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "handlebars": "^4.7.7", "prettier": "^3.0.0", "ts-node": "^10.0.0", @@ -106,11 +106,11 @@ } }, "node_modules/@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "22.18.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.12.tgz", + "integrity": "sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.21.0" } }, "node_modules/@types/underscore": { @@ -621,9 +621,9 @@ "dev": true }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", @@ -824,11 +824,11 @@ } }, "@types/node": { - "version": "20.12.7", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz", - "integrity": "sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==", + "version": "22.18.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.18.12.tgz", + "integrity": "sha512-BICHQ67iqxQGFSzfCFTT7MRQ5XcBjG5aeKh5Ok38UBbPe5fxTyE+aHFxwVrGyr8GNlqFMLKD1D3P2K/1ks8tog==", "requires": { - "undici-types": "~5.26.4" + "undici-types": "~6.21.0" } }, "@types/underscore": { @@ -1159,9 +1159,9 @@ "dev": true }, "undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.21.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", + "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==" }, "v8-compile-cache-lib": { "version": "3.0.1", diff --git a/package.json b/package.json index 7446abe..11f4006 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { "@types/es6-promise": "^3.3.0", - "@types/node": "^20.0.0", + "@types/node": "^22.0.0", "handlebars": "^4.7.7", "prettier": "^3.0.0", "ts-node": "^10.0.0",