Skip to content

Commit

Permalink
chore(deps): update dependency dotenv to ^16.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 61a4028 commit a2912e2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/jest": "^29.5.14",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"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 @@ -36,7 +36,7 @@
"@koa/router": "^12.0.2",
"ajv": "^8.12.0",
"axios": "^1.7.4",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"graphql": "^16.8.1",
"ioredis": "^5.3.2",
"json-canonicalize": "^1.0.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ajv": "^8.12.0",
"axios": "1.7.4",
"base64url": "^3.0.1",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"extensible-error": "^1.0.2",
"graphql": "^16.8.1",
"graphql-middleware": "^6.1.35",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion test/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/koa": "2.15.0",
"@types/koa-bodyparser": "^4.3.12",
"@types/node": "^20.14.15",
"dotenv": "^16.4.5",
"dotenv": "^16.4.7",
"hostile": "^1.4.0",
"koa": "^2.15.3",
"mock-account-service-lib": "workspace:*",
Expand Down

0 comments on commit a2912e2

Please sign in to comment.