diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index f2bbe738a..438d07599 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,7 +20,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: lts/* diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c530360e2..4270fc7e3 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: lts/* @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: lts/* @@ -70,7 +70,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: lts/* diff --git a/package.json b/package.json index f1d5b8cf5..cbcc8319b 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "prepare": "husky" }, "dependencies": { - "evlog": "^2.19.2", + "evlog": "^2.22.0", "@discordjs/builders": "^1.14.1", "@discordjs/collection": "^2.1.1", "@discordjs/core": "^1.2.0", @@ -84,7 +84,7 @@ "@sapphire/stopwatch": "^1.5.4", "@sapphire/time-utilities": "^1.7.14", "@sapphire/utilities": "^3.18.2", - "@sentry/node": "^10.62.0", + "@sentry/node": "^10.66.0", "@skyra/ai": "^2.0.1", "@skyra/char": "^1.0.3", "@skyra/env-utilities": "^2.0.1", @@ -95,7 +95,7 @@ "confusables": "^1.1.1", "diff": "^9.0.0", "discord-api-types": "^0.38.34", - "discord.js": "~14.26.4", + "discord.js": "~14.27.0", "he": "^1.2.0", "husky": "^9.1.7", "i18next": "^25.10.10", @@ -104,8 +104,8 @@ }, "devDependencies": { "0x": "^6.0.0", - "@commitlint/cli": "^21.0.2", - "@commitlint/config-conventional": "^21.0.2", + "@commitlint/cli": "^21.2.1", + "@commitlint/config-conventional": "^21.2.0", "@sapphire/prettier-config": "^2.0.0", "@sapphire/ts-config": "^5.0.3", "@types/backoff": "^2.5.5", @@ -114,18 +114,18 @@ "@types/node": "^22.8.7", "@types/pg": "^8.20.0", "@types/ws": "^8.18.1", - "@vitest/coverage-v8": "^4.1.9", + "@vitest/coverage-v8": "^4.1.10", "cz-conventional-changelog": "^3.3.0", - "lint-staged": "^17.0.8", - "oxfmt": "^0.56.0", - "oxlint": "^1.71.0", - "prettier": "^3.8.4", + "lint-staged": "^17.1.0", + "oxfmt": "^0.59.0", + "oxlint": "^1.74.0", + "prettier": "^3.9.5", "prisma": "^7.8.0", - "prisma-json-types-generator": "^5.1.0", + "prisma-json-types-generator": "^5.1.1", "taze": "^19.14.1", - "tsdown": "^0.22.3", + "tsdown": "^0.22.9", "typescript": "^6.0.2", - "vitest": "^4.1.9" + "vitest": "^4.1.10" }, "repository": { "type": "git", @@ -146,7 +146,7 @@ } }, "prettier": "@sapphire/prettier-config", - "packageManager": "pnpm@11.9.0", + "packageManager": "pnpm@11.15.0", "engines": { "node": ">=24", "pnpm": ">=11"