build(deps-dev): bump dotenv from 16.0.1 to 16.0.2 in /app (#2359)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.1 to 16.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/v16.0.1...v16.0.2)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot]
2022-09-08 21:45:39 -07:00
committed by GitHub
parent eb5ab3e3c2
commit 64c2fcd481
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@@ -20,7 +20,7 @@
"devDependencies": {
"asar": "^3.2.0",
"concurrently": "^7.3.0",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"electron": "^20.0.1",
"electron-builder": "^23.3.3",
"electron-notarize": "^1.2.1"
@@ -1413,9 +1413,9 @@
}
},
"node_modules/dotenv": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==",
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"dev": true,
"engines": {
"node": ">=12"
@@ -4708,9 +4708,9 @@
}
},
"dotenv": {
"version": "16.0.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==",
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"dev": true
},
"dotenv-expand": {

View File

@@ -112,7 +112,7 @@
"devDependencies": {
"asar": "^3.2.0",
"concurrently": "^7.3.0",
"dotenv": "^16.0.1",
"dotenv": "^16.0.2",
"electron": "^20.0.1",
"electron-builder": "^23.3.3",
"electron-notarize": "^1.2.1"