From 2a0719702d3f30b17cd88062c5ad78a7c2720431 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Thu, 17 Oct 2024 10:04:37 -0400 Subject: [PATCH] #131: update to @lando/nginx@1.3.0 --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d740b1c..3ca0c48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.3.0", "license": "GPL-3.0", "dependencies": { - "@lando/nginx": "^0.11.0", + "@lando/nginx": "^1.3.0", "lodash": "^4.17.21", "semver": "^7.3.7" }, @@ -1567,17 +1567,18 @@ } }, "node_modules/@lando/nginx": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@lando/nginx/-/nginx-0.11.0.tgz", - "integrity": "sha512-yoOaEHRXwaJDV6HH+BwMvfU2+dtbdrP/6RQi04dLTfsVLQm6TC49QGV3kL3xoVqv4fLIKDyLQqe2MUhJ8PROgw==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@lando/nginx/-/nginx-1.3.0.tgz", + "integrity": "sha512-ln1pxPOLvX+eK7LDTqTKbwAGPdHoL3o1WBA2cKCP/czsTbAAjQauwtZ7YNGzFjmQgxV6ZxHFpMJvYGezPI9MQw==", "bundleDependencies": [ "lodash" ], + "license": "GPL-3.0", "dependencies": { "lodash": "^4.17.21" }, "engines": { - "node": ">=16.0.0" + "node": ">=18.0.0" } }, "node_modules/@lando/nginx/node_modules/lodash": { diff --git a/package.json b/package.json index ceb014b..9691ba6 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "test": "npm run lint && npm run test:unit" }, "dependencies": { - "@lando/nginx": "^0.11.0", + "@lando/nginx": "^1.3.0", "lodash": "^4.17.21", "semver": "^7.3.7" },