Bump dotenv from 16.4.1 to 16.4.5 (#10115)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.1 to 16.4.5.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.1...v16.4.5)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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]
2024-02-20 17:21:04 +01:00
committed by GitHub
parent 17d1c27bec
commit 5cb12df99c
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -55,7 +55,7 @@
"cldr-localenames-full": "^44.1.0",
"concat-files": "^0.1.1",
"d3": "~7.8.5",
"dotenv": "^16.4.1",
"dotenv": "^16.4.5",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.20.0",
"esbuild-visualizer": "^0.6.0",
@@ -3090,15 +3090,15 @@
}
},
"node_modules/dotenv": {
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
"integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"dev": true,
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/motdotla/dotenv?sponsor=1"
"url": "https://dotenvx.com"
}
},
"node_modules/earcut": {
@@ -10692,9 +10692,9 @@
}
},
"dotenv": {
"version": "16.4.1",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.1.tgz",
"integrity": "sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==",
"version": "16.4.5",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz",
"integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==",
"dev": true
},
"earcut": {
+1 -1
View File
@@ -90,7 +90,7 @@
"cldr-localenames-full": "^44.1.0",
"concat-files": "^0.1.1",
"d3": "~7.8.5",
"dotenv": "^16.4.1",
"dotenv": "^16.4.5",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.20.0",
"esbuild-visualizer": "^0.6.0",