From 48540e5c07132a2d150db7aa38338f2c8af62f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 20:31:05 +0000 Subject: [PATCH] Bump picomatch in /workshops/2025-05/sections/05-human-tools Bumps [picomatch](https://github.com/micromatch/picomatch) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../2025-05/sections/05-human-tools/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {