Merge pull request #182 from cdransf/dependabot/npm_and_yarn/dotenv-flow-4.0.0

chore(deps-dev): bump dotenv-flow from 3.3.0 to 4.0.0
This commit is contained in:
Cory Dransfeldt 2023-09-28 13:01:10 -07:00 committed by GitHub
commit ab2093058c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 16 deletions

21
package-lock.json generated
View file

@ -28,7 +28,7 @@
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"clean-css": "^5.3.2", "clean-css": "^5.3.2",
"dotenv-flow": "^3.3.0", "dotenv-flow": "^4.0.0",
"eleventy-plugin-tabler-icons": "^2.0.7", "eleventy-plugin-tabler-icons": "^2.0.7",
"eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.0", "eleventy-plugin-youtube-embed": "^1.9.0",
@ -3358,24 +3358,15 @@
} }
}, },
"node_modules/dotenv-flow": { "node_modules/dotenv-flow": {
"version": "3.3.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-3.3.0.tgz", "resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-4.0.0.tgz",
"integrity": "sha512-GLSvRqDZ1TGhloS6ZCZ5chdqqv/3XMqZxAnX9rliJiHn6uyJLguKeu+3M2kcagBkoVCnLWYfbR4rfFe1xSU39A==", "integrity": "sha512-AzPaV3wNy14qLbaN/S70VHxiJaz3mI/r8mm6oD+6lPmq3qJFBw2+MUBXWujUujQ5PqtRa9v/hEWBEePSWlTRGg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"dotenv": "^8.6.0" "dotenv": "^16.0.0"
}, },
"engines": { "engines": {
"node": ">= 8.0.0" "node": ">= 12.0.0"
}
},
"node_modules/dotenv-flow/node_modules/dotenv": {
"version": "8.6.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz",
"integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==",
"dev": true,
"engines": {
"node": ">=10"
} }
}, },
"node_modules/eastasianwidth": { "node_modules/eastasianwidth": {

View file

@ -37,7 +37,7 @@
"autoprefixer": "^10.4.16", "autoprefixer": "^10.4.16",
"child_process": "^1.0.2", "child_process": "^1.0.2",
"clean-css": "^5.3.2", "clean-css": "^5.3.2",
"dotenv-flow": "^3.3.0", "dotenv-flow": "^4.0.0",
"eleventy-plugin-tabler-icons": "^2.0.7", "eleventy-plugin-tabler-icons": "^2.0.7",
"eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.0", "eleventy-plugin-youtube-embed": "^1.9.0",