Bump dotenv from 14.2.0 to 14.3.2 in /site (#325)

This commit is contained in:
dependabot[bot] 2022-01-31 12:27:20 +00:00 committed by GitHub
parent 8da92ff9ab
commit 1d7c0a196a
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": "14.2.0",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.2.0.tgz",
"integrity": "sha512-05POuPJyPpO6jqzTNweQFfAyMSD4qa4lvsMOWyTRTdpHKy6nnnN+IYWaXF+lHivhBH/ufDKlR4IWCAN3oPnHuw=="
"version": "14.3.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-14.3.2.tgz",
"integrity": "sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ=="
},
"follow-redirects": {
"version": "1.14.7",

View File

@ -5,6 +5,6 @@
"license": "MIT",
"dependencies": {
"axios": "^0.25.0",
"dotenv": "^14.2.0"
"dotenv": "^14.3.2"
}
}