diff --git a/package.json b/package.json
index 7d130288..3aa6095e 100644
--- a/package.json
+++ b/package.json
@@ -54,8 +54,8 @@
"@sentry/integrations": "^7.17.2",
"@sentry/node": "^7.17.2",
"@sentry/tracing": "^7.17.2",
- "ajv": "^8.6.2",
- "ajv-formats": "^2.1.1",
+ "ajv": "8.6.2",
+ "ajv-formats": "2.1.1",
"amqplib": "^0.10.3",
"bcrypt": "^5.0.1",
"cheerio": "^1.0.0-rc.12",
@@ -83,7 +83,7 @@
"proxy-agent": "^5.0.0",
"sqlite3": "^5.1.1",
"typeorm": "^0.3.10",
- "typescript-json-schema": "^0.50.1",
+ "typescript-json-schema": "0.50.1",
"ws": "^8.9.0"
},
"optionalDependencies": {
|