diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14cd941c1b801a..145a7cc1717769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Git checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: 'npm' @@ -56,7 +56,7 @@ jobs: - name: Git checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: 'npm' diff --git a/.github/workflows/read-size.yml b/.github/workflows/read-size.yml index 118de1e97a2cc4..60ac09165cfae5 100644 --- a/.github/workflows/read-size.yml +++ b/.github/workflows/read-size.yml @@ -24,7 +24,7 @@ jobs: - name: Git checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: 'npm' diff --git a/.github/workflows/report-size.yml b/.github/workflows/report-size.yml index f335f6d091966c..3880a98bafbf2e 100644 --- a/.github/workflows/report-size.yml +++ b/.github/workflows/report-size.yml @@ -60,7 +60,7 @@ jobs: - name: Git checkout uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install Node - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: 'npm' diff --git a/package-lock.json b/package-lock.json index 4594ce729096e6..bddbdb4f74ca20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1569,9 +1569,9 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "63.0.13", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.0.13.tgz", - "integrity": "sha512-ahG1kWA8jYNwaQJtzJlnF+v4Gb9w5r+WL98gp+L8qjLN9ErpL5sevGuemN+fCYsU3Np27F36KmDc8UPi1ml/dg==", + "version": "63.2.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-63.2.0.tgz", + "integrity": "sha512-tccz9igEV5mTKVAwo/KwXqKP7ENqa3a+LpRFuEPAP3k/+SXG4T0sOvA+c2wwTD/TLNrH9MCW4LIu4xEExkJdzg==", "dev": true, "license": "BSD-3-Clause", "dependencies": {