mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-04 12:00:02 +00:00
Bump dotenv from 10.0.0 to 16.0.3 (#19)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.0.3. - [Release notes](https://github.com/motdotla/dotenv/releases) - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v16.0.3) --- updated-dependencies: - dependency-name: dotenv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
777b8ff269
commit
90c51ddab1
16
package-lock.json
generated
16
package-lock.json
generated
@ -13,7 +13,7 @@
|
||||
"@octokit/core": "^4.1.0",
|
||||
"@sindresorhus/slugify": "^1.1.0",
|
||||
"axios": "^0.26.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eleventy-favicon": "^1.1.2",
|
||||
"eleventy-plugin-toc": "^1.1.5",
|
||||
"fs-file-tree": "^1.1.1",
|
||||
@ -1632,11 +1632,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/dotenv": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
|
||||
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==",
|
||||
"version": "16.0.3",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
|
||||
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ==",
|
||||
"engines": {
|
||||
"node": ">=10"
|
||||
"node": ">=12"
|
||||
}
|
||||
},
|
||||
"node_modules/easy-extender": {
|
||||
@ -7595,9 +7595,9 @@
|
||||
}
|
||||
},
|
||||
"dotenv": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
|
||||
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
|
||||
"version": "16.0.3",
|
||||
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.0.3.tgz",
|
||||
"integrity": "sha512-7GO6HghkA5fYG9TYnNxi14/7K9f5occMlp3zXAuSxn7CKCxt9xbNWG7yF8hTCSUchlfWSe3uLmlPfigevRItzQ=="
|
||||
},
|
||||
"easy-extender": {
|
||||
"version": "2.3.4",
|
||||
|
@ -26,7 +26,7 @@
|
||||
"@octokit/core": "^4.1.0",
|
||||
"@sindresorhus/slugify": "^1.1.0",
|
||||
"axios": "^0.26.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eleventy-favicon": "^1.1.2",
|
||||
"eleventy-plugin-toc": "^1.1.5",
|
||||
"fs-file-tree": "^1.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user