From 508cbfdf8d0cc920e5702ba20dde4b345a108026 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 05:54:38 +0000 Subject: [PATCH] Bump @akala/core from 2.1.21 to 3.0.5 Bumps [@akala/core](https://github.com/npenin/akala-core) from 2.1.21 to 3.0.5. - [Release notes](https://github.com/npenin/akala-core/releases) - [Commits](https://github.com/npenin/akala-core/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 28 +++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index f38e832..288d95d 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "license": "MIT", "types": "dist/server/index.d.ts", "dependencies": { - "@akala/core": "^2.0.100", + "@akala/core": "^3.0.5", "@akala/server": "^3.0.27", "mongodb": "^3.3.2", "reflect-metadata": "^0.1.13", diff --git a/yarn.lock b/yarn.lock index c0b8996..daadbe6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12,7 +12,7 @@ split2 "^3.1.1" uuid "^3.3.3" -"@akala/core@^2.0.100", "@akala/core@^2.0.105": +"@akala/core@^2.0.105": version "2.1.21" resolved "https://registry.yarnpkg.com/@akala/core/-/core-2.1.21.tgz#4fb7779cbeb51a6039b6a019a65c3bdf71502293" integrity sha512-C58ovPCeapeT3Da4AAGXkObYWOwhtg6KxegW59qG7R4+TmzPgwkzEPWjoAmOBniWAhxg/xjLKY5z0dhTdDgyGg== @@ -30,6 +30,24 @@ utils-merge "^1.0.0" ws "^7.2.1" +"@akala/core@^3.0.5": + version "3.0.5" + resolved "https://registry.yarnpkg.com/@akala/core/-/core-3.0.5.tgz#ecb2bd6afc5537351392c875be9a4621e3bc559a" + integrity sha512-oPphq6V3Qtdb3HVoSO49ekcOPNbwuIweGlB/elBOsxfrDNBTTFY1EexT5h4t25dKx8O5PJQCovUJEd1ryDsy9A== + dependencies: + "@akala/json-rpc-ws" "^9.0.22" + browser-process-hrtime "^1.0.0" + debug "^4.1.1" + es6-promise "^4.2.8" + isomorphic-fetch "^2.2.1" + mock-require "^3.0.3" + orchestrator "^0.3.8" + parseurl "^1.3.1" + path-to-regexp "^6.1.0" + routington "^1.0.3" + utils-merge "^1.0.0" + ws "^7.2.1" + "@akala/json-rpc-ws@^7.0.2": version "7.0.2" resolved "https://registry.yarnpkg.com/@akala/json-rpc-ws/-/json-rpc-ws-7.0.2.tgz#543138e11a2a40fda2deb221bbae32afed65405b" @@ -39,10 +57,10 @@ uuid "^3.3.2" ws "^6.0.0" -"@akala/json-rpc-ws@^9.0.16": - version "9.0.16" - resolved "https://registry.yarnpkg.com/@akala/json-rpc-ws/-/json-rpc-ws-9.0.16.tgz#b1f22399a429a88374e988c9d43a037de5d886fd" - integrity sha512-y9FUFWg+WexaOnyJ7efL0mg41GY/VUYnpDjWsOAIenvQL5HwLRKyt3/5DjgX48aYJG58yA1ROsMLF8NUz6NOfQ== +"@akala/json-rpc-ws@^9.0.16", "@akala/json-rpc-ws@^9.0.22": + version "9.0.22" + resolved "https://registry.yarnpkg.com/@akala/json-rpc-ws/-/json-rpc-ws-9.0.22.tgz#860e7f4a962ce62e25553925ab7582de7a6feb2c" + integrity sha512-rZHXaJXAFF30OUEXo0Ke7cyNRhEUfIEHMFDMYU7brzZ+ptvt0KrIz1I0nR2msW+71F2PtvPzkyevsS8bMiyWWg== dependencies: debug "^4.1.1" uuid "^7.0.3"