diff --git a/package-lock.json b/package-lock.json index ad57cfc74..434de9abe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5805,22 +5805,15 @@ "license": "MIT" }, "node_modules/glob": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-11.1.0.tgz", - "integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==", - "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz", + "integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==", "license": "BlueOak-1.0.0", "dependencies": { - "foreground-child": "^3.3.1", - "jackspeak": "^4.1.1", - "minimatch": "^10.1.1", + "minimatch": "^10.1.2", "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", "path-scurry": "^2.0.0" }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, "engines": { "node": "20 || >=22" }, @@ -6159,21 +6152,6 @@ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "license": "ISC" }, - "node_modules/jackspeak": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz", - "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==", - "license": "BlueOak-1.0.0", - "dependencies": { - "@isaacs/cliui": "^8.0.2" - }, - "engines": { - "node": "20 || >=22" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/jiti": { "version": "2.6.1", "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.6.1.tgz", @@ -9002,7 +8980,7 @@ "cli-highlight": "^2.1.11", "diff": "^8.0.2", "file-type": "^21.1.1", - "glob": "^11.0.3", + "glob": "^13.0.1", "ignore": "^7.0.5", "marked": "^15.0.12", "minimatch": "^10.1.1", diff --git a/package.json b/package.json index 0199ab89b..a292961f0 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,10 @@ "get-east-asian-width": "^1.4.0" }, "overrides": { - "fast-xml-parser": "5.3.4" + "fast-xml-parser": "5.3.4", + "rimraf": "6.1.2", + "gaxios": { + "rimraf": "6.1.2" + } } } diff --git a/packages/coding-agent/package.json b/packages/coding-agent/package.json index 97ee770fa..c7787addc 100644 --- a/packages/coding-agent/package.json +++ b/packages/coding-agent/package.json @@ -48,13 +48,19 @@ "cli-highlight": "^2.1.11", "diff": "^8.0.2", "file-type": "^21.1.1", - "glob": "^11.0.3", + "glob": "^13.0.1", "ignore": "^7.0.5", "marked": "^15.0.12", "minimatch": "^10.1.1", "proper-lockfile": "^4.1.2", "yaml": "^2.8.2" }, + "overrides": { + "rimraf": "6.1.2", + "gaxios": { + "rimraf": "6.1.2" + } + }, "optionalDependencies": { "@mariozechner/clipboard": "^0.3.2" },