diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ba83260..8ab67ff 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -32,7 +32,7 @@ jobs: - name: Generate Docs run: yarn docs - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@22a6ee251d6f13c6ab1ecb200d974f1a6feb1b8d # v4.4.2 + uses: JamesIves/github-pages-deploy-action@a1ea191d508feb8485aceba848389d49f80ca2dc # v4.4.3 with: branch: gh-pages folder: docs diff --git a/package.json b/package.json index b42da3b..8a0c5ea 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,8 @@ "@favware/npm-deprecate": "^1.0.7", "cz-conventional-changelog": "^3.3.0", "discord.js": "^14.11.0", - "eslint": "^8.44.0", - "eslint-config-mahir": "^0.0.27", + "eslint": "^8.45.0", + "eslint-config-mahir": "^0.0.29", "husky": "^8.0.3", "lint-staged": "^13.2.3", "pinst": "^3.0.0",