diff --git a/plugin/package-lock.json b/plugin/package-lock.json index 8724904..c90f4c7 100644 --- a/plugin/package-lock.json +++ b/plugin/package-lock.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@rstest/core": "0.11.12", - "@types/node": "^22.18.0", + "@types/node": "^24.0.0", "@types/react": "^19.2.18", "agent-bundle": "https://pkg.pr.new/ScriptedAlchemy/agent-bundle/agent-bundle@62ffe403c5af73499fe7f5767c6d60be26e250db", "typescript": "7.0.2" @@ -26,7 +26,6 @@ } }, "..": { - "name": "grok-bot-cli", "version": "0.2.3", "license": "MIT", "bin": { @@ -34,7 +33,7 @@ "grok-bot": "src/cli.js" }, "devDependencies": { - "@changesets/cli": "3.0.1" + "@changesets/cli": "3.0.3" }, "engines": { "node": ">=18" @@ -1095,13 +1094,13 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.20.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.20.2.tgz", - "integrity": "sha512-xlvWf4Vs9n1PEVYwP1n4vvG07M6y8WgvJ2t0vbrWTmijsIHp1cS+uJ2kMIRdY3nHZK0nCYKrPeD171+SzF4/zw==", + "version": "24.13.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.13.4.tgz", + "integrity": "sha512-YJ7EqCstVTzIr0fMr7qul/977en+pQHrfmuKIo6Zr9i75Be21dr3MovcfvGtyvi2HAUrRerWps5sMO9I7WaxDw==", "dev": true, "license": "MIT", "dependencies": { - "undici-types": "~6.21.0" + "undici-types": "~7.18.0" } }, "node_modules/@types/react": { @@ -2357,9 +2356,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.18.2", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.18.2.tgz", + "integrity": "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w==", "dev": true, "license": "MIT" }, diff --git a/plugin/package.json b/plugin/package.json index 937f3b4..88db36c 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@rstest/core": "0.11.12", - "@types/node": "^22.18.0", + "@types/node": "^24.0.0", "@types/react": "^19.2.18", "agent-bundle": "https://pkg.pr.new/ScriptedAlchemy/agent-bundle/agent-bundle@62ffe403c5af73499fe7f5767c6d60be26e250db", "typescript": "7.0.2"