Skip to content

Commit bea6794

Browse files
Build(deps): update dotenv requirement in /client
Updates the requirements on [dotenv](https://github.com/motdotla/dotenv) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32979a8 commit bea6794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.3.0",
31+
"dotenv": "^17.3.1",
3232
"js-yaml": "^4.1.1"
3333
},
3434
"devDependencies": {

0 commit comments

Comments
 (0)