From 76231582bc50467a1ac22f77f5fbd6fbe9912327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:46:09 +0000 Subject: [PATCH 1/2] Bump @lando/nginx from 1.5.0 to 1.6.0 Bumps [@lando/nginx](https://github.com/lando/nginx) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/lando/nginx/releases) - [Changelog](https://github.com/lando/nginx/blob/main/CHANGELOG.md) - [Commits](https://github.com/lando/nginx/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: "@lando/nginx" dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6f582c..3aadf26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "@lando/wordpress", - "version": "1.10.0", + "version": "1.10.1", "license": "MIT", "dependencies": { "@lando/mariadb": "^1.7.0", @@ -1473,9 +1473,9 @@ "license": "MIT" }, "node_modules/@lando/nginx": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@lando/nginx/-/nginx-1.5.0.tgz", - "integrity": "sha512-OPLKofq8zH+Ht8Qia7ryeF+uLwhBojGll9cpOJssSGU5uIB7lyYcfW60DWdZDSapYJjQNboz82Hro0ELhvohGg==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@lando/nginx/-/nginx-1.6.0.tgz", + "integrity": "sha512-YavIcZlUWnsqBFCgRAHKJdgJS08AT1jeqATSvz8r1XBCBOoPe/O3K3Qzi+Xv+rKjckL5jzlEfnk04NvdF4O9UQ==", "bundleDependencies": [ "lodash" ], From a8e9c13f87c23eb41976077628686e2990b960b8 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 25 Feb 2026 05:41:35 +0000 Subject: [PATCH 2/2] docs: add changelog entry for @lando/nginx@1.6.0 update Co-authored-by: Aaron Feledy --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c83239c..a3cd5c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +* Updated to [@lando/nginx@1.6.0](https://github.com/lando/nginx/releases/tag/v1.6.0) + ## v1.10.1 - [February 22, 2026](https://github.com/lando/wordpress/releases/tag/v1.10.1) * Updated `lando init` to set recommended PHP 8.3 and MySQL