diff --git a/frontend/distiller/package-lock.json b/frontend/distiller/package-lock.json index 3a0898d4..fb7b2c1d 100644 --- a/frontend/distiller/package-lock.json +++ b/frontend/distiller/package-lock.json @@ -20,7 +20,7 @@ "@types/humanize-duration": "^3.27.4", "@types/lodash": "^4.17.25", "@types/luxon": "^3.7.5", - "@types/node": "^26.2.0", + "@types/node": "^26.4.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.2.19", "@types/react-redux": "^7.1.34", @@ -1385,9 +1385,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "26.2.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-26.2.0.tgz", - "integrity": "sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg==", + "version": "26.4.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-26.4.1.tgz", + "integrity": "sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA==", "license": "MIT", "dependencies": { "undici-types": "~8.3.0" diff --git a/frontend/distiller/package.json b/frontend/distiller/package.json index fae990ea..1532c1b1 100644 --- a/frontend/distiller/package.json +++ b/frontend/distiller/package.json @@ -15,7 +15,7 @@ "@types/humanize-duration": "^3.27.4", "@types/lodash": "^4.17.25", "@types/luxon": "^3.7.5", - "@types/node": "^26.2.0", + "@types/node": "^26.4.1", "@types/react": "^18.3.3", "@types/react-dom": "^18.2.19", "@types/react-redux": "^7.1.34", diff --git a/frontend/distiller/yarn.lock b/frontend/distiller/yarn.lock index 2e11f851..2bf856ea 100644 --- a/frontend/distiller/yarn.lock +++ b/frontend/distiller/yarn.lock @@ -666,10 +666,10 @@ resolved "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz" integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q== -"@types/node@*", "@types/node@^26.2.0": - version "26.2.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-26.2.0.tgz#5a4875a862fda8fdc57de8faa579bb81ecba1685" - integrity sha512-5IviulTZeRNp2vAJ514cc/HUlY5nZ9fCbq9DMyC52BrhFZACo3nI0R7qBxhQmo/d27NFe96ur/b7Wwxklda+kg== +"@types/node@*", "@types/node@^26.4.1": + version "26.4.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-26.4.1.tgz#3d8dc80515894958448ee266cf5d6bc3e5205bd5" + integrity sha512-k97ENvZWtvA6yqz5/FS6a7duDgOPEeOQOc2iKS/nY6mX6qJUKtLnWzQS+Xj6tXweyj6ZcTAK2Qecetnvi9nCLA== dependencies: undici-types "~8.3.0"