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

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.2 to 16.0.3.
- [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.2...v16.0.3)

---
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-10-02 03:57:31 +00:00
committed by GitHub
parent c06d50d218
commit ef38b448c4
2 changed files with 8 additions and 8 deletions

14
app/package-lock.json generated
View File

@@ -21,7 +21,7 @@
"@playwright/test": "^1.26.1",
"asar": "^3.2.0",
"concurrently": "^7.3.0",
"dotenv": "^16.0.2",
"dotenv": "^16.0.3",
"electron": "^19.0.8",
"electron-builder": "^23.3.3",
"electron-notarize": "^1.2.1",
@@ -1448,9 +1448,9 @@
}
},
"node_modules/dotenv": {
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"dev": true,
"engines": {
"node": ">=12"
@@ -4839,9 +4839,9 @@
}
},
"dotenv": {
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"version": "16.0.3",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
"dev": true
},
"dotenv-expand": {

View File

@@ -113,7 +113,7 @@
"@playwright/test": "^1.26.1",
"asar": "^3.2.0",
"concurrently": "^7.3.0",
"dotenv": "^16.0.2",
"dotenv": "^16.0.3",
"electron": "^19.0.8",
"electron-builder": "^23.3.3",
"electron-notarize": "^1.2.1",