From e76f918ec85623c1ae70ed53286dd1558a6739f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 22:51:02 +0000 Subject: [PATCH] chore(deps): update dependency node to v22.14.0 --- .github/workflows/continuous-integration.yml | 14 +++++++------- .ops/aws-setup/package-lock.json | 8 ++++---- .ops/aws-setup/package.json | 2 +- renovate.json | 2 +- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b82eb5c5e9..49427d0802 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -124,7 +124,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -153,7 +153,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -182,7 +182,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -214,7 +214,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -353,7 +353,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -396,7 +396,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -435,7 +435,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.13.1' + node-version: '22.14.0' - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: diff --git a/.ops/aws-setup/package-lock.json b/.ops/aws-setup/package-lock.json index 541c922cec..8e233aa917 100644 --- a/.ops/aws-setup/package-lock.json +++ b/.ops/aws-setup/package-lock.json @@ -15,7 +15,7 @@ "@eslint/compat": "1.2.6", "@eslint/eslintrc": "3.3.0", "@eslint/js": "9.21.0", - "@types/node": "22.13.1", + "@types/node": "22.13.5", "eslint": "9.21.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-n": "17.15.1", @@ -2934,9 +2934,9 @@ } }, "node_modules/@types/node": { - "version": "22.13.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz", - "integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==", + "version": "22.13.5", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.5.tgz", + "integrity": "sha512-+lTU0PxZXn0Dr1NBtC7Y8cR21AJr87dLLU953CWA6pMxxv/UDc7jYAY90upcrie1nRcD6XNG5HOYEDtgW5TxAg==", "license": "MIT", "dependencies": { "undici-types": "~6.20.0" diff --git a/.ops/aws-setup/package.json b/.ops/aws-setup/package.json index f59ef76380..cfcd5aea8e 100644 --- a/.ops/aws-setup/package.json +++ b/.ops/aws-setup/package.json @@ -19,7 +19,7 @@ "@eslint/compat": "1.2.6", "@eslint/eslintrc": "3.3.0", "@eslint/js": "9.21.0", - "@types/node": "22.13.1", + "@types/node": "22.13.5", "eslint": "9.21.0", "eslint-config-prettier": "10.0.1", "eslint-plugin-n": "17.15.1", diff --git a/renovate.json b/renovate.json index 293e0e2ac5..6d6f7b1931 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ":prConcurrentLimitNone" ], "constraints": { - "node": "22.13.1", + "node": "22.14.0", "php": "8.3.13" }, "automergeType": "branch",