From fea056266859ceb371cfc9ea947241b5355ab87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:42:14 +0000 Subject: [PATCH] chore(deps): bump picomatch Bumps the npm_and_yarn group with 1 update in the /scripts directory: [picomatch](https://github.com/micromatch/picomatch). Updates `picomatch` from 2.3.0 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.0...2.3.2) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- scripts/package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/package-lock.json b/scripts/package-lock.json index 5be950be8b..82574dff2e 100644 --- a/scripts/package-lock.json +++ b/scripts/package-lock.json @@ -104,12 +104,12 @@ "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", - "jest": "^27.4.5", + "jest": "^30.3.0", "jest-config": "^28.1.3", "jest-each": "^28.1.1", "jest-junit": "^16.0.0", "prettier": "^2.3.2", - "ts-jest": "^27.1.2", + "ts-jest": "^29.4.6", "ts-node": "^10.1.0", "typescript": "^4.3.5" } @@ -4705,9 +4705,9 @@ } }, "node_modules/picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "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, "engines": { "node": ">=8.6" @@ -9009,13 +9009,13 @@ "eslint-import-resolver-typescript": "^2.4.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", - "jest": "^27.4.5", + "jest": "^30.3.0", "jest-config": "^28.1.3", "jest-each": "^28.1.1", "jest-junit": "^16.0.0", "lodash": "^4.17.23", "prettier": "^2.3.2", - "ts-jest": "^27.1.2", + "ts-jest": "^29.4.6", "ts-node": "^10.1.0", "typescript": "^4.3.5" } @@ -10007,9 +10007,9 @@ "dev": true }, "picomatch": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz", - "integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==", + "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 }, "pify": {