From e27de777137a8f3df9951a6c13e804e3d62a91a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:28:01 +0000 Subject: [PATCH] Bump dotenv-expand from 4.2.0 to 10.0.0 Bumps [dotenv-expand](https://github.com/motdotla/dotenv-expand) from 4.2.0 to 10.0.0. - [Release notes](https://github.com/motdotla/dotenv-expand/releases) - [Changelog](https://github.com/motdotla/dotenv-expand/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv-expand/commits/v10.0.0) --- updated-dependencies: - dependency-name: dotenv-expand dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bc6bd5..123f94c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "camelcase": "^7.0.1", "classnames": "^2.3.2", "dotenv": "16.0.3", - "dotenv-expand": "^4.2.0", + "dotenv-expand": "^10.0.0", "fs-extra": "7.0.1", "identity-obj-proxy": "3.0.0", "is-svg": "^4.3.1", @@ -8867,9 +8867,12 @@ } }, "node_modules/dotenv-expand": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-4.2.0.tgz", - "integrity": "sha512-pHWVt6L/YkqbBCMb1hG6e7oO0WdMhlapDIibl+BZ9PncVE3i+G77uvNr8GUxW2ItSituOK8QOYC9oOJjwWD94A==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "engines": { + "node": ">=12" + } }, "node_modules/duplexer": { "version": "0.1.2", @@ -31200,9 +31203,9 @@ "integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==" }, "dotenv-expand": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-4.2.0.tgz", - "integrity": "sha512-pHWVt6L/YkqbBCMb1hG6e7oO0WdMhlapDIibl+BZ9PncVE3i+G77uvNr8GUxW2ItSituOK8QOYC9oOJjwWD94A==" + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==" }, "duplexer": { "version": "0.1.2", diff --git a/package.json b/package.json index f8ea099..6d66299 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "camelcase": "^7.0.1", "classnames": "^2.3.2", "dotenv": "16.0.3", - "dotenv-expand": "^4.2.0", + "dotenv-expand": "^10.0.0", "fs-extra": "7.0.1", "identity-obj-proxy": "3.0.0", "is-svg": "^4.3.1",