added object hash

This commit is contained in:
Jack 2021-08-27 19:10:39 +01:00
parent 86bfd86ec2
commit 166b6c10e7
2 changed files with 9 additions and 10 deletions

18
package-lock.json generated
View file

@ -5,7 +5,6 @@
"requires": true,
"packages": {
"": {
"name": "monkeytype",
"version": "1.5.6",
"license": "GPL-3.0",
"dependencies": {
@ -25,6 +24,7 @@
"mongoose": "^5.12.12",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"object-hash": "^2.2.0",
"path": "^0.12.7",
"tinycolor2": "^1.4.2",
"uuid": "^8.3.2"
@ -10269,9 +10269,9 @@
"dev": true
},
"node_modules/nodemon": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.9.tgz",
"integrity": "sha512-6O4k7C8f2HQArGpaPBOqGGddjzDLQAqCYmq3tKMeNIbz7Is/hOphMHy2dcY10sSq5wl3cqyn9Iz+Ep2j51JOLg==",
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.12.tgz",
"integrity": "sha512-egCTmNZdObdBxUBw6ZNwvZ/xzk24CKRs5K6d+5zbmrMr7rOpPmfPeF6OxM3DDpaRx331CQRFEktn+wrFFfBSOA==",
"hasInstallScript": true,
"dependencies": {
"chokidar": "^3.2.2",
@ -10490,7 +10490,6 @@
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
"optional": true,
"engines": {
"node": ">= 6"
}
@ -22499,9 +22498,9 @@
"dev": true
},
"nodemon": {
"version": "2.0.9",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.9.tgz",
"integrity": "sha512-6O4k7C8f2HQArGpaPBOqGGddjzDLQAqCYmq3tKMeNIbz7Is/hOphMHy2dcY10sSq5wl3cqyn9Iz+Ep2j51JOLg==",
"version": "2.0.12",
"resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.12.tgz",
"integrity": "sha512-egCTmNZdObdBxUBw6ZNwvZ/xzk24CKRs5K6d+5zbmrMr7rOpPmfPeF6OxM3DDpaRx331CQRFEktn+wrFFfBSOA==",
"requires": {
"chokidar": "^3.2.2",
"debug": "^3.2.6",
@ -22668,8 +22667,7 @@
"object-hash": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/object-hash/-/object-hash-2.2.0.tgz",
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw==",
"optional": true
"integrity": "sha512-gScRMn0bS5fH+IuwyIFgnh9zBdo4DV+6GhygmWM9HyNJSgS0hScp1f5vjtm7oIIOiT9trXrShAkLFSc2IqKNgw=="
},
"object-inspect": {
"version": "1.10.3",

View file

@ -61,6 +61,7 @@
"mongoose": "^5.12.12",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.7",
"object-hash": "^2.2.0",
"path": "^0.12.7",
"tinycolor2": "^1.4.2",
"uuid": "^8.3.2"