From a1bb4746dd5940ca5735f0e3f77e4a28d583bd75 Mon Sep 17 00:00:00 2001 From: "aikido-autofix[bot]" <119856028+aikido-autofix[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:57:42 +0000 Subject: [PATCH] fix(security): update dependencies --- gcp-test/package-lock.json | 15 ++++++++------- gcp-test/package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/gcp-test/package-lock.json b/gcp-test/package-lock.json index d966040a..cd19acc7 100644 --- a/gcp-test/package-lock.json +++ b/gcp-test/package-lock.json @@ -11,7 +11,7 @@ "diff": "^4.0.4", "fs-extra": "^9.0.1", "json-diff": "^0.5.4", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "micromatch": "^4.0.8" } }, @@ -230,9 +230,9 @@ } }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/micromatch": { @@ -248,9 +248,10 @@ } }, "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==", + "license": "MIT", "engines": { "node": ">=8.6" }, diff --git a/gcp-test/package.json b/gcp-test/package.json index f522cc04..e89762a0 100644 --- a/gcp-test/package.json +++ b/gcp-test/package.json @@ -6,7 +6,7 @@ "diff": "^4.0.4", "fs-extra": "^9.0.1", "json-diff": "^0.5.4", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "micromatch": "^4.0.8" } }