Save exact (#2769)

This commit is contained in:
Bruce Berrios 2022-03-25 11:01:45 -04:00 committed by GitHub
parent 4901de2d31
commit ad8c433e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 32 additions and 35 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -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"
}
}

27
package-lock.json generated
View file

@ -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",

View file

@ -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"
}
}