From 58c609134be89c07e5c7b6557f2c6a6613395f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 01:33:02 +0000 Subject: [PATCH] chore(deps): bump dotenv from 16.3.2 to 16.4.0 (#14316) * chore(deps): bump dotenv from 16.3.2 to 16.4.0 Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.3.2 to 16.4.0. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v16.3.2...v16.4.0) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c46d468058a516..5eb7e667a8111e 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "crypto-js": "4.2.0", "currency-symbol-map": "5.1.0", "dayjs": "1.11.8", - "dotenv": "16.3.2", + "dotenv": "16.4.0", "entities": "4.5.0", "etag": "1.8.1", "fanfou-sdk": "4.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index de74ede8b3a626..fa023f0e13f3d0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -48,8 +48,8 @@ dependencies: specifier: 1.11.8 version: 1.11.8 dotenv: - specifier: 16.3.2 - version: 16.3.2 + specifier: 16.4.0 + version: 16.4.0 entities: specifier: 4.5.0 version: 4.5.0 @@ -3275,8 +3275,8 @@ packages: domhandler: 5.0.3 dev: false - /dotenv@16.3.2: - resolution: {integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==} + /dotenv@16.4.0: + resolution: {integrity: sha512-WvImr5kpN5NGNn7KaDjJnLTh5rDVLZiDf/YLA8T1ZEZEBZNEDOE+mnkS0PVjPax8ZxBP5zC5SLMB3/9VV5de9g==} engines: {node: '>=12'} dev: false