From 27ce8a9db4c2be8d5260d2475d2acb9b57c629f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 08:47:20 +0200 Subject: [PATCH] fix(deps): update dependency ignore to v6 (#999) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 12 +++++++++++- packages/helix-shared-config/package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index d915825d..3a93a07e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6444,6 +6444,7 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, "license": "MIT", "engines": { "node": ">= 4" @@ -15396,7 +15397,7 @@ "ajv-formats": "3.0.1", "cookie": "0.6.0", "fs-extra": "11.2.0", - "ignore": "5.3.2", + "ignore": "6.0.2", "lru-cache": "11.0.1", "object-hash": "3.0.0", "uri-js": "4.4.1", @@ -15426,6 +15427,15 @@ "dev": true, "license": "Apache-2.0" }, + "packages/helix-shared-config/node_modules/ignore": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-6.0.2.tgz", + "integrity": "sha512-InwqeHHN2XpumIkMvpl/DCJVrAHgCsG5+cn1XlnLWGwtZBm8QJfSusItfrwx81CTp5agNZqpKU2J/ccC5nGT4A==", + "license": "MIT", + "engines": { + "node": ">= 4" + } + }, "packages/helix-shared-dom": { "name": "@adobe/helix-shared-dom", "version": "2.0.7", diff --git a/packages/helix-shared-config/package.json b/packages/helix-shared-config/package.json index 97090a40..161fce3c 100644 --- a/packages/helix-shared-config/package.json +++ b/packages/helix-shared-config/package.json @@ -44,7 +44,7 @@ "ajv-formats": "3.0.1", "cookie": "0.6.0", "fs-extra": "11.2.0", - "ignore": "5.3.2", + "ignore": "6.0.2", "lru-cache": "11.0.1", "object-hash": "3.0.0", "uri-js": "4.4.1",