Skip to content

Commit

Permalink
Update dependency dotenv to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 8, 2024
1 parent a1cea41 commit 357452d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
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

0 comments on commit 357452d

Please sign in to comment.