diff --git a/package.json b/package.json index a189f5a..39a2b86 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@fontsource/noto-sans-display": "^4.5.4", "@icons-pack/react-simple-icons": "^4.6.1", - "dotenv": "^14.3.2", + "dotenv": "^16.0.0", "gatsby": "^4.8.0", "gatsby-plugin-image": "^2.6.0", "gatsby-plugin-manifest": "^4.8.0", diff --git a/yarn.lock b/yarn.lock index d6d54ff..133e839 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4245,10 +4245,10 @@ dot-prop@^5.2.0: dependencies: is-obj "^2.0.0" -dotenv@^14.3.2: - version "14.3.2" - resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-14.3.2.tgz#7c30b3a5f777c79a3429cb2db358eef6751e8369" - integrity sha512-vwEppIphpFdvaMCaHfCEv9IgwcxMljMw2TnAQBB4VWPvzXQLTb82jwmdOKzlEVUL3gNFT4l4TPKO+Bn+sqcrVQ== +dotenv@^16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.0.0.tgz#c619001253be89ebb638d027b609c75c26e47411" + integrity sha512-qD9WU0MPM4SWLPJy/r2Be+2WgQj8plChsyrCNQzW/0WjvcJQiKQJ9mH3ZgB3fxbUUxgc/11ZJ0Fi5KiimWGz2Q== dotenv@^8.6.0: version "8.6.0"