diff --git a/backend/package-lock.json b/backend/package-lock.json index de56aeb3f..072031346 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -24,7 +24,7 @@ "mongodb": "4.4.0", "node-fetch": "2.6.7", "nodemon": "2.0.7", - "object-hash": "^3.0.0", + "object-hash": "3.0.0", "path": "0.12.7", "prom-client": "14.0.1", "simple-git": "2.45.1", @@ -42,6 +42,7 @@ "@types/lodash": "4.14.178", "@types/node": "17.0.18", "@types/node-fetch": "2.6.1", + "@types/object-hash": "2.2.1", "@types/swagger-stats": "0.95.4", "@types/swagger-ui-express": "4.1.3", "@types/ua-parser-js": "0.7.36", @@ -778,6 +779,12 @@ "node": ">= 6" } }, + "node_modules/@types/object-hash": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", + "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==", + "dev": true + }, "node_modules/@types/qs": { "version": "6.9.7", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", @@ -5813,6 +5820,12 @@ } } }, + "@types/object-hash": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", + "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==", + "dev": true + }, "@types/qs": { "version": "6.9.7", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", diff --git a/backend/package.json b/backend/package.json index 7a92a5d06..565c0b241 100644 --- a/backend/package.json +++ b/backend/package.json @@ -30,7 +30,7 @@ "mongodb": "4.4.0", "node-fetch": "2.6.7", "nodemon": "2.0.7", - "object-hash": "^3.0.0", + "object-hash": "3.0.0", "path": "0.12.7", "prom-client": "14.0.1", "simple-git": "2.45.1", @@ -48,6 +48,7 @@ "@types/lodash": "4.14.178", "@types/node": "17.0.18", "@types/node-fetch": "2.6.1", + "@types/object-hash": "2.2.1", "@types/swagger-stats": "0.95.4", "@types/swagger-ui-express": "4.1.3", "@types/ua-parser-js": "0.7.36", diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5fa0f599f..23b671c96 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -20,7 +20,7 @@ "firebase": "9.6.0", "howler": "^2.2.1", "html2canvas": "1.4.1", - "object-hash": "^3.0.0", + "object-hash": "3.0.0", "stemmer": "2.0.0" }, "devDependencies": { @@ -29,6 +29,7 @@ "@types/grecaptcha": "^3.0.3", "@types/howler": "^2.2.5", "@types/jquery": "^3.5.13", + "@types/object-hash": "2.2.1", "@types/select2": "^4.0.55", "@types/tinycolor2": "^1.4.3", "buffer": "^6.0.3", @@ -1036,6 +1037,12 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.16.tgz", "integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==" }, + "node_modules/@types/object-hash": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", + "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==", + "dev": true + }, "node_modules/@types/qs": { "version": "6.9.7", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", @@ -14434,6 +14441,12 @@ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.16.tgz", "integrity": "sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==" }, + "@types/object-hash": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", + "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==", + "dev": true + }, "@types/qs": { "version": "6.9.7", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", diff --git a/frontend/package.json b/frontend/package.json index 2c9ce3da0..27e6739be 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,6 +21,7 @@ "@types/grecaptcha": "^3.0.3", "@types/howler": "^2.2.5", "@types/jquery": "^3.5.13", + "@types/object-hash": "2.2.1", "@types/select2": "^4.0.55", "@types/tinycolor2": "^1.4.3", "buffer": "^6.0.3", @@ -60,7 +61,7 @@ "firebase": "9.6.0", "howler": "^2.2.1", "html2canvas": "1.4.1", - "object-hash": "^3.0.0", + "object-hash": "3.0.0", "stemmer": "2.0.0" } } diff --git a/package-lock.json b/package-lock.json index b87c9b24d..f6aee5bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,10 +8,6 @@ "name": "monkeytype", "version": "1.5.6", "license": "GPL-3.0", - "dependencies": { - "@types/object-hash": "^2.2.1", - "object-hash": "^3.0.0" - }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.11.0", "@typescript-eslint/parser": "^5.11.0", @@ -222,11 +218,6 @@ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", "dev": true }, - "node_modules/@types/object-hash": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", - "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==" - }, "node_modules/@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", @@ -1887,14 +1878,6 @@ "node": ">=8" } }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "engines": { - "node": ">= 6" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -3071,11 +3054,6 @@ "integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==", "dev": true }, - "@types/object-hash": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@types/object-hash/-/object-hash-2.2.1.tgz", - "integrity": "sha512-i/rtaJFCsPljrZvP/akBqEwUP2y5cZLOmvO+JaYnz01aPknrQ+hB5MRcO7iqCUsFaYfTG8kGfKUyboA07xeDHQ==" - }, "@types/parse-json": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", @@ -4320,11 +4298,6 @@ "path-key": "^3.0.0" } }, - "object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==" - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", diff --git a/package.json b/package.json index 7ff064dd2..b8e3c58b2 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,5 @@ "hooks": { "pre-commit": "pretty-quick --staged && npm run lint" } - }, - "dependencies": { - "@types/object-hash": "^2.2.1", - "object-hash": "^3.0.0" } }