From 65a5378604685dd95339856b70ff9cdc6b47de11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:03:38 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.21 to 4.17.23 in /docker/graphql/src Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- docker/graphql/src/package-lock.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docker/graphql/src/package-lock.json b/docker/graphql/src/package-lock.json index 1129574..f4da582 100644 --- a/docker/graphql/src/package-lock.json +++ b/docker/graphql/src/package-lock.json @@ -474,7 +474,6 @@ "resolved": "https://registry.npmjs.org/graphile-build/-/graphile-build-4.14.0.tgz", "integrity": "sha512-IypfqZ+ugV6t6OXcIa7KGKC3LY59RDQ8aN9nJ5lPPWslSkqhURJN7lWIQ2YQZ0pjBeONl2itAW3HVRw2YFuKrw==", "license": "MIT", - "peer": true, "dependencies": { "@graphile/lru": "4.11.0", "chalk": "^2.4.2", @@ -498,7 +497,6 @@ "resolved": "https://registry.npmjs.org/graphile-build-pg/-/graphile-build-pg-4.14.0.tgz", "integrity": "sha512-sSsK0PRG3oCPLYqwSWXFpX5aGUIgd6ZLGCAbzdp1M65kW1dFtSITuZQEsQB987YjgxYO6+R4HaZe1GuN8l/gLQ==", "license": "MIT", - "peer": true, "dependencies": { "@graphile/lru": "4.11.0", "chalk": "^2.4.2", @@ -554,7 +552,6 @@ "version": "15.8.0", "resolved": "https://registry.npmjs.org/graphql/-/graphql-15.8.0.tgz", "integrity": "sha512-5gghUc24tP9HRznNpV2+FIoq3xKkj5dTQqf4v0CpdPbFVwFkWoxOM+o+2OC9ZSvjEMTjfmG9QT+gcvggTwW1zw==", - "peer": true, "engines": { "node": ">= 10.x" } @@ -771,9 +768,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "license": "MIT" }, "node_modules/lodash.includes": { @@ -889,7 +886,6 @@ "resolved": "https://registry.npmjs.org/pg/-/pg-8.14.1.tgz", "integrity": "sha512-0TdbqfjwIun9Fm/r89oB7RFQ0bLgduAhiIqIXOsyKoiC/L54DbuAAzIEN/9Op0f1Po9X7iCPXGoa/Ah+2aI8Xw==", "license": "MIT", - "peer": true, "dependencies": { "pg-connection-string": "^2.7.0", "pg-pool": "^3.8.0",