diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index ed68ee1db..bc3a3d266 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -25,7 +25,7 @@ "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "remark-supersub": "^1.0.0", - "undici": "^6.19.8", + "undici": "^6.21.1", "uuid": "^11.0.3" }, "devDependencies": { @@ -8062,9 +8062,10 @@ } }, "node_modules/undici": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.0.tgz", - "integrity": "sha512-BUgJXc752Kou3oOIuU1i+yZZypyZRqNPW0vqoMPl8VaoalSfeR0D8/t4iAS3yirs79SSMTxTag+ZC86uswv+Cw==", + "version": "6.21.1", + "resolved": "https://registry.npmjs.org/undici/-/undici-6.21.1.tgz", + "integrity": "sha512-q/1rj5D0/zayJB2FraXdaWxbhWiNKDvu8naDT2dl1yTlvJp4BLtOcp2a5BvgGNQpYYJzau7tf1WgKv3b+7mqpQ==", + "license": "MIT", "engines": { "node": ">=18.17" } diff --git a/code/frontend/package.json b/code/frontend/package.json index e1d1ce062..b652d0981 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -28,7 +28,7 @@ "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.0", "remark-supersub": "^1.0.0", - "undici": "^6.19.8", + "undici": "^6.21.1", "uuid": "^11.0.3" }, "devDependencies": {