Skip to content

Commit 3a75cef

Browse files
Build(deps): bump dotenv from 17.2.4 to 17.3.0
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.4 to 17.3.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.4...v17.3.0) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 55addfd commit 3a75cef

File tree

3 files changed

+7
-17
lines changed

3 files changed

+7
-17
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@modelcontextprotocol/sdk": "^1.26.0",
31-
"dotenv": "^17.2.4",
31+
"dotenv": "^17.3.0",
3232
"js-yaml": "^4.1.1"
3333
},
3434
"devDependencies": {

package-lock.json

Lines changed: 5 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dependencies": {
5858
"@modelcontextprotocol/sdk": "^1.26.0",
5959
"cors": "^2.8.6",
60-
"dotenv": "^17.2.4",
60+
"dotenv": "^17.3.0",
6161
"express": "^5.2.1",
6262
"js-yaml": "^4.1.1",
6363
"lowdb": "^7.0.1",

0 commit comments

Comments
 (0)