Bump dotenv from 10.0.0 to 14.0.0 in /site (#322)

This commit is contained in:
dependabot[bot] 2022-01-17 09:10:55 +00:00 committed by GitHub
parent a00bae0e0f
commit b9b78f0a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -13,9 +13,9 @@
}
},
"dotenv": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz",
"integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q=="
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.0.0.tgz",
"integrity": "sha512-lO8c74ruYOG0hCK6fWT7t/PVxqcLKhfOqTahXZQN2UCyfN+ZTJmu48wRUVpkBAXsUGjPOG+ndTh8rjZxyf2xqw=="
},
"follow-redirects": {
"version": "1.14.5",

View File

@ -5,6 +5,6 @@
"license": "MIT",
"dependencies": {
"axios": "^0.24.0",
"dotenv": "^10.0.0"
"dotenv": "^14.0.0"
}
}