From ac37effd4208a16ec7eca7dde405acf4be02dbc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 17:15:52 +0000 Subject: [PATCH] fix: update dependency runtypes to v7 --- backend/package-lock.json | 8 ++++---- backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/package-lock.json b/backend/package-lock.json index 3e78f92b1..bb931a283 100644 --- a/backend/package-lock.json +++ b/backend/package-lock.json @@ -35,7 +35,7 @@ "lz-string": "1.5.0", "nocache": "4.0.0", "node-cache": "5.1.2", - "runtypes": "6.7.0", + "runtypes": "7.0.4", "sharp": "0.34.5", "short-uuid": "5.2.0", "source-map-support": "0.5.21", @@ -5969,9 +5969,9 @@ "license": "Unlicense" }, "node_modules/runtypes": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/runtypes/-/runtypes-6.7.0.tgz", - "integrity": "sha512-3TLdfFX8YHNFOhwHrSJza6uxVBmBrEjnNQlNXvXCdItS0Pdskfg5vVXUTWIN+Y23QR09jWpSl99UHkA83m4uWA==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/runtypes/-/runtypes-7.0.4.tgz", + "integrity": "sha512-fWEOLUpOlbl7zhmjDrPymCFWZIA+b+EeOFQlAbbQRYQvqcI0ys7Y/O5A09Z5IIvTf3x/DrgTN6396aXLfDRxUA==", "license": "MIT" }, "node_modules/safe-buffer": { diff --git a/backend/package.json b/backend/package.json index 52d261035..52649fb6e 100644 --- a/backend/package.json +++ b/backend/package.json @@ -58,7 +58,7 @@ "lz-string": "1.5.0", "nocache": "4.0.0", "node-cache": "5.1.2", - "runtypes": "6.7.0", + "runtypes": "7.0.4", "sharp": "0.34.5", "short-uuid": "5.2.0", "source-map-support": "0.5.21",