From 550dd3bdb3f8089493ad1efb251ae1829e6218eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 03:57:04 +0000 Subject: [PATCH] build(deps): bump lodash.template from 4.5.0 to 4.18.1 in /website Bumps [lodash.template](https://github.com/lodash/lodash) from 4.5.0 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.5.0...4.18.1) --- updated-dependencies: - dependency-name: lodash.template dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- website/package.json | 2 +- website/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package.json b/website/package.json index 0d8ea66c5c94..8d0634c1ada4 100644 --- a/website/package.json +++ b/website/package.json @@ -19,7 +19,7 @@ "classnames": "^2.2.6", "js-yaml": "^4.1.1", "lodash.merge": "^4.6.2", - "lodash.template": "^4.5.0", + "lodash.template": "^4.18.1", "prism-react-renderer": "^1.0.2", "react": "^16.10.2", "react-dom": "^16.10.2" diff --git a/website/yarn.lock b/website/yarn.lock index 99c0b15f8192..8b05bae682ee 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -5177,10 +5177,10 @@ lodash.merge@^4.6.2: resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a" integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ== -lodash.template@^4.5.0: - version "4.5.0" - resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.5.0.tgz#f976195cf3f347d0d5f52483569fe8031ccce8ab" - integrity sha512-84vYFxIkmidUiFxidA/KjjH9pAycqW+h980j7Fuz5qxRtO9pgB7MDFTdys1N7A5mcucRiDyEq4fusljItR1T/A== +lodash.template@^4.18.1: + version "4.18.1" + resolved "https://registry.yarnpkg.com/lodash.template/-/lodash.template-4.18.1.tgz#9968d00568070d03e358505b5a28b0cbd8fbfd5f" + integrity sha512-5urZrLnV/VD6zHK5KsVtZgt7H19v51mIzoS0aBNH8yp3I8tbswrEjOABOPY8m8uB7NuibubLrMX+Y0PXsU9X+w== dependencies: lodash._reinterpolate "^3.0.0" lodash.templatesettings "^4.0.0"