diff --git a/src/main/web/package-lock.json b/src/main/web/package-lock.json index ee289389..89a1d872 100644 --- a/src/main/web/package-lock.json +++ b/src/main/web/package-lock.json @@ -25,7 +25,7 @@ "@react-buddy/palette-mui": "^5.0.1", "@react-oauth/google": "^0.12.1", "@types/flexsearch": "^0.7.6", - "@types/node": "^20.12.12", + "@types/node": "^22.5.2", "@types/quill": "^2.0.14", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", @@ -5730,11 +5730,11 @@ "integrity": "sha512-Ys+/St+2VF4+xuY6+kDIXGxbNRO0mesVg0bbxEfB97Od1Vjpjx9KD1qxs64Gcb3CWPirk9Xe+PT4YiiHQ9T+eg==" }, "node_modules/@types/node": { - "version": "20.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.1.tgz", - "integrity": "sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA==", + "version": "22.5.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", + "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { @@ -23836,9 +23836,9 @@ "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==" }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", @@ -25203,4 +25203,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/main/web/package.json b/src/main/web/package.json index c4e7535d..ff23ed13 100644 --- a/src/main/web/package.json +++ b/src/main/web/package.json @@ -21,7 +21,7 @@ "@react-buddy/palette-mui": "^5.0.1", "@react-oauth/google": "^0.12.1", "@types/flexsearch": "^0.7.6", - "@types/node": "^20.12.12", + "@types/node": "^22.5.2", "@types/quill": "^2.0.14", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0",