build(deps-dev): bump dotenv from 9.0.1 to 9.0.2 in /token-lending/js (#1693)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.1 to 9.0.2. - [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.1...v9.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e402aed8dd
commit
7336a7641e
|
@ -939,9 +939,9 @@
|
|||
}
|
||||
},
|
||||
"dotenv": {
|
||||
"version": "9.0.1",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.1.tgz",
|
||||
"integrity": "sha512-W8FNeNnnvJoYfgkFRKzp8kTgz0T2YY4TJ9xy1Ma0hSebPTK8iquRtpG12TUrSTX5zIN9D/wSLEEuI+Ad35tlyw==",
|
||||
"version": "9.0.2",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-9.0.2.tgz",
|
||||
"integrity": "sha512-I9OvvrHp4pIARv4+x9iuewrWycX6CcZtoAu1XrzPxc5UygMJXJZYmBsynku8IkrJwgypE5DGNjDPmPRhDCptUg==",
|
||||
"dev": true
|
||||
},
|
||||
"duplexer": {
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@types/rollup-plugin-json": "^3.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
||||
"@typescript-eslint/parser": "^4.22.1",
|
||||
"dotenv": "^9.0.1",
|
||||
"dotenv": "^9.0.2",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-prettier": "^7.2.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
|
|
Loading…
Reference in New Issue