From 5a6e3bda37b95f839356285f2a1cf399f71740e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 12:47:58 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 2 updates Bumps the npm_and_yarn group with 1 update in the / directory: [picomatch](https://github.com/micromatch/picomatch). Bumps the npm_and_yarn group with 1 update in the /javascripts/highlight.customized directory: [lodash](https://github.com/lodash/lodash). Updates `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) Updates `lodash` from 3.10.1 to 4.18.1 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.18.1) --- updated-dependencies: - dependency-name: picomatch dependency-version: 2.3.2 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- javascripts/highlight.customized/package.json | 2 +- package-lock.json | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) mode change 100755 => 100644 javascripts/highlight.customized/package.json diff --git a/javascripts/highlight.customized/package.json b/javascripts/highlight.customized/package.json old mode 100755 new mode 100644 index a022709e1..10c2df966 --- a/javascripts/highlight.customized/package.json +++ b/javascripts/highlight.customized/package.json @@ -35,7 +35,7 @@ "gear-lib": "^0.9.2", "glob": "^5.0.5", "jsdom": "3.1.2", - "lodash": "^3.3.1", + "lodash": "^4.18.1", "mocha": "^2.0.1", "should": "^7.0.1" } diff --git a/package-lock.json b/package-lock.json index f95b1fe3b..5677036b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,10 +63,11 @@ "dev": 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", "engines": { "node": ">=8.6" },