From 49861b6bd25e5d27d29ed290b5aa4fbe75f95b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Feb 2022 17:29:30 +0000 Subject: [PATCH] :arrow_up: Bump dotenv from 10.0.0 to 16.0.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.0.0. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v16.0.0) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 85a8f61..24a972e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "canvaskit-wasm": "^0.32.0", "cheerio": "^1.0.0-rc.10", "dayjs": "^1.10.7", - "dotenv": "^10.0.0", + "dotenv": "^16.0.0", "form-data": "^4.0.0", "koishi": "^4.0.1", "koishi-plugin-gocqhttp": "^1.0.1",