Skip to content

Commit

Permalink
Update package.json to fix malformed dependency entry
Browse files Browse the repository at this point in the history
The dotenv dependency entry had extraneous characters that could break builds. This change removes the invalid data, ensuring the dependency is correctly listed and parsed. No functionality is altered with this update.

Signed-off-by: Akama Aka <akama.aka@akami-solutions.cc>
  • Loading branch information
akama-aka committed Feb 18, 2025
1 parent 8cffa97 commit 7e9680b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@fastify/middie": "9.0.2",
"cors": "2.8.5",
"dotenv": "16.4.7",bhhz67unj67ze+d3 er e3
"dotenv": "16.4.7",
"ioredis": "^5.4.1",
"serve-static": "2.1.0",
"@fastify/rate-limit": "10.2.2",
Expand Down

0 comments on commit 7e9680b

Please sign in to comment.