Merge pull request #221 from cdransf/dependabot/npm_and_yarn/dotenv-flow-4.0.1

This commit is contained in:
Cory Dransfeldt 2023-11-06 11:44:57 -08:00 committed by GitHub
commit b7e211c195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
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": "^4.0.0", "dotenv-flow": "^4.0.1",
"eleventy-plugin-tabler-icons": "^2.0.9", "eleventy-plugin-tabler-icons": "^2.0.9",
"eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.1", "eleventy-plugin-youtube-embed": "^1.9.1",
@ -3630,9 +3630,9 @@
} }
}, },
"node_modules/dotenv-flow": { "node_modules/dotenv-flow": {
"version": "4.0.0", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-4.0.0.tgz", "resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-4.0.1.tgz",
"integrity": "sha512-AzPaV3wNy14qLbaN/S70VHxiJaz3mI/r8mm6oD+6lPmq3qJFBw2+MUBXWujUujQ5PqtRa9v/hEWBEePSWlTRGg==", "integrity": "sha512-HuCQ487bSA43mtlxdWpyk5jt5Lljy+v1I8y/2l96gtjSve9p3OvJZCCOhQnz2hY4VhLogFfXpY20zBygMwaydA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"dotenv": "^16.0.0" "dotenv": "^16.0.0"

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": "^4.0.0", "dotenv-flow": "^4.0.1",
"eleventy-plugin-tabler-icons": "^2.0.9", "eleventy-plugin-tabler-icons": "^2.0.9",
"eleventy-plugin-unfurl": "^1.0.0", "eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-youtube-embed": "^1.9.1", "eleventy-plugin-youtube-embed": "^1.9.1",