Update dependencies: koa-locales, mongodb, openpgp.

This commit is contained in:
Thomas Oberndörfer 2019-06-17 17:20:41 +02:00
parent ff6f9f7c63
commit b15879f31b
2 changed files with 22 additions and 22 deletions

32
package-lock.json generated
View File

@ -141,9 +141,9 @@
"dev": true
},
"asn1.js": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.0.1.tgz",
"integrity": "sha512-aO8EaEgbgqq77IEw+1jfx5c9zTbzvkfuRBuZsSsPnTHMkmd5AI4J6OtITLZFa381jReeaQL67J0GBTUu0+ZTVw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.1.0.tgz",
"integrity": "sha512-kaJYnE3x2F0UG03mF97T2pPNPLznuXMn5wGKaCWFl95FCGYukliQNtgK6gEP1ojnpEDWuYS8fHbfD0MnYgBtlA==",
"requires": {
"bn.js": "^4.0.0",
"inherits": "^2.0.1",
@ -1370,9 +1370,9 @@
"integrity": "sha1-JzwH7c3Ljfaiwat9We52SRRR7BQ="
},
"koa-locales": {
"version": "1.11.0",
"resolved": "https://registry.npmjs.org/koa-locales/-/koa-locales-1.11.0.tgz",
"integrity": "sha512-VYrV3CCvpwqItjkqPQVB0O212CoVEJqARndN/u/CO2F8Dbhtnj+pjDaqpG1uZLQl8l/jhlpp6O1uWlvLWRqr3Q==",
"version": "1.12.0",
"resolved": "https://registry.npmjs.org/koa-locales/-/koa-locales-1.12.0.tgz",
"integrity": "sha512-lalx0OuvdZ39JppTVqHnYKIgJJbByon9xpt5KSKFOL6/VQS+XBMklMX83+fgkCXzsNacynWaN75ihWP2EGsWIQ==",
"requires": {
"debug": "^2.6.0",
"humanize-ms": "^1.2.0",
@ -1706,18 +1706,18 @@
}
},
"mongodb": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.2.6.tgz",
"integrity": "sha512-qnHc4tjEkHKemuzBq9R7ycYnhFE0Dlpt6+n6suoZp2DcDdqviQ+teloJU24fsOw/PLmr75yGk4mRx/YabjDQEQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.2.7.tgz",
"integrity": "sha512-2YdWrdf1PJgxcCrT1tWoL6nHuk6hCxhddAAaEh8QJL231ci4+P9FLyqopbTm2Z2sAU6mhCri+wd9r1hOcHdoMw==",
"requires": {
"mongodb-core": "3.2.6",
"mongodb-core": "3.2.7",
"safe-buffer": "^5.1.2"
}
},
"mongodb-core": {
"version": "3.2.6",
"resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.2.6.tgz",
"integrity": "sha512-i+XRVjur9D0ywGF7cFebOUnALnbvMHajdNhhl3TQuopW6QDE655G8CpPeERbqSqfa3rOKEUo08lENDIiBIuAvQ==",
"version": "3.2.7",
"resolved": "https://registry.npmjs.org/mongodb-core/-/mongodb-core-3.2.7.tgz",
"integrity": "sha512-WypKdLxFNPOH/Jy6i9z47IjG2wIldA54iDZBmHMINcgKOUcWJh8og+Wix76oGd7EyYkHJKssQ2FAOw5Su/n4XQ==",
"requires": {
"bson": "^1.1.1",
"require_optional": "^1.0.1",
@ -1897,9 +1897,9 @@
"integrity": "sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q="
},
"openpgp": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-4.5.2.tgz",
"integrity": "sha512-vi+jLDY4jHZ6+LUeWRLI43YV8BWtMYnw0ohAV8j5dd67sDpQKDZ92N5uEIiCieudcSoRtP0r/dwM6k+JvO3/gQ==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/openpgp/-/openpgp-4.5.3.tgz",
"integrity": "sha512-QU3TUMgw4UEjhqCUNcLizCdAX8M0eA+h5GCiIji7hOanT1r4R/J3647SRUbW6MjHYyg6N5i4IMzGQMlpFc+Ihg==",
"requires": {
"asn1.js": "^5.0.0",
"node-fetch": "^2.1.2",

View File

@ -24,22 +24,22 @@
"co-body": "6.0.0",
"config": "3.1.0",
"koa": "2.7.0",
"koa-ejs": "^4.2.0",
"koa-locales": "1.11.0",
"koa-ejs": "4.2.0",
"koa-locales": "1.12.0",
"koa-router": "7.4.0",
"koa-static": "5.0.0",
"mongodb": "3.2.6",
"mongodb": "3.2.7",
"nodemailer": "6.2.1",
"openpgp": "4.5.2",
"openpgp": "4.5.3",
"winston": "3.2.1",
"winston-papertrail": "1.0.5"
},
"devDependencies": {
"bootstrap": "3.4.1",
"bootstrap": "^3.4.1",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"eslint": "^5.16.0",
"jquery": "3.4.1",
"jquery": "^3.4.1",
"mocha": "^6.1.4",
"sinon": "^7.3.2",
"supertest": "^4.0.2"