Skip to content

Commit

Permalink
Fix express vuln and remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinaisslaying committed Mar 28, 2024
1 parent 1ffb1fe commit ec68a4d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1,425 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"del-i18n": "github:discordextremelist/i18n",
"discord.js": "^14.11.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-sitemap": "^1.8.0",
"html-entities": "^2.3.2",
Expand All @@ -51,7 +51,7 @@
"@types/color": "^3.0.3",
"@types/datadog-metrics": "^0.6.2",
"@types/ejs": "^3.1.0",
"@types/express": "^4.17.21",
"@types/express": "^4.17.15",
"@types/express-session": "^1.17.10",
"@types/http-errors": "^1.8.2",
"@types/i18n": "^0.13.2",
Expand All @@ -63,9 +63,7 @@
"@types/passport-discord": "^0.1.5",
"@types/passport-oauth2-refresh": "^1.1.1",
"@types/sanitize-html": "^2.11.0",
"bulma-extensions": "^6.2.7",
"ejs-lint": "^1.2.1",
"node-sass": "^7.0.1",
"sass": "^1.72.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit ec68a4d

Please sign in to comment.