diff --git a/package-lock.json b/package-lock.json index 706e92e69..ab3c2d729 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/diff2html": "0.0.5", "@types/jquery": "3.5.16", "@types/mustache": "4.2.2", - "@types/node": "^18.11.18", + "@types/node": "^22.0.0", "@types/offscreencanvas": "2019.7.0", "browserify": "17.0.0", "codecov": "3.8.3", @@ -1191,11 +1191,12 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.19.42", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.42.tgz", - "integrity": "sha512-d2ZFc/3lnK2YCYhos8iaNIYu9Vfhr92nHiyJHRltXWjXUBjEE+A4I58Tdbnw4VhggSW+2j5y5gTrLs4biNnubg==", + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.20.0" } }, "node_modules/@types/offscreencanvas": { @@ -6861,9 +6862,10 @@ } }, "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.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "license": "MIT" }, "node_modules/universalify": { "version": "0.2.0", diff --git a/package.json b/package.json index 3ef317f23..3a053bcf6 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@types/diff2html": "0.0.5", "@types/jquery": "3.5.16", "@types/mustache": "4.2.2", - "@types/node": "^18.11.18", + "@types/node": "^22.0.0", "@types/offscreencanvas": "2019.7.0", "browserify": "17.0.0", "codecov": "3.8.3",