diff --git a/backend/package-lock.json b/backend/package-lock.json index 70ee7cf08..61390d46c 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.33.5", "short-uuid": "5.2.0", "source-map-support": "0.5.21", @@ -5068,9 +5068,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 0ba0e84d4..7aa3c42de 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.33.5", "short-uuid": "5.2.0", "source-map-support": "0.5.21",