Skip to content

Commit

Permalink
chore: Bump @types/dotenv from 8.2.0 to 8.2.3 in /server (#5065)
Browse files Browse the repository at this point in the history
Bumps [@types/dotenv](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dotenv) from 8.2.0 to 8.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dotenv)

---
updated-dependencies:
- dependency-name: "@types/dotenv"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 27, 2024
1 parent 02064c6 commit 21db1c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.25.8",
"@babel/preset-react": "7.25.9",
"@types/dotenv": "8.2.0",
"@types/dotenv": "8.2.3",
"@types/express": "4.17.21",
"@types/form-data": "2.5.2",
"@types/fs-extra": "9.0.13",
Expand Down
10 changes: 5 additions & 5 deletions server/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2022,12 +2022,12 @@ __metadata:
languageName: node
linkType: hard

"@types/dotenv@npm:8.2.0":
version: 8.2.0
resolution: "@types/dotenv@npm:8.2.0"
"@types/dotenv@npm:8.2.3":
version: 8.2.3
resolution: "@types/dotenv@npm:8.2.3"
dependencies:
dotenv: "*"
checksum: a1f524da7dc18b09bdb6c2613b9abbbe8ca575621cce4625efc7f98daf2ba07c7dbab622c9bb394507a12c5c515f9cbbbba4aeec17b801c88faeb8e8e656d460
checksum: 3075371abbcaf231593c57297338c9b731a45b3dd519ab96c1708a2f7fa345fcf885daf1ba3e39d84942873706fb1aa656b560cde9ccb62ce598ceb563502470
languageName: node
linkType: hard

Expand Down Expand Up @@ -6440,7 +6440,7 @@ __metadata:
"@babel/plugin-proposal-class-properties": 7.18.6
"@babel/preset-env": 7.25.8
"@babel/preset-react": 7.25.9
"@types/dotenv": 8.2.0
"@types/dotenv": 8.2.3
"@types/express": 4.17.21
"@types/form-data": 2.5.2
"@types/fs-extra": 9.0.13
Expand Down

0 comments on commit 21db1c1

Please sign in to comment.