diff --git a/package-lock.json b/package-lock.json index e4c74c4..1b2dff3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,8 +24,8 @@ "node-jq": "6.3.1", "open": "11.0.0", "ora": "9.4.1", - "tar": "7.5.19", - "undici": "8.7.0", + "tar": "7.5.20", + "undici": "8.8.0", "zod": "4.4.3" }, "bin": { @@ -35,11 +35,11 @@ "@eslint/js": "10.0.1", "@oclif/test": "4.1.20", "@vitest/coverage-v8": "4.1.10", - "eslint": "10.6.0", + "eslint": "10.7.0", "globals": "17.7.0", "nock": "14.0.16", - "oclif": "4.23.27", - "prettier": "3.9.4", + "oclif": "4.23.28", + "prettier": "3.9.6", "vitest": "4.1.10" }, "engines": { @@ -3594,9 +3594,9 @@ } }, "node_modules/eslint": { - "version": "10.6.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.6.0.tgz", - "integrity": "sha512-6lVbcqSodALYo+4ELD0heG6lFiFxnLMuLkiMi2qV8LMp54N8tE8FT1GMH+ev4Ti00nFjNze2+Su6DsV5OQW3Dg==", + "version": "10.7.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.7.0.tgz", + "integrity": "sha512-GVTD7s1vdIl6UYvAfriOPeY1Df8LIZjfofLvHwde+erDHGGuHyuM6xoxRxmHiebhYuD2p1vN4wWh0XzPARSGDQ==", "dev": true, "license": "MIT", "workspaces": [ @@ -7427,9 +7427,9 @@ "license": "MIT" }, "node_modules/oclif": { - "version": "4.23.27", - "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.27.tgz", - "integrity": "sha512-DNUQ22pglqstzuTRb+E4yjJI20PVGNGHCJa/vzH3HQCrS0B0GQPjWwIeMWjgWaQHBi1oXO2jMDHHpCLDNgW/tQ==", + "version": "4.23.28", + "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.28.tgz", + "integrity": "sha512-u0Jo1RAo5zrZUhrTTxGGicjZ606L7dYV+L1VoFstA5RfV7pktEE6lVs3ueELQcNUgkUvofAiZqleocZCBA/Hqg==", "dev": true, "license": "MIT", "dependencies": { @@ -7944,9 +7944,9 @@ } }, "node_modules/prettier": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", - "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz", + "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==", "dev": true, "license": "MIT", "bin": { @@ -8608,9 +8608,9 @@ } }, "node_modules/tar": { - "version": "7.5.19", - "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.19.tgz", - "integrity": "sha512-4LeEWl96twnS2Q7Bz4MGqgazLqO+hJN63GZxXoIqh1T3VweYD997gbU1ItNsQafqqXTXd5WFyFdReLtwvRBNiw==", + "version": "7.5.20", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.20.tgz", + "integrity": "sha512-9FcyK4PA6+WbzlTM9WhQm6vB5W7cP7dUiPsv1g7YDwEQnQ1CGpK3MGlKk/ITVWMk05kHZuBhmVhiv8LZoy/PFQ==", "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/fs-minipass": "^4.0.0", @@ -8864,9 +8864,9 @@ } }, "node_modules/undici": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/undici/-/undici-8.7.0.tgz", - "integrity": "sha512-N7iQtfyLhIMOFgQubvmLV26svHpO0bqKnAiWotTQCVKCmWrcGbBotPuW1x+xwYZ2VHdSTVUfPQQnlEt1/LouTQ==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/undici/-/undici-8.8.0.tgz", + "integrity": "sha512-ubshXMXwF3MQIMF1y/WxZdNBnjEKeSg2wF5mcGUtU55YTw34tnVVpKRlLf7ruDXZ5344KokPVX4RBx1wJm64Bw==", "license": "MIT", "engines": { "node": ">=22.19.0" diff --git a/package.json b/package.json index f14c3cb..2b3ce7d 100644 --- a/package.json +++ b/package.json @@ -126,19 +126,19 @@ "node-jq": "6.3.1", "open": "11.0.0", "ora": "9.4.1", - "tar": "7.5.19", - "undici": "8.7.0", + "tar": "7.5.20", + "undici": "8.8.0", "zod": "4.4.3" }, "devDependencies": { "@eslint/js": "10.0.1", "@oclif/test": "4.1.20", "@vitest/coverage-v8": "4.1.10", - "eslint": "10.6.0", + "eslint": "10.7.0", "globals": "17.7.0", "nock": "14.0.16", - "oclif": "4.23.27", - "prettier": "3.9.4", + "oclif": "4.23.28", + "prettier": "3.9.6", "vitest": "4.1.10" }, "scripts": {