Skip to content

Commit

Permalink
Update dependency dotenv-cli to v7.4.4 (#2397)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent c4f28fa commit 983ec90
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 22 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@types/node": "20.17.10",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"esbuild": "0.24.0",
"tsx": "4.19.1",
"typescript": "5.6.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.3",
"autoprefixer": "10.4.20",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"jsdom": "25.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@types/node": "20.17.10",
"@types/pg": "8.11.10",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"drizzle-kit": "0.24.2",
"eslint-config-webkom": "workspace:*",
"tsx": "4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@types/node": "20.17.10",
"@types/react": "18.3.12",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"react-email": "3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/node": "20.17.10",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"tsx": "4.19.1",
Expand Down
2 changes: 1 addition & 1 deletion playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@playwright/test": "1.48.2",
"@types/node": "20.17.10",
"dotenv-cli": "7.4.2",
"dotenv-cli": "7.4.4",
"eslint": "8.57.1",
"eslint-config-webkom": "workspace:*",
"postgres": "3.4.5",
Expand Down
42 changes: 26 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit 983ec90

Please sign in to comment.