Skip to content

Commit 65ff984

Browse files
chore(deps): Bump dotenv (#7183)
Some still require the old package, but it's okay, we have a number of versions of it
1 parent 46ef7e6 commit 65ff984

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bootstrap": "4.6.1",
2929
"crypto-browserify": "^3.12.0",
3030
"dompurify": "^3.0.3",
31-
"dotenv": "^8.2.0",
31+
"dotenv": "^16.1.4",
3232
"framer-motion": "^3.3.0",
3333
"gatsby": "^4.25.7",
3434
"gatsby-cli": "^4.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6075,12 +6075,17 @@ dotenv-expand@^5.1.0:
60756075
resolved "https://registry.yarnpkg.com/dotenv-expand/-/dotenv-expand-5.1.0.tgz#3fbaf020bfd794884072ea26b1e9791d45a629f0"
60766076
integrity sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==
60776077

6078+
dotenv@^16.1.4:
6079+
version "16.1.4"
6080+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c"
6081+
integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==
6082+
60786083
dotenv@^7.0.0:
60796084
version "7.0.0"
60806085
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-7.0.0.tgz#a2be3cd52736673206e8a85fb5210eea29628e7c"
60816086
integrity sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==
60826087

6083-
dotenv@^8.2.0, dotenv@^8.6.0:
6088+
dotenv@^8.6.0:
60846089
version "8.6.0"
60856090
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.6.0.tgz#061af664d19f7f4d8fc6e4ff9b584ce237adcb8b"
60866091
integrity sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==

0 commit comments

Comments
 (0)