Skip to content

Commit f92295e

Browse files
renovate[bot]sidharthachatterjee
authored andcommitted
fix: update dependency dotenv to v8 (#17027)
1 parent 290a258 commit f92295e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"del": "^3.0.0",
5353
"detect-port": "^1.3.0",
5454
"devcert-san": "^0.3.3",
55-
"dotenv": "^4.0.0",
55+
"dotenv": "^8.1.0",
5656
"eslint": "^5.16.0",
5757
"eslint-config-react-app": "^4.0.1",
5858
"eslint-loader": "^2.2.1",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6741,9 +6741,10 @@ dot-prop@^4.1.0, dot-prop@^4.1.1, dot-prop@^4.2.0:
67416741
dependencies:
67426742
is-obj "^1.0.0"
67436743

6744-
dotenv@^4.0.0:
6745-
version "4.0.0"
6746-
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-4.0.0.tgz#864ef1379aced55ce6f95debecdce179f7a0cd1d"
6744+
dotenv@^8.1.0:
6745+
version "8.1.0"
6746+
resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-8.1.0.tgz#d811e178652bfb8a1e593c6dd704ec7e90d85ea2"
6747+
integrity sha512-GUE3gqcDCaMltj2++g6bRQ5rBJWtkWTmqmD0fo1RnnMuUqHNCt2oTPeDnS9n6fKYvlhn7AeBkb38lymBtWBQdA==
67476748

67486749
download@^6.2.2:
67496750
version "6.2.5"

0 commit comments

Comments
 (0)