From 26d6fe9a4eef571cf05dfafedd41980174fdd11a Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 19 Apr 2020 18:41:02 +0900 Subject: [PATCH] chore: Update dep --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d2b838c906..2cf2f12a44 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@koa/cors": "3.0.0", "@koa/multer": "2.0.2", "@koa/router": "8.0.8", - "@syuilo/aiscript": "0.4.0", + "@syuilo/aiscript": "0.4.1", "@types/bcryptjs": "2.4.2", "@types/bull": "3.12.2", "@types/cbor": "5.0.0", diff --git a/yarn.lock b/yarn.lock index c91c5e7fe1..7f6f0e6370 100644 --- a/yarn.lock +++ b/yarn.lock @@ -144,10 +144,10 @@ dependencies: type-detect "4.0.8" -"@syuilo/aiscript@0.4.0": - version "0.4.0" - resolved "https://registry.yarnpkg.com/@syuilo/aiscript/-/aiscript-0.4.0.tgz#7f2dab391da4cc60ceb81e892566c57e61669489" - integrity sha512-A20eXB4UVSISVlJ8cwttDDa0WuV8/Wb6qswpLvgnYatoksG/mM29m6WbrB/gsrNXdtccdrNxS26vILmTMWrDhQ== +"@syuilo/aiscript@0.4.1": + version "0.4.1" + resolved "https://registry.yarnpkg.com/@syuilo/aiscript/-/aiscript-0.4.1.tgz#13233c47a3e4a145ab8a0a5547be6c8b772d881c" + integrity sha512-iGtpAYIum607x5FeXRmljfw5RP1SqlGM9eanEnan5Sgm00hglPu9Wbd+6HpeK0sqJCpjJHrEbbqLl2XTKTAOaA== dependencies: "@types/seedrandom" "2.4.28" autobind-decorator "2.4.0"