From 9df31b10c04db522cc01b442e073119f41ce786e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 12:36:37 +0000 Subject: [PATCH] build(deps-dev): bump dotenv from 9.0.2 to 10.0.0 in /token-lending/js (#1812) Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 10.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/v9.0.2...v10.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- token-lending/js/package-lock.json | 6 +++--- token-lending/js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/token-lending/js/package-lock.json b/token-lending/js/package-lock.json index a9ca96df..207147e2 100644 --- a/token-lending/js/package-lock.json +++ b/token-lending/js/package-lock.json @@ -995,9 +995,9 @@ } }, "dotenv": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz", - "integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "dev": true }, "duplexer": { diff --git a/token-lending/js/package.json b/token-lending/js/package.json index a02e572c..ddd59e67 100644 --- a/token-lending/js/package.json +++ b/token-lending/js/package.json @@ -52,7 +52,7 @@ "@types/rollup-plugin-json": "^3.0.2", "@typescript-eslint/eslint-plugin": "^4.24.0", "@typescript-eslint/parser": "^4.24.0", - "dotenv": "^9.0.2", + "dotenv": "^10.0.0", "eslint": "^7.26.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.4.0",