diff --git a/front/bun.lock b/front/bun.lock index 05d29ada..6e2b6261 100644 --- a/front/bun.lock +++ b/front/bun.lock @@ -41,6 +41,7 @@ }, }, "patchedDependencies": { + "one@1.1.445": "patches/one@1.1.445.patch", "yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch", }, "packages": { diff --git a/front/package.json b/front/package.json index 64b2742c..ff2ba729 100644 --- a/front/package.json +++ b/front/package.json @@ -52,7 +52,7 @@ }, "patchedDependencies": { "yoshiki@1.2.14": "patches/yoshiki@1.2.14.patch", - "one@1.1.437": "patches/one@1.1.437.patch" + "one@1.1.445": "patches/one@1.1.445.patch" }, "expo": { "doctor": { diff --git a/front/patches/one@1.1.437.patch b/front/patches/one@1.1.445.patch similarity index 100% rename from front/patches/one@1.1.437.patch rename to front/patches/one@1.1.445.patch