diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a61ca666d..e02f5e190 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -88,7 +88,7 @@ jobs: - name: Use Node.js 24.11 (LTS) uses: actions/setup-node@v6 with: - node-version: '24.14.1' + node-version: '24.15.0' - run: npm i - name: Check npm version run: npm --version diff --git a/package-lock.json b/package-lock.json index e26cf3c59..d6e6bb8a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "eslint": "9.4.0", "esmock": "2.7.3", "husky": "9.1.7", - "junit-report-builder": "5.1.1", + "junit-report-builder": "5.1.2", "lint-staged": "16.4.0", "mocha": "11.7.5", "mocha-multi-reporters": "1.5.1", @@ -6741,13 +6741,13 @@ } }, "node_modules/junit-report-builder": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/junit-report-builder/-/junit-report-builder-5.1.1.tgz", - "integrity": "sha512-ZNOIIGMzqCGcHQEA2Q4rIQQ3Df6gSIfne+X9Rly9Bc2y55KxAZu8iGv+n2pP0bLf0XAOctJZgeloC54hWzCahQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/junit-report-builder/-/junit-report-builder-5.1.2.tgz", + "integrity": "sha512-HzvLbEQcoqN2LmGnloShxu2hLadi/rkOTU3zt61UeMICLS0wGDvbf8neIi6+bGkxMnAePIcFMFnbqV+r6YvwxA==", "dev": true, "license": "MIT", "dependencies": { - "lodash": "^4.17.21", + "lodash": "^4.18.1", "make-dir": "^3.1.0", "xmlbuilder": "^15.1.1" }, @@ -6930,9 +6930,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index ea0917435..7097afb32 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "eslint": "9.4.0", "esmock": "2.7.3", "husky": "9.1.7", - "junit-report-builder": "5.1.1", + "junit-report-builder": "5.1.2", "lint-staged": "16.4.0", "mocha": "11.7.5", "mocha-multi-reporters": "1.5.1",