From faca6502dc03e72d9e73970a252d638b4a598b0f Mon Sep 17 00:00:00 2001 From: kaitoyama Date: Wed, 3 Jun 2026 23:28:32 +0900 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20GitHub=20Actions=20=E3=82=92=20SHA=20?= =?UTF-8?q?=E5=9B=BA=E5=AE=9A=20/=20lockfile=20=E5=B0=8A=E9=87=8D=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=EF=BC=88=E6=8F=90?= =?UTF-8?q?=E6=A1=88=E3=83=BB=E8=87=AA=E5=8B=95=E7=94=9F=E6=88=90=EF=BC=89?= =?UTF-8?q?\n\nCo-Authored-By:=20Claude=20Opus=204.8=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 6 +++--- .github/workflows/release.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 57fdd54..83727df 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,9 @@ jobs: contents: write steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: "package.json" cache: "npm" @@ -44,7 +44,7 @@ jobs: \`\`\` EOF gh pr comment -F ./comment.md ${{ github.event.pull_request.number }} - - uses: dependabot/fetch-metadata@v2 + - uses: dependabot/fetch-metadata@21025c705c08248db411dc16f3619e6b5f9ea21a # v2.5.0 id: metadata if: >- github.event_name == 'pull_request' && diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ac20c5..d34779a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ jobs: id-token: write steps: - name: checkout - uses: actions/checkout@v5 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: setup Node - uses: actions/setup-node@v6 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: "package.json" cache: "npm" From 72101c9543f1f9b0478b8d661b9784d0e821dd33 Mon Sep 17 00:00:00 2001 From: kaitoyama Date: Wed, 3 Jun 2026 23:28:32 +0900 Subject: [PATCH 2/2] =?UTF-8?q?deps:=20package.json=20=E3=82=92=20lockfile?= =?UTF-8?q?=20=E8=A7=A3=E6=B1=BA=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7?= =?UTF-8?q?=E3=83=B3=E3=81=AB=E5=9B=BA=E5=AE=9A=EF=BC=88=E6=8F=90=E6=A1=88?= =?UTF-8?q?=E3=83=BB=E8=87=AA=E5=8B=95=E7=94=9F=E6=88=90=EF=BC=89\n\nCo-Au?= =?UTF-8?q?thored-By:=20Claude=20Opus=204.8=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index ff24f88..ee032c5 100644 --- a/package.json +++ b/package.json @@ -30,16 +30,16 @@ }, "homepage": "https://github.com/traPtitech/node-traq#readme", "dependencies": { - "axios": "^1.16.1" + "axios": "1.16.1" }, "devDependencies": { - "@openapitools/openapi-generator-cli": "^2.22.0", - "@types/node": "^22.15.3", - "rimraf": "^6.0.1", - "ts-morph": "^26.0.0", - "tsup": "^8.4.0", - "tsx": "^4.19.4", - "typescript": "^5.8.3" + "@openapitools/openapi-generator-cli": "2.22.0", + "@types/node": "22.15.3", + "rimraf": "6.0.1", + "ts-morph": "26.0.0", + "tsup": "8.4.0", + "tsx": "4.19.4", + "typescript": "5.8.3" }, "sideEffects": false, "engines": {