diff --git a/engine/package-lock.json b/engine/package-lock.json index c804346..2f797f3 100644 --- a/engine/package-lock.json +++ b/engine/package-lock.json @@ -1,12 +1,12 @@ { "name": "fixedcode", - "version": "0.2.0", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fixedcode", - "version": "0.2.0", + "version": "0.2.2", "license": "Apache-2.0", "dependencies": { "ajv": "^8.17.0", @@ -19,7 +19,7 @@ "fixedcode": "bin/fixedcode.js" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^25.8.0", "@types/picomatch": "^4.0.3", "typescript": "^5.7.0", "vitest": "^3.0.0" @@ -853,13 +853,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.19.18", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.18.tgz", - "integrity": "sha512-9v00a+dn2yWVsYDEunWC4g/TcRKVq3r8N5FuZp7u0SGrPvdN9c2yXI9bBuf5Fl0hNCb+QTIePTn5pJs2pwBOQQ==", + "version": "25.8.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.8.0.tgz", + "integrity": "sha512-TCFSk8IZh+iLX1xtksoBVtdmgL+1IX0fC9BeU4QqFSuNdN/K+HUlhqOzEmSYYpZUVsLYcPqc9KX+60iDuninSQ==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": ">=7.24.0 <7.24.7" } }, "node_modules/@types/picomatch": { @@ -1568,9 +1568,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.24.6", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz", + "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==", "dev": true, "license": "MIT" }, diff --git a/engine/package.json b/engine/package.json index 457e1eb..a39cf93 100644 --- a/engine/package.json +++ b/engine/package.json @@ -62,7 +62,7 @@ "yaml": "^2.7.0" }, "devDependencies": { - "@types/node": "^22.0.0", + "@types/node": "^25.8.0", "@types/picomatch": "^4.0.3", "typescript": "^5.7.0", "vitest": "^3.0.0"