From 4bb4e99f9aa538ed9814a30bc39fbebc2741b623 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Mon, 4 Nov 2024 20:19:26 +0900 Subject: [PATCH] fix: bumped package version --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3a24d1f..252ef0a 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@octokit/rest": "^21.0.2", "@octokit/webhooks": "^13.3.0", "@sinclair/typebox": "^0.32.35", - "@ubiquity-os/ubiquity-os-kernel": "^2.5.1", + "@ubiquity-os/ubiquity-os-kernel": "^2.5.2", "@ubiquity-os/ubiquity-os-logger": "^1.3.2", "dotenv": "16.4.5", "luxon": "3.4.4", diff --git a/yarn.lock b/yarn.lock index 58695b4..543f657 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2032,10 +2032,10 @@ dependencies: "@types/yargs-parser" "*" -"@ubiquity-os/ubiquity-os-kernel@^2.5.1": - version "2.5.1" - resolved "https://registry.yarnpkg.com/@ubiquity-os/ubiquity-os-kernel/-/ubiquity-os-kernel-2.5.1.tgz#13cc77146837deeb7a6e6346511a686be78a832b" - integrity sha512-G+gL/NmZTP7QiijB1CcHXBj78iKW7RYdRC80ETWxzojIR3fZYPxTSb3rWEJOim9iAfQ7qGawJQJGL1yrPuMRBQ== +"@ubiquity-os/ubiquity-os-kernel@^2.5.2": + version "2.5.2" + resolved "https://registry.yarnpkg.com/@ubiquity-os/ubiquity-os-kernel/-/ubiquity-os-kernel-2.5.2.tgz#8a660ee5e18768118b748b05146b85e2fe3b8e07" + integrity sha512-OStUT7zrE/siu/kUs/flcCUVWelt1kI6uBICNeYrreDw3IirRmUAoogFg5n+byu3RW37bpDGlmWrT5Q3jeXwLQ== dependencies: "@actions/core" "1.10.1" "@actions/github" "6.0.0"