From 7105c912f99a5ef3a699a7c87063a83216818505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 08:00:08 +0000 Subject: [PATCH] Bump picomatch in /www/go/modules/community/comments/views/goui 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] --- .../community/comments/views/goui/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/go/modules/community/comments/views/goui/package-lock.json b/www/go/modules/community/comments/views/goui/package-lock.json index ae8d2d6dc8..c651ff5b49 100644 --- a/www/go/modules/community/comments/views/goui/package-lock.json +++ b/www/go/modules/community/comments/views/goui/package-lock.json @@ -8,7 +8,7 @@ "concurrently": "*", "esbuild": "*", "sass": "*", - "typescript": "*" + "typescript": "5.9.x" } }, "node_modules/@esbuild/aix-ppc64": { @@ -1093,9 +1093,9 @@ "optional": true }, "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", "optional": true,