Bump dotenv from 16.4.6 to 16.4.7 (#10580)

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.4.6 to 16.4.7.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.4.6...v16.4.7)

---
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-12-04 13:38:48 +01:00
committed by GitHub
parent 404e08518e
commit b95feb311f
2 changed files with 5 additions and 14 deletions

17
package-lock.json generated
View File

@@ -61,7 +61,7 @@
"cldr-localenames-full": "^46.0.0",
"concat-files": "^0.1.1",
"d3": "~7.9.0",
"dotenv": "^16.4.6",
"dotenv": "^16.4.7",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.24.0",
"esbuild-visualizer": "^0.6.0",
@@ -614,15 +614,6 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@fortawesome/fontawesome-common-types": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-common-types/-/fontawesome-common-types-6.6.0.tgz",
"integrity": "sha512-xyX0X9mc0kyz9plIyryrRbl7ngsA9jz77mCZJsUkLl+ZKs0KWObgaEBoSgQiYWAsSmjz/yjl0F++Got0Mdp4Rw==",
"dev": true,
"engines": {
"node": ">=6"
}
},
"node_modules/@fortawesome/fontawesome-svg-core": {
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@fortawesome/fontawesome-svg-core/-/fontawesome-svg-core-6.7.1.tgz",
@@ -3517,9 +3508,9 @@
}
},
"node_modules/dotenv": {
"version": "16.4.6",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.6.tgz",
"integrity": "sha512-JhcR/+KIjkkjiU8yEpaB/USlzVi3i5whwOjpIRNGi9svKEXZSe+Qp6IWAjFjv+2GViAoDRCUv/QLNziQxsLqDg==",
"version": "16.4.7",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz",
"integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==",
"dev": true,
"engines": {
"node": ">=12"

View File

@@ -96,7 +96,7 @@
"cldr-localenames-full": "^46.0.0",
"concat-files": "^0.1.1",
"d3": "~7.9.0",
"dotenv": "^16.4.6",
"dotenv": "^16.4.7",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.24.0",
"esbuild-visualizer": "^0.6.0",