From c4f8032969d415e14b170087f49bba4a92cfa749 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 18:15:25 +0000 Subject: [PATCH] chore(deps): update dependency node to v23 --- .github/workflows/continuous-integration.yml | 14 +++++++------- .nvmrc | 2 +- print/package-lock.json | 16 ++++++++-------- print/package.json | 2 +- renovate.json | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1dedb832bcb..1a69ee54f3a 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -105,7 +105,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: @@ -134,7 +134,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: @@ -163,7 +163,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: @@ -195,7 +195,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: @@ -331,7 +331,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: @@ -374,7 +374,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: @@ -413,7 +413,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: '22.9.0' + node-version: '23.0.0' - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4 with: diff --git a/.nvmrc b/.nvmrc index 728f7de5c2d..84b76f4d1c5 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.9.0 +23.0.0 diff --git a/print/package-lock.json b/print/package-lock.json index e82f59ac6ff..10fce5434e1 100644 --- a/print/package-lock.json +++ b/print/package-lock.json @@ -16,7 +16,7 @@ "hal-json-vuex": "3.0.0-alpha.1", "isomorphic-dompurify": "2.16.0", "lodash": "4.17.21", - "puppeteer-core": "23.6.0", + "puppeteer-core": "23.5.3", "runes": "0.4.3", "vuex": "4.1.0" }, @@ -7395,9 +7395,9 @@ "license": "MIT" }, "node_modules/devtools-protocol": { - "version": "0.0.1354347", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1354347.tgz", - "integrity": "sha512-BlmkSqV0V84E2WnEnoPnwyix57rQxAM5SKJjf4TbYOCGLAWtz8CDH8RIaGOjPgPCXo2Mce3kxSY497OySidY3Q==", + "version": "0.0.1342118", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1342118.tgz", + "integrity": "sha512-75fMas7PkYNDTmDyb6PRJCH7ILmHLp+BhrZGeMsa4bCh40DTxgCz2NRy5UDzII4C5KuD0oBMZ9vXKhEl6UD/3w==", "license": "BSD-3-Clause" }, "node_modules/didyoumean": { @@ -14322,15 +14322,15 @@ } }, "node_modules/puppeteer-core": { - "version": "23.6.0", - "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.6.0.tgz", - "integrity": "sha512-se1bhgUpR9C529SgHGr/eyT92mYyQPAhA2S9pGtGrVG2xob9qE6Pbp7TlqiSPlnnY1lINqhn6/67EwkdzOmKqQ==", + "version": "23.5.3", + "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-23.5.3.tgz", + "integrity": "sha512-V58MZD/B3CwkYsqSEQlHKbavMJptF04fzhMdUpiCRCmUVhwZNwSGEPhaiZ1f8I3ABQUirg3VNhXVB6Z1ubHXtQ==", "license": "Apache-2.0", "dependencies": { "@puppeteer/browsers": "2.4.0", "chromium-bidi": "0.8.0", "debug": "^4.3.7", - "devtools-protocol": "0.0.1354347", + "devtools-protocol": "0.0.1342118", "typed-query-selector": "^2.12.0", "ws": "^8.18.0" }, diff --git a/print/package.json b/print/package.json index 4f4af869833..c77b06e399a 100644 --- a/print/package.json +++ b/print/package.json @@ -25,7 +25,7 @@ "hal-json-vuex": "3.0.0-alpha.1", "isomorphic-dompurify": "2.16.0", "lodash": "4.17.21", - "puppeteer-core": "23.6.0", + "puppeteer-core": "23.5.3", "runes": "0.4.3", "vuex": "4.1.0" }, diff --git a/renovate.json b/renovate.json index 19398e26414..538e0bdc6c8 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,7 @@ ":prConcurrentLimitNone" ], "constraints": { - "node": "22.9.0", + "node": "23.0.0", "php": "8.3.12" }, "automergeType": "branch",