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

Update dependency dotenv to v16 #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
save=true
save-exact=true

6 changes: 3 additions & 3 deletions admin-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.7.1",
"description": "Siros admin scripts (command line)",
"dependencies": {
"dotenv": "8.6.0",
"dotenv": "16.4.5",
"pdfmake": "0.2.4",
"pg": "8.7.1",
"pg-promise": "10.11.1",
Expand Down
6 changes: 3 additions & 3 deletions api-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "[email protected]:salsita/siros-postgres.git",
"dependencies": {
"@koa/router": "10.1.1",
"dotenv": "8.6.0",
"dotenv": "16.4.5",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-compress": "5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions db-schema/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion db-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.7.1",
"description": "Siros DB schema",
"dependencies": {
"dotenv": "8.6.0",
"dotenv": "16.4.5",
"node-pg-migrate": "5.10.0",
"pg": "8.7.1"
},
Expand Down