From 65af078e0884de14b6923af95e4c5bf14eceef7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 01:45:34 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/npm-doc-pages.yml | 2 +- .github/workflows/npm-lint.yml | 2 +- .github/workflows/npm-publish-dry-run.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/npm-runtime.yml | 4 ++-- package-lock.json | 18 +++++++++--------- package.json | 6 +++--- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/npm-doc-pages.yml b/.github/workflows/npm-doc-pages.yml index bc18b83..e448f8e 100644 --- a/.github/workflows/npm-doc-pages.yml +++ b/.github/workflows/npm-doc-pages.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.2.0 with: diff --git a/.github/workflows/npm-lint.yml b/.github/workflows/npm-lint.yml index 5dcfb99..4bc1043 100644 --- a/.github/workflows/npm-lint.yml +++ b/.github/workflows/npm-lint.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Use Node.js ${{ inputs.node-version }} uses: actions/setup-node@v6.2.0 diff --git a/.github/workflows/npm-publish-dry-run.yml b/.github/workflows/npm-publish-dry-run.yml index b942297..87484fa 100644 --- a/.github/workflows/npm-publish-dry-run.yml +++ b/.github/workflows/npm-publish-dry-run.yml @@ -28,7 +28,7 @@ jobs: name: Publish Dry Run runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Use Node.js ${{ inputs.node-version }} uses: actions/setup-node@v6.2.0 diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index a5c89c0..031cf33 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -31,7 +31,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 # Setup .npmrc file to publish to npm - uses: actions/setup-node@v6.2.0 with: diff --git a/.github/workflows/npm-runtime.yml b/.github/workflows/npm-runtime.yml index 0c17a4f..2ab4e98 100644 --- a/.github/workflows/npm-runtime.yml +++ b/.github/workflows/npm-runtime.yml @@ -36,7 +36,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: repository: "8hobbies/workflows" - name: Use Node.js @@ -62,7 +62,7 @@ jobs: platform: ${{fromJSON(needs.setup.outputs.matrix)}} steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Use Node.js ${{ matrix.platform.nodeVersion }} uses: actions/setup-node@v6.2.0 diff --git a/package-lock.json b/package-lock.json index 0daa1c4..06e3f71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,12 +9,12 @@ "version": "0.0.0", "license": "Apache-2.0", "devDependencies": { - "@types/node": "24.10.8", - "prettier": "3.7.4", + "@types/node": "24.10.9", + "prettier": "3.8.0", "tsx": "4.21.0" }, "engines": { - "node": "24.12.0" + "node": "24.13.0" } }, "node_modules/@esbuild/aix-ppc64": { @@ -460,9 +460,9 @@ } }, "node_modules/@types/node": { - "version": "24.10.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.8.tgz", - "integrity": "sha512-r0bBaXu5Swb05doFYO2kTWHMovJnNVbCsII0fhesM8bNRlLhXIuckley4a2DaD+vOdmm5G+zGkQZAPZsF80+YQ==", + "version": "24.10.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.9.tgz", + "integrity": "sha512-ne4A0IpG3+2ETuREInjPNhUGis1SFjv1d5asp8MzEAGtOZeTeHVDOYqOgqfhvseqg/iXty2hjBf1zAOb7RNiNw==", "dev": true, "license": "MIT", "dependencies": { @@ -540,9 +540,9 @@ } }, "node_modules/prettier": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", - "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", + "version": "3.8.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.0.tgz", + "integrity": "sha512-yEPsovQfpxYfgWNhCfECjG5AQaO+K3dp6XERmOepyPDVqcJm+bjyCVO3pmU+nAPe0N5dDvekfGezt/EIiRe1TA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 6efa133..ef16d67 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,15 @@ "author": "8 Hobbies, LLC", "license": "Apache-2.0", "engines": { - "node": "24.12.0" + "node": "24.13.0" }, "scripts": { "lint": "prettier . --check", "format": "prettier . --write" }, "devDependencies": { - "@types/node": "24.10.8", - "prettier": "3.7.4", + "@types/node": "24.10.9", + "prettier": "3.8.0", "tsx": "4.21.0" } }