diff --git a/package-lock.json b/package-lock.json index f28ee8f..691416b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@commitlint/config-conventional": "^20.0.0", "@commitlint/cz-commitlint": "^20.1.0", "@commitlint/types": "^20.0.0", - "@types/node": "^22.19.0", + "@types/node": "^25.0.3", "@types/three": "~0.160.0", "babel-loader": "^10.0.0", "circular-dependency-plugin": "^5.2.2", @@ -3138,14 +3138,14 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.0.tgz", - "integrity": "sha512-xpr/lmLPQEj+TUnHmR+Ab91/glhJvsqcjB+yY0Ix9GO70H6Lb4FHH5GeqdOE5btAx7eIMwuHkp4H2MSkLcqWbA==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "dev": true, "license": "MIT", "peer": true, "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-forge": { @@ -11269,9 +11269,9 @@ } }, "node_modules/undici-types": { - "version": "6.21.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b971591..d0315ef 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@commitlint/config-conventional": "^20.0.0", "@commitlint/cz-commitlint": "^20.1.0", "@commitlint/types": "^20.0.0", - "@types/node": "^22.19.0", + "@types/node": "^25.0.3", "@types/three": "~0.160.0", "babel-loader": "^10.0.0", "circular-dependency-plugin": "^5.2.2",