Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade dotenv to v16.3.2 #1013

Merged
merged 1 commit into from
Jan 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"babel-plugin-syntax-jsx": "6.18.0",
"chai": "4.4.1",
"commitizen": "4.3.0",
"dotenv": "16.3.1",
"dotenv": "16.3.2",
"esbuild": "^0.19.2",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14351,7 +14351,7 @@ __metadata:
cronstrue: 2.47.0
docusaurus-plugin-image-zoom: 1.0.1
docusaurus-plugin-sass: 0.2.5
dotenv: 16.3.1
dotenv: 16.3.2
esbuild: ^0.19.2
eslint: 8.56.0
eslint-config-prettier: 9.1.0
Expand Down Expand Up @@ -15066,7 +15066,14 @@ __metadata:
languageName: node
linkType: hard

"dotenv@npm:16.3.1, dotenv@npm:~16.3.1":
"dotenv@npm:16.3.2":
version: 16.3.2
resolution: "dotenv@npm:16.3.2"
checksum: 917b27eeb654b95846484009326b1c52af7a7c25f7b09e2939ed49de8f98cb9895dcc04f13a39cdb078d247985e21147311ccb5bfbf2fd151afb20fa8f96de15
languageName: node
linkType: hard

"dotenv@npm:~16.3.1":
version: 16.3.1
resolution: "dotenv@npm:16.3.1"
checksum: 15d75e7279018f4bafd0ee9706593dd14455ddb71b3bcba9c52574460b7ccaf67d5cf8b2c08a5af1a9da6db36c956a04a1192b101ee102a3e0cf8817bbcf3dfd
Expand Down
Loading