diff --git a/workshops/2025-05/sections/05-human-tools/package-lock.json b/workshops/2025-05/sections/05-human-tools/package-lock.json index 8d5226531..aae4fcccd 100644 --- a/workshops/2025-05/sections/05-human-tools/package-lock.json +++ b/workshops/2025-05/sections/05-human-tools/package-lock.json @@ -8,7 +8,7 @@ "name": "my-agent", "version": "0.1.0", "dependencies": { - "@boundaryml/baml": "latest", + "@boundaryml/baml": "*", "tsx": "^4.15.0", "typescript": "^5.0.0" }, @@ -2066,9 +2066,9 @@ } }, "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz", + "integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==", "dev": true, "license": "MIT", "engines": {