Skip to content

Commit 384504b

Browse files
fix: update dependency dotenv to v17 (#286)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91fefc8 commit 384504b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@next/bundle-analyzer": "13.5.11",
4040
"@next/font": "13.5.11",
4141
"@svgr/webpack": "6.5.1",
42-
"dotenv": "16.6.1",
42+
"dotenv": "17.2.1",
4343
"framer-motion": "7.10.3",
4444
"graphql": "16.11.0",
4545
"locale-currency": "0.0.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5192,10 +5192,10 @@ dot-prop@^5.2.0:
51925192
dependencies:
51935193
is-obj "^2.0.0"
51945194

5195-
dotenv@16.6.1:
5196-
version "16.6.1"
5197-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.6.1.tgz#773f0e69527a8315c7285d5ee73c4459d20a8020"
5198-
integrity sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==
5195+
dotenv@17.2.1:
5196+
version "17.2.1"
5197+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-17.2.1.tgz#6f32e10faf014883515538dc922a0fb8765d9b32"
5198+
integrity sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==
51995199

52005200
dotenv@^16.0.0:
52015201
version "16.0.3"

0 commit comments

Comments
 (0)