Skip to content

Commit 7a0b313

Browse files
Bump dotenv from 17.2.3 to 17.2.4
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.2.3 to 17.2.4. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/commits) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d98e767 commit 7a0b313

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@modelcontextprotocol/sdk": "^1.26.0",
29-
"dotenv": "^17.2.3",
29+
"dotenv": "^17.2.4",
3030
"js-yaml": "^4.1.1"
3131
},
3232
"devDependencies": {

package-lock.json

Lines changed: 5 additions & 5 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
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@modelcontextprotocol/sdk": "^1.26.0",
3131
"cors": "^2.8.6",
32-
"dotenv": "^17.2.3",
32+
"dotenv": "^17.2.4",
3333
"express": "^5.2.1",
3434
"js-yaml": "^4.1.1",
3535
"lowdb": "^7.0.1",

0 commit comments

Comments
 (0)