diff --git a/package-lock.json b/package-lock.json index 964a18e..5a6f7a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,6 +14,7 @@ "@babel/types": "^7.25.2", "@google/generative-ai": "^0.24.0", "@types/babel__core": "^7.20.5", + "@types/source-map": "^0.5.2", "babel-plugin-transform-beautifier": "^0.1.0", "commander": "^13.0.0", "dotenv": "^16.4.5", @@ -31,8 +32,7 @@ }, "devDependencies": { "@eslint/js": "^9.8.0", - "@types/node": "^22.0.0", - "@types/source-map": "^0.5.2", + "@types/node": "^25.0.10", "eslint": "^9.8.0", "eslint-plugin-unused-imports": "^4.1.2", "globals": "^16.0.0", @@ -2310,12 +2310,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.13.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz", - "integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==", + "version": "25.0.10", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz", + "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==", "license": "MIT", "dependencies": { - "undici-types": "~6.20.0" + "undici-types": "~7.16.0" } }, "node_modules/@types/node-fetch": { @@ -2338,7 +2338,6 @@ "version": "0.5.2", "resolved": "https://registry.npmjs.org/@types/source-map/-/source-map-0.5.2.tgz", "integrity": "sha512-++w4WmMbk3dS3UeHGzAG+xJOSz5Xqtjys/TBkqG3qp3SeWE7Wwezqe5eB7B51cxUyh4PW7bwVotpsLdBK0D8cw==", - "dev": true, "license": "MIT" }, "node_modules/@typescript-eslint/eslint-plugin": { @@ -6430,9 +6429,9 @@ } }, "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==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", "license": "MIT" }, "node_modules/universal-github-app-jwt": { diff --git a/package.json b/package.json index e2c6b7b..1dce34c 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ }, "devDependencies": { "@eslint/js": "^9.8.0", - "@types/node": "^22.0.0", + "@types/node": "^25.0.10", "eslint": "^9.8.0", "eslint-plugin-unused-imports": "^4.1.2", "globals": "^16.0.0",