diff --git a/typescript/examples/music/package.json b/typescript/examples/music/package.json index 5c6fd1f4..26d962a0 100644 --- a/typescript/examples/music/package.json +++ b/typescript/examples/music/package.json @@ -9,12 +9,14 @@ "postbuild": "copyfiles -u 1 src/**/*Schema.ts src/**/*.txt src/**/*.html dist" }, "exports": { - "./*": ["./dist/*.js"] + "./*": [ + "./dist/*.js" + ] }, "author": "", "license": "MIT", "dependencies": { - "axios": "^1.6.2", + "axios": "^1.15.0", "chalk": "^2.3.1", "dotenv": "^16.3.1", "express": "^4.18.2", diff --git a/typescript/package-lock.json b/typescript/package-lock.json index a77dc3f8..f1c04bb1 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -146,7 +146,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { - "axios": "^1.6.2", + "axios": "^1.15.0", "chalk": "^2.3.1", "dotenv": "^16.3.1", "express": "^4.18.2", @@ -551,14 +551,14 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.13.5", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", - "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", "form-data": "^4.0.5", - "proxy-from-env": "^1.1.0" + "proxy-from-env": "^2.1.0" } }, "node_modules/balanced-match": { @@ -2360,10 +2360,13 @@ } }, "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz", + "integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==", + "license": "MIT", + "engines": { + "node": ">=10" + } }, "node_modules/pump": { "version": "3.0.3", @@ -3049,29 +3052,8 @@ } }, "node_modules/typechat": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/typechat/-/typechat-0.1.1.tgz", - "integrity": "sha512-Sw96vmkYqbAahqam7vCp8P/MjIGsR26Odz17UHpVGniYN5ir2B37nRRkoDuRpA5djwNQB+W5TB7w2xoF6kwbHQ==", - "license": "MIT", - "workspaces": [ - "./", - "./examples/*" - ], - "engines": { - "node": ">=18" - }, - "peerDependencies": { - "typescript": "^5.3.3", - "zod": "^3.22.4" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - }, - "zod": { - "optional": true - } - } + "resolved": "", + "link": true }, "node_modules/typescript": { "version": "5.9.3",