From 877221c1187dea332be2a2fb027fac69e9a46d5f Mon Sep 17 00:00:00 2001 From: Gateway <519563+gateway@users.noreply.github.com> Date: Mon, 29 Jun 2026 10:13:57 -0700 Subject: [PATCH] chore(deps): patch frontend security dependencies (#26281) --- package-lock.json | 27 +++++++-------------------- package.json | 6 +++--- 2 files changed, 10 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11932d0c95..de268adac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -93,15 +93,15 @@ "prosemirror-view": "^1.34.3", "pyodide": "^0.28.2", "shiki": "^4.0.1", - "socket.io-client": "^4.2.0", + "socket.io-client": "^4.8.3", "sortablejs": "^1.15.6", "sql.js": "^1.14.1", "svelte-sonner": "^0.3.19", "tippy.js": "^6.3.7", "turndown": "^7.2.0", "turndown-plugin-gfm": "^1.0.2", - "undici": "^7.3.0", - "uuid": "^9.0.1", + "undici": "^7.28.0", + "uuid": "^11.1.1", "vega": "^6.2.0", "vega-lite": "^6.4.1", "vite-plugin-static-copy": "^2.2.0", @@ -10931,19 +10931,6 @@ "node": ">= 20" } }, - "node_modules/mermaid/node_modules/uuid": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", - "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, "node_modules/micromark-util-character": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/micromark-util-character/-/micromark-util-character-2.1.1.tgz", @@ -14622,16 +14609,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/value-or-function": { diff --git a/package.json b/package.json index 44cb943595..2c50d5f256 100644 --- a/package.json +++ b/package.json @@ -137,15 +137,15 @@ "prosemirror-view": "^1.34.3", "pyodide": "^0.28.2", "shiki": "^4.0.1", - "socket.io-client": "^4.2.0", + "socket.io-client": "^4.8.3", "sortablejs": "^1.15.6", "sql.js": "^1.14.1", "svelte-sonner": "^0.3.19", "tippy.js": "^6.3.7", "turndown": "^7.2.0", "turndown-plugin-gfm": "^1.0.2", - "undici": "^7.3.0", - "uuid": "^9.0.1", + "undici": "^7.28.0", + "uuid": "^11.1.1", "vega": "^6.2.0", "vega-lite": "^6.4.1", "vite-plugin-static-copy": "^2.2.0",