Skip to content

Commit

Permalink
fix(deps): update dependency dotenv to ^16.4.1 (#2376)
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 30, 2024
1 parent 727aa98 commit fadfcc0
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@koa/router": "^12.0.0",
"ajv": "^8.12.0",
"axios": "^1.6.7",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"graphql": "^16.8.1",
"knex": "^3.1.0",
"koa": "^2.15.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"ajv": "^8.12.0",
"axios": "1.6.7",
"base64url": "^3.0.1",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"extensible-error": "^1.0.2",
"graphql": "^16.8.1",
"graphql-middleware": "^6.1.35",
Expand Down
107 changes: 99 additions & 8 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 fadfcc0

Please sign in to comment.