From cce87dd72ecaeca2b4253e390f6b4524848daf15 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 24 Sep 2020 13:46:24 +0200 Subject: [PATCH] chore(deps) bump penlight from 1.8.0 to 1.9.2 Fixes In pl.class, _init can now be inherited from grandparent (or older ancestor) classes. #289 Fixes dir, lexer, and permute to no longer use coroutines. #344 --- kong-2.1.4-0.rockspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kong-2.1.4-0.rockspec b/kong-2.1.4-0.rockspec index 5145c2a2c9bd..33ada4b7510c 100644 --- a/kong-2.1.4-0.rockspec +++ b/kong-2.1.4-0.rockspec @@ -14,7 +14,7 @@ dependencies = { "inspect == 3.1.1", "luasec == 0.9", "luasocket == 3.0-rc1", - "penlight == 1.8.0", + "penlight == 1.9.2", "lua-resty-http == 0.15", "lua-resty-jit-uuid == 0.0.7", "lua-ffi-zlib == 0.5",