Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Update dependency dotenv to ^16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 28, 2024
1 parent a59b3f1 commit ec57353
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/wasp-ws-event-service",
"version": "0.1.95",
"version": "0.1.96",
"description": "Web socket service for streaming WASP events",
"main": "app/index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/digicatapult/wasp-ws-event-service#readme",
"dependencies": {
"@asyncapi/parser": "^2.1.2",
"dotenv": "^16.4.0",
"dotenv": "^16.4.1",
"envalid": "^8.0.0",
"express": "^4.18.2",
"express-ws": "^5.0.2",
Expand Down

0 comments on commit ec57353

Please sign in to comment.