summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-04 15:04:28 +0900
committerGitHub <noreply@github.com>2025-10-04 15:04:28 +0900
commita393d5a87e2bf8de2999f599f6312397c795e1c3 (patch)
tree57ae2437cc2c090a490122693271610097814166 /patches
parentBump version to 2025.10.0 in CHANGELOG (diff)
downloadmisskey-a393d5a87e2bf8de2999f599f6312397c795e1c3.tar.gz
misskey-a393d5a87e2bf8de2999f599f6312397c795e1c3.tar.bz2
misskey-a393d5a87e2bf8de2999f599f6312397c795e1c3.zip
fix(deps): update [backend] update dependencies (#16547)
* fix(deps): update [backend] update dependencies * chore: update typeorm.patch * fix: handle socket creation failure in HttpRequestServiceAgent --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
Diffstat (limited to 'patches')
-rw-r--r--patches/typeorm.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/typeorm.patch b/patches/typeorm.patch
index d5b4323781..6b30cddb66 100644
--- a/patches/typeorm.patch
+++ b/patches/typeorm.patch
@@ -1,8 +1,8 @@
diff --git a/driver/postgres/PostgresDriver.js b/driver/postgres/PostgresDriver.js
-index 278f29c1f3deec4939bb4ed90e6edae167f704e0..9a84c3098dda915d6c33e24d925a8fa09af9095e 100644
+index e13b903c73b71113bb529552e59fb4ce0ca8af0c..50de6a60120ece7ebf49009eac588a5313343f39 100644
--- a/driver/postgres/PostgresDriver.js
+++ b/driver/postgres/PostgresDriver.js
-@@ -785,10 +785,10 @@ class PostgresDriver {
+@@ -819,10 +819,10 @@ class PostgresDriver {
const tableColumnDefault = typeof tableColumn.default === "string"
? JSON.parse(tableColumn.default.substring(1, tableColumn.default.length - 1))
: tableColumn.default;