diff --git a/dev-tools/docker-compose/package.json b/dev-tools/docker-compose/package.json index 43916232a..bd326af7d 100644 --- a/dev-tools/docker-compose/package.json +++ b/dev-tools/docker-compose/package.json @@ -6,7 +6,7 @@ "dependencies": { "node-fetch": "2.6.1", "yaml": "1.10.0", - "lodash": "4.17.20", + "lodash": "4.17.21", "@openintegrationhub/iam-utils": "*", "uuid": "8.3.2" }, diff --git a/dev-tools/docker-compose/src/config.js b/dev-tools/docker-compose/src/config.js index 1c1c42670..b884668ef 100644 --- a/dev-tools/docker-compose/src/config.js +++ b/dev-tools/docker-compose/src/config.js @@ -2,7 +2,7 @@ const path = require('path') const { homedir } = require('os') const nodeImage = 'node:12-stretch' -const kubernetesVersion = 'v1.21.0-beta.1' +const kubernetesVersion = 'v1.21.0' const adminUsername = 'admin@openintegrationhub.com' const adminPassword = 'somestring' diff --git a/lib/attachment-storage-service/package.json b/lib/attachment-storage-service/package.json index c77af8ce3..ea927494b 100644 --- a/lib/attachment-storage-service/package.json +++ b/lib/attachment-storage-service/package.json @@ -24,7 +24,7 @@ "@types/koa-bodyparser": "4.3.0", "@types/koa-bunyan-logger": "2.1.2", "@types/koa-router": "7.4.0", - "@types/lodash": "4.14.135", + "@types/lodash": "4.14.169", "@types/node": "13.7.7", "@types/uuid-validate": "0.0.1", "@typescript-eslint/eslint-plugin": "2.21.0", @@ -38,8 +38,8 @@ "koa-bunyan-logger": "2.1.0", "koa-jwt": "3.5.1", "koa-router": "7.4.0", - "koa2-swagger-ui": "2.14.0", - "lodash": "4.17.11", + "koa2-swagger-ui": "5.1.0", + "lodash": "4.17.21", "nconf": "0.10.0", "uuid-validate": "0.0.3" }, diff --git a/lib/attachment-storage-service/src/index.ts b/lib/attachment-storage-service/src/index.ts index 600c90162..860cf00c0 100644 --- a/lib/attachment-storage-service/src/index.ts +++ b/lib/attachment-storage-service/src/index.ts @@ -6,7 +6,7 @@ import healthcheck from './routes/healthcheck'; import objects from './routes/objects'; import batch from './routes/batch'; import koaBunyanLogger from 'koa-bunyan-logger'; -import koaSwagger from 'koa2-swagger-ui'; +import { koaSwagger } from 'koa2-swagger-ui'; import errorResponder from './middleware/error-responder'; import Healthcheckable from './healthcheckable'; import StorageDriver, { diff --git a/lib/backend-commons-lib/package.json b/lib/backend-commons-lib/package.json index 2683e8b1f..47531cbbe 100644 --- a/lib/backend-commons-lib/package.json +++ b/lib/backend-commons-lib/package.json @@ -10,11 +10,11 @@ "author": "Open Integration Hub", "license": "APL-2.0", "dependencies": { - "amqplib": "0.5.2", + "amqplib": "0.8.0", "awilix": "4.1.0", "bunyan": "1.8.12", "kubernetes-client": "9.0.0", - "lodash": "4.17.11", + "lodash": "4.17.21", "nconf": "0.10.0" }, "devDependencies": { diff --git a/lib/component-orchestrator/package.json b/lib/component-orchestrator/package.json index a2fa35af0..f7faa1629 100644 --- a/lib/component-orchestrator/package.json +++ b/lib/component-orchestrator/package.json @@ -14,7 +14,7 @@ "dependencies": { "@openintegrationhub/event-bus": "*", "jsonwebtoken": "8.5.1", - "lodash": "4.17.20", + "lodash": "4.17.21", "uuid": "8.3.0" }, "devDependencies": { diff --git a/lib/component-repository/package.json b/lib/component-repository/package.json index 433e0180c..0b614eb71 100644 --- a/lib/component-repository/package.json +++ b/lib/component-repository/package.json @@ -17,7 +17,7 @@ "cors": "2.8.5", "express": "4.17.1", "express-async-handler": "1.1.4", - "lodash": "4.17.20", + "lodash": "4.17.21", "mongoose": "5.11.8", "swagger-ui-express": "4.0.2" }, diff --git a/lib/event-bus/package.json b/lib/event-bus/package.json index 2635ae6d8..02cc339a1 100644 --- a/lib/event-bus/package.json +++ b/lib/event-bus/package.json @@ -10,10 +10,10 @@ "author": "Open Integration Hub", "license": "APL-2.0", "dependencies": { - "amqplib": "0.6.0", + "amqplib": "0.8.0", "assert": "1.4.1", "bunyan": "1.8.12", - "lodash": "^4.17.21" + "lodash": "4.17.21" }, "devDependencies": { "eslint": "4.5.0", diff --git a/lib/ferryman/package.json b/lib/ferryman/package.json index f1b31d4c6..34abdcb92 100644 --- a/lib/ferryman/package.json +++ b/lib/ferryman/package.json @@ -14,13 +14,13 @@ "node": ">=12.13.0" }, "dependencies": { - "amqplib": "0.6.0", + "amqplib": "0.8.0", "bunyan": "1.8.10", "co": "4.6.0", "debug": "3.1.0", "jsonata": "^1.8.3", "jsonwebtoken": "^8.5.1", - "lodash": "^4.17.20", + "lodash": "4.17.21", "p-throttle": "2.1.0", "promise-toolbox": "0.16.0", "q": "1.4.1", diff --git a/lib/webhooks/package.json b/lib/webhooks/package.json index 8168f1e01..b46bc6513 100644 --- a/lib/webhooks/package.json +++ b/lib/webhooks/package.json @@ -19,7 +19,7 @@ "express": "4.16.2", "express-async-handler": "1.1.4", "express-xml-bodyparser": "0.3.0", - "lodash": "4.17.11", + "lodash": "4.17.21", "mime-types": "2.1.13", "multiparty": "4.1.2", "on-finished": "2.3.0", diff --git a/services/attachment-storage-service/package.json b/services/attachment-storage-service/package.json index a37452f20..1aa0c26c5 100644 --- a/services/attachment-storage-service/package.json +++ b/services/attachment-storage-service/package.json @@ -30,7 +30,7 @@ "@types/koa": "2.0.48", "@types/koa-bunyan-logger": "2.1.0", "@types/koa-router": "7.0.40", - "@types/lodash": "4.14.149", + "@types/lodash": "4.14.169", "@types/mocha": "5.2.6", "@types/mocha-steps": "1.1.1", "@types/nconf": "0.10.0", diff --git a/services/audit-log/package.json b/services/audit-log/package.json index 5dabe0e3f..799296934 100644 --- a/services/audit-log/package.json +++ b/services/audit-log/package.json @@ -15,7 +15,7 @@ "dependencies": { "@openintegrationhub/event-bus": "*", "@openintegrationhub/iam-utils": "*", - "amqplib": "^0.5.2", + "amqplib": "0.8.0", "body-parser": "^1.18.2", "bunyan": "^1.8.12", "bunyan-format": "^0.2.1", diff --git a/services/component-orchestrator/package.json b/services/component-orchestrator/package.json index cb093d772..03875b045 100644 --- a/services/component-orchestrator/package.json +++ b/services/component-orchestrator/package.json @@ -27,7 +27,7 @@ "basic-auth": "2.0.1", "express": "4.17.1", "isomorphic-fetch": "3.0.0", - "lodash": "4.17.20", + "lodash": "4.17.21", "lru-cache": "6.0.0", "mongoose": "5.11.8", "rabbitmq-stats": "1.2.3", diff --git a/services/data-hub/package.json b/services/data-hub/package.json index 2583299fe..39f514d75 100644 --- a/services/data-hub/package.json +++ b/services/data-hub/package.json @@ -28,7 +28,7 @@ "@types/koa-bunyan-logger": "2.1.3", "@types/koa-qs": "2.0.0", "@types/koa-router": "7.0.42", - "@types/lodash": "4.14.135", + "@types/lodash": "4.14.169", "@types/mocha": "5.2.7", "@types/nock": "10.0.3", "@types/supertest": "2.0.8", @@ -54,8 +54,8 @@ "koa-bunyan-logger": "2.1.0", "koa-qs": "3.0.0", "koa-router": "10.0.0", - "koa2-swagger-ui": "5.0.5", - "lodash": "4.17.20", + "koa2-swagger-ui": "5.1.0", + "lodash": "4.17.21", "mongoose": "5.11.8" } } diff --git a/services/dispatcher-service/package.json b/services/dispatcher-service/package.json index 78d4b3524..c3305b858 100644 --- a/services/dispatcher-service/package.json +++ b/services/dispatcher-service/package.json @@ -15,14 +15,14 @@ "dependencies": { "@openintegrationhub/event-bus": "*", "@openintegrationhub/iam-utils": "*", - "amqplib": "^0.5.2", + "amqplib": "0.8.0", "body-parser": "^1.18.2", "bunyan": "^1.8.12", "bunyan-format": "^0.2.1", "cors": "^2.8.5", "dotenv": "^6.2.0", "express": "^4.16.3", - "lodash": "^4.17.20", + "lodash": "4.17.21", "mongoose": "5.11.8", "request": "^2.87.0", "request-promise": "^4.2.2", diff --git a/services/iam/package.json b/services/iam/package.json index d06c9d6f3..dd5745502 100644 --- a/services/iam/package.json +++ b/services/iam/package.json @@ -40,7 +40,7 @@ "express": "4.17.1", "express-session": "1.17.1", "jsonwebtoken": "8.5.1", - "lodash": "4.17.20", + "lodash": "4.17.21", "moment": "2.28.0", "mongodb": "3.6.2", "mongoose": "5.11.8", diff --git a/services/snapshots-service/package.json b/services/snapshots-service/package.json index a94f7d116..c4df5a906 100644 --- a/services/snapshots-service/package.json +++ b/services/snapshots-service/package.json @@ -26,7 +26,7 @@ "@types/koa-bunyan-logger": "2.1.1", "@types/koa-qs": "2.0.0", "@types/koa-router": "7.0.42", - "@types/lodash": "4.14.135", + "@types/lodash": "4.14.169", "@types/mocha": "5.2.7", "@types/nock": "10.0.3", "@types/supertest": "2.0.8", @@ -51,8 +51,8 @@ "koa-bunyan-logger": "2.1.0", "koa-qs": "2.0.0", "koa-router": "7.4.0", - "koa2-swagger-ui": "2.14.0", - "lodash": "4.17.11", + "koa2-swagger-ui": "5.1.0", + "lodash": "4.17.21", "mongoose": "5.11.8" } } diff --git a/services/snapshots-service/src/server.ts b/services/snapshots-service/src/server.ts index 183ff7c7d..860a3b778 100644 --- a/services/snapshots-service/src/server.ts +++ b/services/snapshots-service/src/server.ts @@ -5,7 +5,7 @@ import { Logger, ConfigStore } from 'backend-commons-lib'; import healthcheck from './routes/healthcheck'; import snapshots from './routes/snapshots'; import koaBunyanLogger from 'koa-bunyan-logger'; -import koaSwagger from 'koa2-swagger-ui'; +import { koaSwagger } from 'koa2-swagger-ui'; import errorResponder from './middleware/error-responder'; import * as path from 'path'; import koaQs from 'koa-qs'; diff --git a/services/template-repository/package.json b/services/template-repository/package.json index d10e3c215..871dca173 100644 --- a/services/template-repository/package.json +++ b/services/template-repository/package.json @@ -28,7 +28,7 @@ "cors": "^2.8.5", "cronstrue": "^1.94.0", "express": "^4.17.1", - "lodash": "^4.17.20", + "lodash": "4.17.21", "mongoose": "5.11.8", "request": "^2.87.0", "request-promise": "^4.2.5", diff --git a/services/web-ui/package.json b/services/web-ui/package.json index 3875ad327..c05aaad7c 100644 --- a/services/web-ui/package.json +++ b/services/web-ui/package.json @@ -46,7 +46,7 @@ "immutability-helper": "3.0.0", "eslint-config-airbnb-base": "13.1.0", "jest": "26.6.0", - "lodash": "^4.17.21", + "lodash": "4.17.21", "prop-types": "15.7.2", "react": "16.14.0", "react-app-rewire-hot-loader": "2.0.1", diff --git a/yarn.lock b/yarn.lock index 15d148bec..403d215f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2290,7 +2290,7 @@ dependencies: "@types/koa" "*" -"@types/koa@*", "@types/koa@^2.0.48", "@types/koa@^2.11.6": +"@types/koa@*": version "2.11.7" resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.11.7.tgz#3b38f3b9faa66315a84890a771d166fb36463100" integrity sha512-1iXJZZWCePoMe9LGSIPWsu5k5RI4ooXijW78c+nljMn3YbUts8PXoEESu1OeFmrazLPl1l97vTxzwvmH32TWVQ== @@ -2316,20 +2316,29 @@ "@types/koa-compose" "*" "@types/node" "*" +"@types/koa@^2.13.1": + version "2.13.1" + resolved "https://registry.yarnpkg.com/@types/koa/-/koa-2.13.1.tgz#e29877a6b5ad3744ab1024f6ec75b8cbf6ec45db" + integrity sha512-Qbno7FWom9nNqu0yHZ6A0+RWt4mrYBhw3wpBAQ3+IuzGcLlfeYkzZrnMq5wsxulN2np8M4KKeUpTodsOsSad5Q== + dependencies: + "@types/accepts" "*" + "@types/content-disposition" "*" + "@types/cookies" "*" + "@types/http-assert" "*" + "@types/http-errors" "*" + "@types/keygrip" "*" + "@types/koa-compose" "*" + "@types/node" "*" + "@types/lockfile@^1.0.1": version "1.0.1" resolved "https://registry.yarnpkg.com/@types/lockfile/-/lockfile-1.0.1.tgz#434a3455e89843312f01976e010c60f1bcbd56f7" integrity sha512-65WZedEm4AnOsBDdsapJJG42MhROu3n4aSSiu87JXF/pSdlubxZxp3S1yz3kTfkJ2KBPud4CpjoHVAptOm9Zmw== -"@types/lodash@4.14.135": - version "4.14.135" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.135.tgz#d2607c35dd68f70c2b35ba020c667493dedd8447" - integrity sha512-Ed+tSZ9qM1oYpi5kzdsBuOzcAIn1wDW+e8TFJ50IMJMlSopGdJgKAbhHzN6h1E1OfjlGOr2JepzEWtg9NIfoNg== - -"@types/lodash@4.14.149": - version "4.14.149" - resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440" - integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ== +"@types/lodash@4.14.169": + version "4.14.169" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.169.tgz#83c217688f07a4d9ef8f28a3ebd1d318f6ff4cbb" + integrity sha512-DvmZHoHTFJ8zhVYwCLWbQ7uAbYQEk52Ev2/ZiQ7Y7gQGeV9pjBqjnQpECMHfKS1rCYAhMI7LHVxwyZLZinJgdw== "@types/md5-file@^4.0.2": version "4.0.2" @@ -3231,40 +3240,17 @@ amdefine@>=0.0.4: resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5" integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU= -amqplib@0.5.2: - version "0.5.2" - resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.5.2.tgz#d2d7313c7ffaa4d10bcf1e6252de4591b6cc7b63" - integrity sha512-l9mCs6LbydtHqRniRwYkKdqxVa6XMz3Vw1fh+2gJaaVgTM6Jk3o8RccAKWKtlhT1US5sWrFh+KKxsVUALURSIA== - dependencies: - bitsyntax "~0.0.4" - bluebird "^3.4.6" - buffer-more-ints "0.0.2" - readable-stream "1.x >=1.1.9" - safe-buffer "^5.0.1" - -amqplib@0.6.0: - version "0.6.0" - resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.6.0.tgz#87857c7c95d56d22438ced4cf1f7e5f0dc43b309" - integrity sha512-zXCh4jQ77TBZe1YtvZ1n7sUxnTjnNagpy8MVi2yc1ive239pS3iLwm4e4d5o4XZGx1BdTKQ/U0ZmaDU3c8MxYQ== - dependencies: - bitsyntax "~0.1.0" - bluebird "^3.5.2" - buffer-more-ints "~1.0.0" - readable-stream "1.x >=1.1.9" - safe-buffer "~5.1.2" - url-parse "~1.4.3" - -amqplib@^0.5.2: - version "0.5.6" - resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.5.6.tgz#86a7850f4f39c568eaa0dd0300ef374e17941cf4" - integrity sha512-J4TR0WAMPBHN+tgTuhNsSObfM9eTVTZm/FNw0LyaGfbiLsBxqSameDNYpChUFXW4bnTKHDXy0ab+nuLhumnRrQ== +amqplib@0.8.0: + version "0.8.0" + resolved "https://registry.yarnpkg.com/amqplib/-/amqplib-0.8.0.tgz#088d10bc61cc5ac5a49ac72033c7ac66c23aeb61" + integrity sha512-icU+a4kkq4Y1PS4NNi+YPDMwdlbFcZ1EZTQT2nigW3fvOb6AOgUQ9+Mk4ue0Zu5cBg/XpDzB40oH10ysrk2dmA== dependencies: bitsyntax "~0.1.0" - bluebird "^3.5.2" + bluebird "^3.7.2" buffer-more-ints "~1.0.0" readable-stream "1.x >=1.1.9" - safe-buffer "~5.1.2" - url-parse "~1.4.3" + safe-buffer "~5.2.1" + url-parse "~1.5.1" ansi-align@^2.0.0: version "2.0.0" @@ -4638,13 +4624,6 @@ bindings@^1.5.0: dependencies: file-uri-to-path "1.0.0" -bitsyntax@~0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/bitsyntax/-/bitsyntax-0.0.4.tgz#eb10cc6f82b8c490e3e85698f07e83d46e0cba82" - integrity sha1-6xDMb4K4xJDj6FaY8H6D1G4MuoI= - dependencies: - buffer-more-ints "0.0.2" - bitsyntax@~0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/bitsyntax/-/bitsyntax-0.1.0.tgz#b0c59acef03505de5a2ed62a2f763c56ae1d6205" @@ -4698,7 +4677,7 @@ bluebird@3.5.1: resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9" integrity sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA== -bluebird@^3.0.0, bluebird@^3.3, bluebird@^3.4.6, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.2, bluebird@^3.5.5: +bluebird@^3.0.0, bluebird@^3.3, bluebird@^3.5.0, bluebird@^3.5.1, bluebird@^3.5.5, bluebird@^3.7.2: version "3.7.2" resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.7.2.tgz#9f229c15be272454ffa973ace0dbee79a1b0c36f" integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg== @@ -5025,11 +5004,6 @@ buffer-indexof@^1.0.0: resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c" integrity sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g== -buffer-more-ints@0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/buffer-more-ints/-/buffer-more-ints-0.0.2.tgz#26b3885d10fa13db7fc01aae3aab870199e0124c" - integrity sha1-JrOIXRD6E9t/wBquOquHAZngEkw= - buffer-more-ints@~1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/buffer-more-ints/-/buffer-more-ints-1.0.0.tgz#ef4f8e2dddbad429ed3828a9c55d44f05c611422" @@ -11228,7 +11202,7 @@ handle-thing@^2.0.0: resolved "https://registry.yarnpkg.com/handle-thing/-/handle-thing-2.0.1.tgz#857f79ce359580c340d43081cc648970d0bb234e" integrity sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg== -handlebars@^4.0.1, handlebars@^4.0.2, handlebars@^4.1.2, handlebars@^4.7.6: +handlebars@^4.0.1, handlebars@^4.0.2: version "4.7.6" resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.6.tgz#d4c05c1baf90e9945f77aa68a7a219aa4a7df74e" integrity sha512-1f2BACcBfiwAfStCKZNrUCgqNZkGsAT7UM3kkYtXuLo0KnaVfjKOyf7PRzB6++aK9STyT1Pd2ZCPe3EGOXleXA== @@ -11240,6 +11214,18 @@ handlebars@^4.0.1, handlebars@^4.0.2, handlebars@^4.1.2, handlebars@^4.7.6: optionalDependencies: uglify-js "^3.1.4" +handlebars@^4.7.7: + version "4.7.7" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.7.tgz#9ce33416aad02dbd6c8fafa8240d5d98004945a1" + integrity sha512-aAcXm5OAfE/8IXkcZvCepKU3VzW1/39Fb5ZuqMtgI/hT8X2YgoMvBY5dLhq/cpOvw7Lk1nK/UF71aLG/ZnVYRA== + dependencies: + minimist "^1.2.5" + neo-async "^2.6.0" + source-map "^0.6.1" + wordwrap "^1.0.0" + optionalDependencies: + uglify-js "^3.1.4" + har-schema@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -14129,24 +14115,14 @@ koa-unless@1.0.7: resolved "https://registry.yarnpkg.com/koa-unless/-/koa-unless-1.0.7.tgz#b9df375e2b4da3043918d48622520c2c0b79f032" integrity sha1-ud83XitNowQ5GNSGIlIMLAt58DI= -koa2-swagger-ui@2.14.0: - version "2.14.0" - resolved "https://registry.yarnpkg.com/koa2-swagger-ui/-/koa2-swagger-ui-2.14.0.tgz#0f134371a761bba282fe6ae27931ce666f201031" - integrity sha512-qjM2DoxtI6KATurG/39vecwJ0dHXr5TpIEFTd5PyeQaHnyMM4z/fzwOa6MT1Liazgu+k5tosF7oPNSlDHuSNEw== - dependencies: - "@types/koa" "^2.0.48" - handlebars "^4.1.2" - lodash "^4.17.11" - read-pkg-up "^6.0.0" - -koa2-swagger-ui@5.0.5: - version "5.0.5" - resolved "https://registry.yarnpkg.com/koa2-swagger-ui/-/koa2-swagger-ui-5.0.5.tgz#19bd95a099bf05f4aa8213df0f175933b62f4055" - integrity sha512-GpkiMghci0koi4a7t5UgsEDiTjGSwJxDjCDoAsbZMuPf3pnTaXaHAQqGFDldtD5xQyOV8OSR61DdwgVvqmfTjg== +koa2-swagger-ui@5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/koa2-swagger-ui/-/koa2-swagger-ui-5.1.0.tgz#6f24892cd702aa11bf3ba029616265f715517b13" + integrity sha512-5TZr1bcl6pRjMrO8a4plTopjb4P234/nIjJ3Xyu6RYEVHFPWRXzuJA1daa45UViXRfgGPGAARa8R8vWKhCCeig== dependencies: - "@types/koa" "^2.11.6" - handlebars "^4.7.6" - lodash "^4.17.20" + "@types/koa" "^2.13.1" + handlebars "^4.7.7" + lodash "^4.17.21" read-pkg-up "^7.0.1" koa@2.13.1, koa@^2.6.2: @@ -14821,17 +14797,12 @@ lodash.values@~2.4.1: dependencies: lodash.keys "~2.4.1" -lodash@4.17.11: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== - lodash@4.17.20, lodash@4.x, "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.13.1, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1, lodash@~4.17.10, lodash@~4.17.2: version "4.17.20" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== -lodash@^4.17.21: +lodash@4.17.21, lodash@^4.17.21: version "4.17.21" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c" integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== @@ -19545,15 +19516,6 @@ read-pkg-up@^4.0.0: find-up "^3.0.0" read-pkg "^3.0.0" -read-pkg-up@^6.0.0: - version "6.0.0" - resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-6.0.0.tgz#da75ce72762f2fa1f20c5a40d4dd80c77db969e3" - integrity sha512-odtTvLl+EXo1eTsMnoUHRmg/XmXdTkwXVxy4VFE9Kp6cCq7b3l7QMdBndND3eAFzrbSAXC/WCUOQQ9rLjifKZw== - dependencies: - find-up "^4.0.0" - read-pkg "^5.1.1" - type-fest "^0.5.0" - read-pkg-up@^7.0.1: version "7.0.1" resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507" @@ -19590,7 +19552,7 @@ read-pkg@^3.0.0: normalize-package-data "^2.3.2" path-type "^3.0.0" -read-pkg@^5.1.1, read-pkg@^5.2.0: +read-pkg@^5.2.0: version "5.2.0" resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc" integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== @@ -20575,7 +20537,7 @@ safe-buffer@5.2.0: resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== -safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: +safe-buffer@5.2.1, safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0, safe-buffer@~5.2.1: version "5.2.1" resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== @@ -22867,11 +22829,6 @@ type-fest@^0.3.0, type-fest@^0.3.1: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.3.1.tgz#63d00d204e059474fe5e1b7c011112bbd1dc29e1" integrity sha512-cUGJnCdr4STbePCgqNFbpVNCepa+kAVohJs1sLhxzdH+gnEoOd8VhbYa7pD3zZYGiURWM2xzEII3fQcRizDkYQ== -type-fest@^0.5.0: - version "0.5.2" - resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.5.2.tgz#d6ef42a0356c6cd45f49485c3b6281fc148e48a2" - integrity sha512-DWkS49EQKVX//Tbupb9TFa19c7+MK1XmzkrZUR8TAktmE/DizXoaoJV6TZ/tSIPXipqNiRI6CyAe7x69Jb6RSw== - type-fest@^0.6.0: version "0.6.0" resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b" @@ -23224,7 +23181,7 @@ url-parse-lax@^3.0.0: dependencies: prepend-http "^2.0.0" -url-parse@^1.4.3, url-parse@~1.4.3: +url-parse@^1.4.3: version "1.4.7" resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.4.7.tgz#a8a83535e8c00a316e403a5db4ac1b9b853ae278" integrity sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg== @@ -23232,6 +23189,14 @@ url-parse@^1.4.3, url-parse@~1.4.3: querystringify "^2.1.1" requires-port "^1.0.0" +url-parse@~1.5.1: + version "1.5.1" + resolved "https://registry.yarnpkg.com/url-parse/-/url-parse-1.5.1.tgz#d5fa9890af8a5e1f274a2c98376510f6425f6e3b" + integrity sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q== + dependencies: + querystringify "^2.1.1" + requires-port "^1.0.0" + url@^0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"