diff --git a/package.json b/package.json index f953abf..372cc9b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@sinclair/typebox": "0.34.3", "@supabase/supabase-js": "^2.45.2", "@types/markdown-it": "^14.1.2", - "@ubiquity-os/plugin-sdk": "^1.0.11", + "@ubiquity-os/plugin-sdk": "^1.1.0", "@ubiquity-os/ubiquity-os-logger": "^1.3.2", "dotenv": "16.4.5", "markdown-it": "^14.1.0", diff --git a/yarn.lock b/yarn.lock index 2b21e03..82e1d40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1902,11 +1902,6 @@ resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e" integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA== -"@sinclair/typebox@^0.33.21": - version "0.33.22" - resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.33.22.tgz#3339d85172509095a8384cb4b44834a7c9309d86" - integrity sha512-auUj4k+f4pyrIVf4GW5UKquSZFHJWri06QgARy9C0t9ZTjJLIuNIrr1yl9bWcJWJ1Gz1vOvYN1D+QPaIlNMVkQ== - "@sinonjs/commons@^3.0.0": version "3.0.1" resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-3.0.1.tgz#1029357e44ca901a615585f6d27738dbc89084cd" @@ -2272,10 +2267,10 @@ "@typescript-eslint/types" "8.15.0" eslint-visitor-keys "^4.2.0" -"@ubiquity-os/plugin-sdk@^1.0.11": - version "1.0.11" - resolved "https://registry.yarnpkg.com/@ubiquity-os/plugin-sdk/-/plugin-sdk-1.0.11.tgz#b45029a0bd7469b19e71d4685d9ee8e7163afe38" - integrity sha512-BlZbqOfuBYMFyDEJfPc9HCrr5l8m3uNOXmPXr/M8/UFwZT+nHfZfB+AULoY0Goyx2BX1JaHd5bgDjJG1PwozPA== +"@ubiquity-os/plugin-sdk@^1.1.0": + version "1.1.0" + resolved "https://registry.yarnpkg.com/@ubiquity-os/plugin-sdk/-/plugin-sdk-1.1.0.tgz#94f5fa276dad0d9279189aa67adbf0fee7e0f321" + integrity sha512-kiapUg6Fuc5cK0zo9Gy4B9uu1yvh3x7oTPRhGeaonjkyZNfM3xr387yshdazl4nwy2ePeyCrVc294miTBHpzpQ== dependencies: "@actions/core" "^1.11.1" "@actions/github" "^6.0.0" @@ -2288,7 +2283,6 @@ "@octokit/rest" "^21.0.2" "@octokit/types" "^13.6.1" "@octokit/webhooks" "^13.3.0" - "@sinclair/typebox" "^0.33.21" "@ubiquity-os/ubiquity-os-logger" "^1.3.2" dotenv "^16.4.5" hono "^4.6.9"