Merge pull request #370 from anidl/dependabot/npm_and_yarn/dotenv-16.0.2

Bump dotenv from 14.3.2 to 16.0.2
This commit is contained in:
AnidlSupport 2022-08-31 13:38:26 +02:00 committed by GitHub
commit c3835cb79b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"dotenv": "^14.3.2",
"dotenv": "^16.0.2",
"electron-squirrel-startup": "^1.0.0",
"eslint-plugin-import": "^2.25.4",
"express": "^4.17.2",
@ -5038,9 +5038,9 @@
}
},
"node_modules/dotenv": {
"version": "14.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz",
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ==",
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"engines": {
"node": ">=12"
}
@ -15048,9 +15048,9 @@
}
},
"dotenv": {
"version": "14.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz",
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ=="
"version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA=="
},
"dotenv-expand": {
"version": "5.1.0",

View file

@ -27,7 +27,7 @@
"main": "gui/electron/src/index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"dotenv": "^14.3.2",
"dotenv": "^16.0.2",
"electron-squirrel-startup": "^1.0.0",
"eslint-plugin-import": "^2.25.4",
"express": "^4.17.2",