diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 0c9dbb11b..7ddaab4b0 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -49,7 +49,7 @@ "@types/cytoscape": "^3.19.16", "@types/cytoscape-popper": "^2.0.3", "@types/jest": "^29.5.12", - "@types/node": "22.7.5", + "@types/node": "22.10.1", "@types/react": "18.3.8", "@types/react-cytoscapejs": "^1.2.5", "@types/react-dom": "18.3.1", @@ -6753,20 +6753,14 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.7.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", - "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", "dev": true, "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, - "node_modules/@types/node/node_modules/undici-types": { - "version": "6.19.8", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", - "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", - "dev": true - }, "node_modules/@types/parse-json": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", @@ -18176,6 +18170,12 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true + }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", diff --git a/dashboard/package.json b/dashboard/package.json index fe0801bfe..971cebf04 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -59,7 +59,7 @@ "@types/cytoscape": "^3.19.16", "@types/cytoscape-popper": "^2.0.3", "@types/jest": "^29.5.12", - "@types/node": "22.7.5", + "@types/node": "22.10.1", "@types/react": "18.3.8", "@types/react-cytoscapejs": "^1.2.5", "@types/react-dom": "18.3.1",