aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 7116af3..57b1c43 100644
--- a/package.json
+++ b/package.json
@@ -6,16 +6,16 @@
"express": "^4.17.2",
"express-fileupload": "^1.3.1",
"express-rate-limit": "^6.2.1",
- "express-slow-down": "^1.4.0",
- "helmet": "^5.0.2"
+ "helmet": "^5.0.2",
+ "shell-quote": "^1.7.3"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.13",
"@types/express-fileupload": "^1.2.2",
- "@types/express-slow-down": "^1.3.2",
"@types/node": "^17.0.17",
+ "@types/shell-quote": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^8.9.0",
@@ -45,4 +45,4 @@
"repository": "https: //github.com/RosstheRoss/4951w-pendulum",
"license": "MIT",
"private": true
-} \ No newline at end of file
+}