From 3318c0f6ae540ae1225b6c617646a96afaa2e776 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 05:29:19 +0000 Subject: [PATCH] Bump @akala/core from 2.1.21 to 3.1.0 Bumps [@akala/core](https://github.com/npenin/akala-core) from 2.1.21 to 3.1.0. - [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..e997993 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.1.0", "@akala/server": "^3.0.27", "mongodb": "^3.3.2", "reflect-metadata": "^0.1.13", diff --git a/yarn.lock b/yarn.lock index de7739a..ef7b13d 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.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@akala/core/-/core-3.1.0.tgz#0bea23fc64861fb776545a668bc7e9a79e307874" + integrity sha512-EOzUudSfQr2FUd8c1XX24oLm02ylb8AZOTDWQOdZLetkY9fOBEH7F6rR8p6inYpWpRhUYGpdwozEKHDsgP/KoA== + dependencies: + "@akala/json-rpc-ws" "^9.0.26" + 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.26": + version "9.0.26" + resolved "https://registry.yarnpkg.com/@akala/json-rpc-ws/-/json-rpc-ws-9.0.26.tgz#1d4611202896dcae655046eac20eb86f33d3af28" + integrity sha512-aMEolhRJtzYEEB6JQVCFa3SIswFW0KiIYc/Ll4tCKxjgfelZgvpXjc81MQpQ67zXRBBxWdubdm/rNqRGBrW2Sw== dependencies: debug "^4.1.1" uuid "^7.0.3"