Merge pull request #58 from dangeredwolf/renovate/dotenv-16.x

Update dependency dotenv to ^16.0.2
This commit is contained in:
dangered wolf 2022-08-30 18:01:40 -04:00 committed by GitHub
commit bdf02b286e
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -19,7 +19,7 @@
"@types/jest": "^28.1.8", "@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.36.0", "@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0", "@typescript-eslint/parser": "^5.36.0",
"dotenv": "^16.0.1", "dotenv": "^16.0.2",
"eslint": "^8.23.0", "eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0", "eslint-config-typescript": "^3.0.0",
@ -2889,9 +2889,9 @@
} }
}, },
"node_modules/dotenv": { "node_modules/dotenv": {
"version": "16.0.1", "version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==", "integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"dev": true, "dev": true,
"engines": { "engines": {
"node": ">=12" "node": ">=12"
@ -9443,9 +9443,9 @@
} }
}, },
"dotenv": { "dotenv": {
"version": "16.0.1", "version": "16.0.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.1.tgz", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.2.tgz",
"integrity": "sha512-1K6hR6wtk2FviQ4kEiSjFiH5rpzEVi8WW0x96aztHVMhEspNpc4DVOUTEHtEva5VThQ8IaBX1Pe4gSzpVVUsKQ==", "integrity": "sha512-JvpYKUmzQhYoIFgK2MOnF3bciIZoItIIoryihy0rIA+H4Jy0FmgyKYAHCTN98P5ybGSJcIFbh6QKeJdtZd1qhA==",
"dev": true "dev": true
}, },
"electron-to-chromium": { "electron-to-chromium": {

View file

@ -21,7 +21,7 @@
"@types/jest": "^28.1.8", "@types/jest": "^28.1.8",
"@typescript-eslint/eslint-plugin": "^5.36.0", "@typescript-eslint/eslint-plugin": "^5.36.0",
"@typescript-eslint/parser": "^5.36.0", "@typescript-eslint/parser": "^5.36.0",
"dotenv": "^16.0.1", "dotenv": "^16.0.2",
"eslint": "^8.23.0", "eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0", "eslint-config-prettier": "^8.5.0",
"eslint-config-typescript": "^3.0.0", "eslint-config-typescript": "^3.0.0",