Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions install/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"serve-favicon": "2.5.1",
"sharp": "0.34.5",
"sitemap": "9.0.0",
"snyk": "^1.1303.1",
"socket.io": "4.8.3",
"socket.io-client": "4.8.3",
"@socket.io/redis-adapter": "8.3.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this gone lmao

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used npm install snyk to make sure that all of its dependencies would be installed. Not a clue why it was gone afterwards. Fixed now.

Expand Down Expand Up @@ -164,9 +165,9 @@
"@apidevtools/swagger-parser": "10.1.0",
"@commitlint/cli": "20.3.1",
"@commitlint/config-angular": "20.3.1",
"coveralls": "3.1.1",
"@eslint/js": "9.39.2",
"@stylistic/eslint-plugin": "5.7.0",
"coveralls": "3.1.1",
"eslint-config-nodebb": "1.1.11",
"eslint-plugin-import": "2.32.0",
"grunt": "1.6.1",
Expand Down Expand Up @@ -204,4 +205,4 @@
"url": "https://github.com/barisusakli"
}
]
}
}
Loading