aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-18 16:33:58 -0600
committerGitHub <[email protected]>2021-06-18 16:33:58 -0600
commit3973fb8f2394a843e761dfa6bdb21131b2f46116 (patch)
tree66cadf6f265877d9cc01c53d1c6e86bbea043b76 /package.json
parentfeat(footer): add twitter to community links (diff)
parentfix(deps): update dependency dotenv to v10 (diff)
downloadsite-3973fb8f2394a843e761dfa6bdb21131b2f46116.tar.xz
site-3973fb8f2394a843e761dfa6bdb21131b2f46116.zip
Merge pull request #15 from Whirlsplash/renovate/dotenv-10.x
fix(deps): update dependency dotenv to v10
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e17dc6b..e125b9f 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"@docusaurus/theme-live-codeblock": "2.0.0-alpha.74",
"@mdx-js/react": "1.6.22",
"clsx": "1.1.1",
- "dotenv": "8.2.0",
+ "dotenv": "10.0.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},