From 91c470418c495b91fa23bb78f912f9c16cc241d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 17:48:57 +0000 Subject: [PATCH] build(deps): bump dotenv from 16.0.3 to 16.3.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.3 to 16.3.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.0.3...v16.3.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0729a3a..8f7f2a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@types/react-dom": "^18.2.4", "@types/shortid": "^0.0.29", "classnames": "^2.3.2", - "dotenv": "^16.0.3", + "dotenv": "^16.3.1", "i18next": "^22.4.15", "lunarphase-js": "^2.0.1", "moment-timezone": "^0.5.43", @@ -6833,11 +6833,14 @@ } }, "node_modules/dotenv": { - "version": "16.0.3", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz", - "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==", + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", "engines": { "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" } }, "node_modules/dotenv-expand": { diff --git a/package.json b/package.json index 65c2d5e..a74346d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@types/react-dom": "^18.2.4", "@types/shortid": "^0.0.29", "classnames": "^2.3.2", - "dotenv": "^16.0.3", + "dotenv": "^16.3.1", "i18next": "^22.4.15", "lunarphase-js": "^2.0.1", "moment-timezone": "^0.5.43",