From 3b6604e4cc2f3b42a5b9f5a3ae5b6748a873e372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 06:57:28 +0000 Subject: [PATCH] build(deps): bump lodash Bumps the npm_and_yarn group with 1 update in the /src/website directory: [lodash](https://github.com/lodash/lodash). Updates `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 dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- src/website/package-lock.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/website/package-lock.json b/src/website/package-lock.json index ffd92a66..23c110de 100644 --- a/src/website/package-lock.json +++ b/src/website/package-lock.json @@ -9,18 +9,18 @@ "version": "1.0.0", "license": "GPL-3.0", "dependencies": { - "gatsby": "^5.13.0", - "gatsby-plugin-image": "^3.13.0", - "gatsby-plugin-manifest": "^5.13.0", - "gatsby-plugin-sharp": "^5.13.0", - "gatsby-source-filesystem": "^5.13.0", - "gatsby-transformer-remark": "^6.13.0", - "gatsby-transformer-sharp": "^5.13.0", - "react": "^18.2.0", - "react-dom": "^18.2.0" + "gatsby": "^5.15.0", + "gatsby-plugin-image": "^3.15.0", + "gatsby-plugin-manifest": "^5.15.0", + "gatsby-plugin-sharp": "^5.15.0", + "gatsby-source-filesystem": "^5.15.0", + "gatsby-transformer-remark": "^6.15.0", + "gatsby-transformer-sharp": "^5.15.0", + "react": "^18.3.1", + "react-dom": "^18.3.1" }, "devDependencies": { - "prettier": "^3.1.0" + "prettier": "^3.4.2" }, "engines": { "node": ">=18.0.0" @@ -12532,9 +12532,9 @@ "license": "MIT" }, "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.clonedeep": {