diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-15 10:44:06 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-15 10:44:06 +0200 |
commit | 8af766efbada1080da1b0269d0ce9707bef3c4a0 (patch) | |
tree | c06e4d3c0176412c414a9f80d3bcca5fe089b3fb /backend/package.json | |
parent | 4386999cc37e4b8ee296c0ce8fc3572e7da8d721 (diff) | |
download | monkeytype-8af766efbada1080da1b0269d0ce9707bef3c4a0.tar.gz monkeytype-8af766efbada1080da1b0269d0ce9707bef3c4a0.zip |
chore(deps): bump dotenv from 10.0.0 to 16.4.5 (#5784)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 10.0.0 to 16.4.5.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v10.0.0...v16.4.5)
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Fehmer <[email protected]>
Diffstat (limited to 'backend/package.json')
-rw-r--r-- | backend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/package.json b/backend/package.json index 0d4129164..7a39c5113 100644 --- a/backend/package.json +++ b/backend/package.json @@ -33,7 +33,7 @@ "cors": "2.8.5", "cron": "2.3.0", "date-fns": "3.6.0", - "dotenv": "10.0.0", + "dotenv": "16.4.5", "express": "4.19.2", "express-rate-limit": "6.2.1", "firebase-admin": "12.0.0", |