Compare commits

..

1 Commits

Author SHA1 Message Date
bbacd74e54 Update dependency got to v14
Some checks failed
renovate/artifacts Artifact file update failure
Node.js CI / test (15.x) (pull_request) Failing after 2m5s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 2m1s
CodeQL / Analyze (javascript) (pull_request) Failing after 2m14s
2026-01-22 10:03:53 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ jobs:
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI - name: Run Codacy Analysis CLI
uses: codacy/codacy-analysis-cli-action@v4.4.7 uses: codacy/codacy-analysis-cli-action@1.1.0
with: with:
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
# You can also omit the token and run the tools that support default configurations # You can also omit the token and run the tools that support default configurations

View File

@ -20,7 +20,7 @@
"dependencies": { "dependencies": {
"discord.js": "^12.5.3", "discord.js": "^12.5.3",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"got": "^11.8.3", "got": "^14.0.0",
"module-alias": "^2.2.2", "module-alias": "^2.2.2",
"nedb-promises": "^6.0.3" "nedb-promises": "^6.0.3"
}, },