[#7369] bumped JS SDK to fix Safari AbortError detection introduced with the previous release

This commit is contained in:
Gani Georgiev
2025-12-04 14:44:31 +02:00
parent 5604fe672e
commit abb6bcd6de
33 changed files with 49 additions and 44 deletions

8
ui/package-lock.json generated
View File

@@ -23,7 +23,7 @@
"chartjs-plugin-zoom": "^2.0.1",
"leaflet": "^1.9.4",
"luxon": "^3.4.4",
"pocketbase": "^0.26.4",
"pocketbase": "^0.26.5",
"sass": "^1.45.0",
"svelte": "^4.0.0",
"svelte-flatpickr": "^3.3.3",
@@ -1869,9 +1869,9 @@
}
},
"node_modules/pocketbase": {
"version": "0.26.4",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.26.4.tgz",
"integrity": "sha512-r3JL7Lq7TfMSn0cWHD6RL27HM6BXGI3He4CgdX526nPhvacIMMKHONNh2Myuf+hineoeFXGf/BnrViH9V4TzEQ==",
"version": "0.26.5",
"resolved": "https://registry.npmjs.org/pocketbase/-/pocketbase-0.26.5.tgz",
"integrity": "sha512-SXcq+sRvVpNxfLxPB1C+8eRatL7ZY4o3EVl/0OdE3MeR9fhPyZt0nmmxLqYmkLvXCN9qp3lXWV/0EUYb3MmMXQ==",
"dev": true,
"license": "MIT"
},