fix package.json typo

master
Matthew 2022-03-01 12:41:04 -05:00
parent 0488480ae9
commit fc7d44096e
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
2 changed files with 27 additions and 27 deletions

52
package-lock.json generated
View File

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

View File

@ -44,7 +44,7 @@
"cr-db": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git", "cr-db": "git+https://gitlab.libraryofcode.org/engineering/community-relations/database.git",
"cron": "^1.8.2", "cron": "^1.8.2",
"eris": "^0.16.1", "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", "express": "^4.17.1",
"helmet": "^4.6.0", "helmet": "^4.6.0",
"ioredis": "^4.28.2", "ioredis": "^4.28.2",