From 62775e86c1ae6e51bcb8eb0410dc3495bcd43379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 04:29:40 +0000 Subject: [PATCH] Bump dotenv from 16.4.4 to 16.4.5 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.4 to 16.4.5. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.4.4...v16.4.5) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c57e1b68..e4d9d6fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@grammyjs/parse-mode": "1.9.0", "@grammyjs/types": "3.5.2", "callback-data": "1.1.1", - "dotenv": "16.4.4", + "dotenv": "16.4.5", "fastify": "4.26.1", "grammy": "1.21.1", "grammy-guard": "0.5.0", @@ -1844,9 +1844,9 @@ } }, "node_modules/dotenv": { - "version": "16.4.4", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.4.tgz", - "integrity": "sha512-XvPXc8XAQThSjAbY6cQ/9PcBXmFoWuw1sQ3b8HqUCR6ziGXjkTi//kB9SWa2UwqlgdAIuRqAa/9hVljzPehbYg==", + "version": "16.4.5", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", + "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", "engines": { "node": ">=12" }, diff --git a/package.json b/package.json index 9357db70..f45d1b50 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@grammyjs/parse-mode": "1.9.0", "@grammyjs/types": "3.5.2", "callback-data": "1.1.1", - "dotenv": "16.4.4", + "dotenv": "16.4.5", "fastify": "4.26.1", "grammy": "1.21.1", "grammy-guard": "0.5.0",