fix package.json typo
parent
0488480ae9
commit
fc7d44096e
|
@ -22,7 +22,7 @@
|
|||
"cr-db": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git",
|
||||
"cron": "^1.8.2",
|
||||
"eris": "^0.16.1",
|
||||
"eris-pagination": "github:libraryofcode/eris-pagination",
|
||||
"eris-pagination": "git+https://github.com/libraryofcode/eris-pagination.git",
|
||||
"express": "^4.17.1",
|
||||
"helmet": "^4.6.0",
|
||||
"ioredis": "^4.28.2",
|
||||
|
@ -1521,7 +1521,7 @@
|
|||
},
|
||||
"node_modules/cr-db": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git#2da1064a2fdc1d2e4bfe8e927fbca5e7d08c2d01",
|
||||
"resolved": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git#afe03b8012d751de08f68a4bd62e040435b71230",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@typegoose/typegoose": "^9.4.0",
|
||||
|
@ -4007,15 +4007,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/mathjs": {
|
||||
"version": "10.1.1",
|
||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.1.1.tgz",
|
||||
"integrity": "sha512-4QJP8a0Vy90ajFYESnITSluCrQBZnI+2XQhKJIRdo/6t95oupffS5qA4MTWnLGm5GsEZF179JSMjST7wCdZQkA==",
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.2.0.tgz",
|
||||
"integrity": "sha512-SSr0E069ZePcqxlxG9QnPYFk+JZbY9L1d7bm/C/ySsOEvHvDGixTtlXwYXvkCWX+mtk1KmlluB6ShpXu53TEvw==",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"complex.js": "^2.0.15",
|
||||
"decimal.js": "^10.3.1",
|
||||
"escape-latex": "^1.2.0",
|
||||
"fraction.js": "^4.1.2",
|
||||
"fraction.js": "^4.1.3",
|
||||
"javascript-natural-sort": "^0.7.1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"tiny-emitter": "^2.1.0",
|
||||
|
@ -4227,9 +4227,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/mongoose": {
|
||||
"version": "6.2.3",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.3.tgz",
|
||||
"integrity": "sha512-FxF2D0MGGIw9bAJ57nSyM4Hs4tDHbu6dn9gQwT1J/lxmRB8jfaWWJ3FSJXTmeYlQ6BpyKeIaT8fj6SAX0YMNBA==",
|
||||
"version": "6.2.4",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.4.tgz",
|
||||
"integrity": "sha512-3hA3IGxBzZdlp1+/I9qn53NjEAd01qvKAH2WUCPahjVO8+uAmR0B4m+1bC3x9a4r0ExY8QYQ2ryG3E/v5Tj+jA==",
|
||||
"dependencies": {
|
||||
"bson": "^4.2.2",
|
||||
"kareem": "2.3.4",
|
||||
|
@ -6347,9 +6347,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/typescript": {
|
||||
"version": "4.5.5",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
|
||||
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
|
||||
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
|
||||
"dev": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
|
@ -7836,7 +7836,7 @@
|
|||
"integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac="
|
||||
},
|
||||
"cr-db": {
|
||||
"version": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git#2da1064a2fdc1d2e4bfe8e927fbca5e7d08c2d01",
|
||||
"version": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git#afe03b8012d751de08f68a4bd62e040435b71230",
|
||||
"from": "cr-db@git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git",
|
||||
"requires": {
|
||||
"@typegoose/typegoose": "^9.4.0",
|
||||
|
@ -8121,7 +8121,7 @@
|
|||
},
|
||||
"eris-pagination": {
|
||||
"version": "git+ssh://git@github.com/libraryofcode/eris-pagination.git#edbc3856323d7deb9f7bb90cd939dcf5510e6957",
|
||||
"from": "eris-pagination@github:libraryofcode/eris-pagination",
|
||||
"from": "eris-pagination@git+https://github.com/libraryofcode/eris-pagination.git",
|
||||
"requires": {
|
||||
"eris-reactions": "^0.1.2"
|
||||
}
|
||||
|
@ -9760,15 +9760,15 @@
|
|||
"integrity": "sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ=="
|
||||
},
|
||||
"mathjs": {
|
||||
"version": "10.1.1",
|
||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.1.1.tgz",
|
||||
"integrity": "sha512-4QJP8a0Vy90ajFYESnITSluCrQBZnI+2XQhKJIRdo/6t95oupffS5qA4MTWnLGm5GsEZF179JSMjST7wCdZQkA==",
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mathjs/-/mathjs-10.2.0.tgz",
|
||||
"integrity": "sha512-SSr0E069ZePcqxlxG9QnPYFk+JZbY9L1d7bm/C/ySsOEvHvDGixTtlXwYXvkCWX+mtk1KmlluB6ShpXu53TEvw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.16.7",
|
||||
"@babel/runtime": "^7.17.2",
|
||||
"complex.js": "^2.0.15",
|
||||
"decimal.js": "^10.3.1",
|
||||
"escape-latex": "^1.2.0",
|
||||
"fraction.js": "^4.1.2",
|
||||
"fraction.js": "^4.1.3",
|
||||
"javascript-natural-sort": "^0.7.1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"tiny-emitter": "^2.1.0",
|
||||
|
@ -9917,9 +9917,9 @@
|
|||
}
|
||||
},
|
||||
"mongoose": {
|
||||
"version": "6.2.3",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.3.tgz",
|
||||
"integrity": "sha512-FxF2D0MGGIw9bAJ57nSyM4Hs4tDHbu6dn9gQwT1J/lxmRB8jfaWWJ3FSJXTmeYlQ6BpyKeIaT8fj6SAX0YMNBA==",
|
||||
"version": "6.2.4",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.4.tgz",
|
||||
"integrity": "sha512-3hA3IGxBzZdlp1+/I9qn53NjEAd01qvKAH2WUCPahjVO8+uAmR0B4m+1bC3x9a4r0ExY8QYQ2ryG3E/v5Tj+jA==",
|
||||
"requires": {
|
||||
"bson": "^4.2.2",
|
||||
"kareem": "2.3.4",
|
||||
|
@ -11509,9 +11509,9 @@
|
|||
"integrity": "sha512-Hhy1Iwo/e4AtLZNK10ewVVcP2UEs408DS35ubP825w/YgSBK1KVLwALvvIG4yX75QJrxjCpcWkzkVRB0BwwYlA=="
|
||||
},
|
||||
"typescript": {
|
||||
"version": "4.5.5",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.5.5.tgz",
|
||||
"integrity": "sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==",
|
||||
"version": "4.6.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.2.tgz",
|
||||
"integrity": "sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==",
|
||||
"dev": true
|
||||
},
|
||||
"unbox-primitive": {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"cr-db": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git",
|
||||
"cron": "^1.8.2",
|
||||
"eris": "^0.16.1",
|
||||
"eris-pagination": "git:https://github.com/libraryofcode/eris-pagination.git",
|
||||
"eris-pagination": "git+https://github.com/libraryofcode/eris-pagination.git",
|
||||
"express": "^4.17.1",
|
||||
"helmet": "^4.6.0",
|
||||
"ioredis": "^4.28.2",
|
||||
|
|
Loading…
Reference in New Issue