From 6103e02bbadd24f41c336e9c56d67a8bf3c781a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 23:14:05 +0000 Subject: [PATCH] Bump dotenv from 10.0.0 to 16.0.1 Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.0.1. - [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.1) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 86d30a1..6f5c748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -414,9 +414,9 @@ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" }, "dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==" + "version": "16.0.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", + "integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==" }, "ed2curve": { "version": "0.3.0", diff --git a/package.json b/package.json index 95e0e72..6cc0469 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,6 @@ "@polkadot/api": "^6.8.1", "chalk": "^4.1.2", "cli-progress": "^3.9.1", - "dotenv": "^10.0.0" + "dotenv": "^16.0.1" } }