From af5c995e1d73db40e3f9f8cbbef41bfb827b2d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:28:51 +0000 Subject: [PATCH] chore(deps): bump dotenv from 17.4.0 to 17.4.1 in /JustoBot Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.4.0 to 17.4.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v17.4.0...v17.4.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- JustoBot/package-lock.json | 8 ++++---- JustoBot/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/JustoBot/package-lock.json b/JustoBot/package-lock.json index d1600e6..1fa589e 100644 --- a/JustoBot/package-lock.json +++ b/JustoBot/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@slack/bolt": "^4.1.0", - "dotenv": "^17.4.0", + "dotenv": "^17.4.1", "express": "^5.1.0", "node-cron": "^4.2.1" } @@ -435,9 +435,9 @@ } }, "node_modules/dotenv": { - "version": "17.4.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.0.tgz", - "integrity": "sha512-kCKF62fwtzwYm0IGBNjRUjtJgMfGapII+FslMHIjMR5KTnwEmBmWLDRSnc3XSNP8bNy34tekgQyDT0hr7pERRQ==", + "version": "17.4.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.1.tgz", + "integrity": "sha512-k8DaKGP6r1G30Lx8V4+pCsLzKr8vLmV2paqEj1Y55GdAgJuIqpRp5FfajGF8KtwMxCz9qJc6wUIJnm053d/WCw==", "license": "BSD-2-Clause", "engines": { "node": ">=12" diff --git a/JustoBot/package.json b/JustoBot/package.json index 703867a..dd440ba 100644 --- a/JustoBot/package.json +++ b/JustoBot/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@slack/bolt": "^4.1.0", - "dotenv": "^17.4.0", + "dotenv": "^17.4.1", "express": "^5.1.0", "node-cron": "^4.2.1" }