From 07a1c1c7e34a0880b3914bd6d1669d3da77990f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 13:50:59 +0000 Subject: [PATCH] fix(deps): update dependency infusion to v4.7.1 (#460) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 35 ++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 330482f9..cb434b8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", "decap-cms": "3.1.11", "eleventy-plugin-fluid": "2.7.1", - "infusion": "4.6.0", + "infusion": "4.7.1", "prop-types": "15.8.1", "react": "16.14.0" }, @@ -9280,9 +9280,9 @@ } }, "node_modules/infusion": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.6.0.tgz", - "integrity": "sha512-eDHi/JCVFt2t1U9EuynnQnfgcj4Z1LASar7vsPhk0Km6RtsIwhim3alFumj447QnIMCiCQfn+7/g34CfGWownA==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.7.1.tgz", + "integrity": "sha512-a+Pljetuvq6nfdGq73MOaoNd/EkiQFNqMKbE4xkUtv0ru2uDWtO4ZHB+MAuxFaaGFuOCbvK01TtESEOehS3zPg==", "dependencies": { "fluid-resolve": "1.3.0" }, @@ -11269,6 +11269,18 @@ "markdownlint": "0.29.0" } }, + "node_modules/markdownlint-config-fluid/node_modules/infusion": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.6.0.tgz", + "integrity": "sha512-eDHi/JCVFt2t1U9EuynnQnfgcj4Z1LASar7vsPhk0Km6RtsIwhim3alFumj447QnIMCiCQfn+7/g34CfGWownA==", + "dev": true, + "dependencies": { + "fluid-resolve": "1.3.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/markdownlint-config-fluid/node_modules/markdownlint": { "version": "0.29.0", "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.29.0.tgz", @@ -24045,9 +24057,9 @@ } }, "infusion": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.6.0.tgz", - "integrity": "sha512-eDHi/JCVFt2t1U9EuynnQnfgcj4Z1LASar7vsPhk0Km6RtsIwhim3alFumj447QnIMCiCQfn+7/g34CfGWownA==", + "version": "4.7.1", + "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.7.1.tgz", + "integrity": "sha512-a+Pljetuvq6nfdGq73MOaoNd/EkiQFNqMKbE4xkUtv0ru2uDWtO4ZHB+MAuxFaaGFuOCbvK01TtESEOehS3zPg==", "requires": { "fluid-resolve": "1.3.0" } @@ -25476,6 +25488,15 @@ "markdownlint": "0.29.0" }, "dependencies": { + "infusion": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.6.0.tgz", + "integrity": "sha512-eDHi/JCVFt2t1U9EuynnQnfgcj4Z1LASar7vsPhk0Km6RtsIwhim3alFumj447QnIMCiCQfn+7/g34CfGWownA==", + "dev": true, + "requires": { + "fluid-resolve": "1.3.0" + } + }, "markdownlint": { "version": "0.29.0", "resolved": "https://registry.npmjs.org/markdownlint/-/markdownlint-0.29.0.tgz", diff --git a/package.json b/package.json index 86c58806..cc9c1768 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@11ty/eleventy-plugin-syntaxhighlight": "5.0.0", "decap-cms": "3.1.11", "eleventy-plugin-fluid": "2.7.1", - "infusion": "4.6.0", + "infusion": "4.7.1", "prop-types": "15.8.1", "react": "16.14.0" },