From be2b7a9da4140d79ec939dc749219dcdcdef4241 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 04:31:11 +0000 Subject: [PATCH] chore(deps): update dependency node to v18.20.8 --- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/pre-release-sha.yml | 2 +- .github/workflows/typecheck.yml | 2 +- package-lock.json | 15 +++++++-------- package.json | 2 +- 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 0cc0a79a21f..7244e489194 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.14.0 + node-version: 18.20.8 cache: npm - name: Install dependencies diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e9350094091..425d74cd69d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.14.0 + node-version: 18.20.8 cache: npm - name: Install dependencies diff --git a/.github/workflows/pre-release-sha.yml b/.github/workflows/pre-release-sha.yml index d533b6c33eb..f98723b4ef2 100644 --- a/.github/workflows/pre-release-sha.yml +++ b/.github/workflows/pre-release-sha.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '18.17.0' + node-version: '18.20.8' cache: npm registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index ad7772fc2fb..9bcd94a5691 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 18.14.0 + node-version: 18.20.8 cache: npm - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index 0cba77f5216..27cde9acea5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -132,7 +132,7 @@ "@types/lodash": "4.17.16", "@types/lodash.shuffle": "^4.2.9", "@types/multiparty": "4.2.1", - "@types/node": "18.19.86", + "@types/node": "18.19.95", "@types/node-fetch": "2.6.12", "@types/parallel-transform": "1.1.4", "@types/parse-github-url": "1.0.3", @@ -5508,10 +5508,9 @@ } }, "node_modules/@types/node": { - "version": "18.19.86", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.86.tgz", - "integrity": "sha512-fifKayi175wLyKyc5qUfyENhQ1dCNI1UNjp653d8kuYcPQN5JhX3dGuP/XmvPTg/xRBn1VTLpbmi+H/Mr7tLfQ==", - "license": "MIT", + "version": "18.19.95", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.95.tgz", + "integrity": "sha512-VJysWMtwHh2aQ0BlfhwxZsdJrUQgrid+a53aIKeDLxYQrYqqIk3qFrGK/y/2Uk8FNvzGqwxeiosKNOmHI5HpYQ==", "dependencies": { "undici-types": "~5.26.4" } @@ -23392,9 +23391,9 @@ } }, "@types/node": { - "version": "18.19.86", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.86.tgz", - "integrity": "sha512-fifKayi175wLyKyc5qUfyENhQ1dCNI1UNjp653d8kuYcPQN5JhX3dGuP/XmvPTg/xRBn1VTLpbmi+H/Mr7tLfQ==", + "version": "18.19.95", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.95.tgz", + "integrity": "sha512-VJysWMtwHh2aQ0BlfhwxZsdJrUQgrid+a53aIKeDLxYQrYqqIk3qFrGK/y/2Uk8FNvzGqwxeiosKNOmHI5HpYQ==", "requires": { "undici-types": "~5.26.4" } diff --git a/package.json b/package.json index 375965ca6fd..6c92ce98add 100644 --- a/package.json +++ b/package.json @@ -175,7 +175,7 @@ "@types/lodash": "4.17.16", "@types/lodash.shuffle": "^4.2.9", "@types/multiparty": "4.2.1", - "@types/node": "18.19.86", + "@types/node": "18.19.95", "@types/node-fetch": "2.6.12", "@types/parallel-transform": "1.1.4", "@types/parse-github-url": "1.0.3",