diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 65f15cd..3e2285b 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.2.0 - - uses: streetsidesoftware/cspell-action@v2.15.0 + - uses: streetsidesoftware/cspell-action@v2.15.1 diff --git a/package.json b/package.json index 262a83d..e67997f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "license": "ISC", "dependencies": { "@discordjs/builders": "^1.4.0", - "discord-api-types": "^0.37.24", + "discord-api-types": "^0.37.25", "discord.js": "^13.12.0", "dotenv": "^16.0.3", "glob": "^7.2.3", @@ -28,9 +28,9 @@ }, "devDependencies": { "alex": "^11.0.0", - "cspell": "^6.18.0", - "eslint": "^8.30.0", - "eslint-config-prettier": "^8.5.0", + "cspell": "^6.18.1", + "eslint": "^8.31.0", + "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.1"