Skip to content

Commit

Permalink
chore: update dependencies for dotenv-flow + mqtt + useful-typescript…
Browse files Browse the repository at this point in the history
…-functions + yaml + @types/dotenv-flow + @types/express + @vitest/coverage-v8 + vitest
  • Loading branch information
dependency-updater authored Oct 21, 2023
1 parent 78162d7 commit cbe8f5b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@
"license": "MIT",
"dependencies": {
"aedes": "^0.50.0",
"dotenv-flow": "^3.3.0",
"dotenv-flow": "^4.0.0",
"express": "^4.18.2",
"mqtt": "^5.0.3",
"mqtt": "^5.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"useful-typescript-functions": "^2.0.0",
"yaml": "^2.3.2"
"useful-typescript-functions": "^2.10.1",
"yaml": "^2.3.3"
},
"devDependencies": {
"@types/dotenv-flow": "3.3.0",
"@types/express": "4.17.17",
"@vitest/coverage-v8": "^0.34.3",
"vitest": "0.34.3"
"@types/dotenv-flow": "3.3.2",
"@types/express": "4.17.20",
"@vitest/coverage-v8": "^0.34.6",
"vitest": "0.34.6"
}
}

0 comments on commit cbe8f5b

Please sign in to comment.