Skip to content

Commit

Permalink
Upgraded mongoose/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ktutnik committed Jan 18, 2019
1 parent 2eba9aa commit 6812b2b
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 10 deletions.
10 changes: 5 additions & 5 deletions packages/mongoose/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
"dependencies": {
"@plumjs/core": "^0.1.0",
"@plumjs/validator": "^0.1.1",
"@types/mongoose": "^5.2.17",
"chalk": "^2.4.1",
"@types/mongoose": "^5.3.8",
"chalk": "^2.4.2",
"tinspector": "^2.0.0-3",
"mongoose": "^5.2.15"
"mongoose": "^5.4.5"
},
"devDependencies": {
"@plumjs/plumier": "^0.1.2",
"@types/supertest": "^2.0.4",
"supertest": "^3.1.0"
"@types/supertest": "^2.0.7",
"supertest": "^3.4.1"
},
"bugs": {
"url": "https://github.com/ktutnik/plumier/issues"
Expand Down
11 changes: 11 additions & 0 deletions script/function-snapshot-serializer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* This module will serialize function as [typeof: <Function Name>] instead of [Function]
*/
module.exports = {
test(val) {
return typeof val === "function";
},
print(val) {
return val.name;
},
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@
"@types/bson" "*"
"@types/node" "*"

"@types/mongoose@^5.2.17":
"@types/mongoose@^5.3.8":
version "5.3.8"
resolved "https://registry.yarnpkg.com/@types/mongoose/-/mongoose-5.3.8.tgz#d6d466d868136cae3404ff2292afe3d0f936acc4"
integrity sha512-JYqTaP15pt03e7z4Hbzn14RiUwQMia3mSJSyrTfR59x+7n7WeX1v2G+k+xO2AOYPbVdq3X9W3nVGTNTO0FYkbg==
Expand Down Expand Up @@ -833,7 +833,7 @@
"@types/cookiejar" "*"
"@types/node" "*"

"@types/supertest@^2.0.4", "@types/supertest@^2.0.7":
"@types/supertest@^2.0.7":
version "2.0.7"
resolved "https://registry.yarnpkg.com/@types/supertest/-/supertest-2.0.7.tgz#46ff6508075cd4519736be060f0d6331a5c8ca7b"
integrity sha512-GibTh4OTkal71btYe2fpZP/rVHIPnnUsYphEaoywVHo+mo2a/LhlOFkIm5wdN0H0DA0Hx8x+tKgCYMD9elHu5w==
Expand Down Expand Up @@ -1578,7 +1578,7 @@ chalk@^1.1.3:
strip-ansi "^3.0.0"
supports-color "^2.0.0"

chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.1:
chalk@^2.0.0, chalk@^2.0.1, chalk@^2.3.0, chalk@^2.3.1, chalk@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
Expand Down Expand Up @@ -4868,7 +4868,7 @@ mongoose-legacy-pluralize@1.0.2:
resolved "https://registry.yarnpkg.com/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz#3ba9f91fa507b5186d399fb40854bff18fb563e4"
integrity sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ==

mongoose@^5.2.15:
mongoose@^5.4.5:
version "5.4.5"
resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-5.4.5.tgz#264f8a0bc507ce94f4e22a9788e03e83c6d60ec3"
integrity sha512-TO1xFVyZHALSaN3EEXY5rhpKNYDF0SQxK2TlYbCOGD/rurv9c9PQiNV6xcDZ09FPIoj/cOy4xDJnt3LnthTv5A==
Expand Down Expand Up @@ -6580,7 +6580,7 @@ superagent@^3.8.3:
qs "^6.5.1"
readable-stream "^2.3.5"

supertest@^3.1.0, supertest@^3.4.1:
supertest@^3.4.1:
version "3.4.1"
resolved "https://registry.yarnpkg.com/supertest/-/supertest-3.4.1.tgz#91b19ea34804c205769d0ff5ad947aff3eb2731d"
integrity sha512-r4AmsjjKxC50LxGACe/E4xKjau2amiFlj3aCT2sZCRig2o3l4XFN6Acw7crDu4d8Af1f5chafIyLkQ1mac/boA==
Expand Down

0 comments on commit 6812b2b

Please sign in to comment.