Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/discord-bot-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "dimitrov-d",
"dependencies": {
"discord.js": "^14.17.2",
"dotenv": "^16.4.7",
"dotenv": "^16.6.1",
Copy link

Copilot AI Dec 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR upgrades dotenv only in the discord-bot-starter example, but the main package.json at the repository root still specifies dotenv version 16.4.7. For consistency and to ensure the entire project benefits from any security fixes or improvements in version 16.6.1, consider also upgrading dotenv in the root package.json.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply change based on comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated in commit 291e25f: root package.json now uses dotenv ^16.6.1, and root pnpm-lock.yaml entries were aligned to 16.6.1. No UI changes in this PR, so no screenshot is applicable.

"solana-agent-kit": "^1.3.4"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions examples/discord-bot-starter/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"bs58": "^6.0.0",
"chai": "^5.1.2",
"decimal.js": "^10.4.3",
"dotenv": "^16.4.7",
"dotenv": "^16.6.1",
"ethers": "^6.13.5",
"flash-sdk": "^2.24.3",
"form-data": "^4.0.1",
Expand All @@ -111,4 +111,4 @@
"typescript": "^5.7.2"
},
"packageManager": "pnpm@9.15.3"
}
}
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.