Skip to content

Commit 6c5c501

Browse files
fix(deps): update dependency dotenv to ^16.4.4 (#2424)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fa3e81 commit 6c5c501

File tree

4 files changed

+105
-11
lines changed

4 files changed

+105
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/jest": "^29.5.12",
3838
"@typescript-eslint/eslint-plugin": "^6.21.0",
3939
"@typescript-eslint/parser": "^6.21.0",
40-
"dotenv": "^16.4.1",
40+
"dotenv": "^16.4.4",
4141
"eslint": "^8.56.0",
4242
"eslint-config-prettier": "^9.1.0",
4343
"jest": "^29.7.0",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@koa/router": "^12.0.0",
3333
"ajv": "^8.12.0",
3434
"axios": "^1.6.7",
35-
"dotenv": "^16.4.1",
35+
"dotenv": "^16.4.4",
3636
"graphql": "^16.8.1",
3737
"knex": "^3.1.0",
3838
"koa": "^2.15.0",

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"ajv": "^8.12.0",
6060
"axios": "1.6.7",
6161
"base64url": "^3.0.1",
62-
"dotenv": "^16.4.1",
62+
"dotenv": "^16.4.4",
6363
"extensible-error": "^1.0.2",
6464
"graphql": "^16.8.1",
6565
"graphql-middleware": "^6.1.35",

pnpm-lock.yaml

Lines changed: 102 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)