diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e8ec39d..15f1832 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/* diff --git a/package.json b/package.json index f62a401..3b5120b 100644 --- a/package.json +++ b/package.json @@ -35,14 +35,14 @@ "@prisma/client": "^7.8.0", "@sapphire/result": "^2.8.0", "@sapphire/utilities": "^3.18.2", - "@wolfstar/env-utilities": "^2.0.2", - "@wolfstar/http-framework": "^2.2.2", - "@wolfstar/http-framework-i18n": "^1.2.2", - "@wolfstar/logger": "^2.0.5", - "@wolfstar/shared-http-pieces": "^1.2.4", - "@wolfstar/start-banner": "^2.0.3", + "@wolfstar/env-utilities": "^2.0.3", + "@wolfstar/http-framework": "^2.3.1", + "@wolfstar/http-framework-i18n": "^1.2.3", + "@wolfstar/logger": "^2.1.1", + "@wolfstar/shared-http-pieces": "^1.2.6", + "@wolfstar/start-banner": "^2.0.4", "discord-api-types": "^0.38.47", - "fastify": "^5.8.5", + "fastify": "^5.10.0", "gradient-string": "^3.0.0", "husky": "^9.1.7", "ioredis": "^5.11.1", @@ -51,21 +51,21 @@ "untun": "^0.1.3" }, "devDependencies": { - "@commitlint/cli": "^21.0.2", - "@commitlint/config-conventional": "^21.0.2", + "@commitlint/cli": "^21.2.1", + "@commitlint/config-conventional": "^21.2.0", "@eslint-community/eslint-plugin-eslint-comments": "^4.7.2", "@rollup/plugin-alias": "^6.0.0", "@sapphire/ts-config": "^5.0.3", "@types/gradient-string": "^1.1.6", - "@types/node": "^24.13.2", + "@types/node": "^24.13.3", "cz-conventional-changelog": "^3.3.0", - "eslint": "^10.5.0", - "eslint-plugin-regexp": "^3.1.0", - "oxfmt": "^0.55.0", - "oxlint": "^1.70.0", + "eslint": "^10.7.0", + "eslint-plugin-regexp": "^3.1.1", + "oxfmt": "^0.59.0", + "oxlint": "^1.74.0", "prisma": "^7.8.0", "taze": "^19.14.1", - "tsdown": "^0.22.3", + "tsdown": "^0.22.9", "typescript": "~5.9.3" }, "nano-staged": { @@ -90,5 +90,5 @@ "node": ">=24.0.0", "pnpm": ">=10" }, - "packageManager": "pnpm@11.8.0" + "packageManager": "pnpm@11.14.0" }