From 9c6e4d004fade5e5b3493262478da2a3f0704505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:28:53 +0000 Subject: [PATCH] chore(deps): bump infusion from 4.6.0 to 4.8.0 Bumps [infusion](https://github.com/fluid-project/infusion) from 4.6.0 to 4.8.0. - [Release notes](https://github.com/fluid-project/infusion/releases) - [Changelog](https://github.com/fluid-project/infusion/blob/main/CHANGELOG.md) - [Commits](https://github.com/fluid-project/infusion/compare/v4.6.0...v4.8.0) --- updated-dependencies: - dependency-name: infusion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 ++++++++++++++++++++++++++++++------- package.json | 2 +- 2 files changed, 31 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index e50c3555..905f7647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@zachleat/filter-container": "greatislander/filter-container#feat/paginated-results", "decap-cms": "3.6.2", "eleventy-plugin-fluid": "2.7.1", - "infusion": "4.6.0", + "infusion": "4.8.0", "modern-css-reset": "1.4.0", "prop-types": "15.8.1", "react": "16.14.0", @@ -9435,9 +9435,10 @@ } }, "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.8.0", + "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.8.0.tgz", + "integrity": "sha512-kbzXoAUkPThVliGJUlg09vh1pJyBTVnYYoxmZDt5AW2ewf5gJO8zkguYha79HiZ2xOEjI37IRfHSn2DrU4v0Yg==", + "license": "(BSD-3-Clause OR ECL-2.0)", "dependencies": { "fluid-resolve": "1.3.0" }, @@ -11507,6 +11508,19 @@ "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, + "license": "(BSD-3-Clause OR ECL-2.0)", + "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", @@ -24974,9 +24988,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.8.0", + "resolved": "https://registry.npmjs.org/infusion/-/infusion-4.8.0.tgz", + "integrity": "sha512-kbzXoAUkPThVliGJUlg09vh1pJyBTVnYYoxmZDt5AW2ewf5gJO8zkguYha79HiZ2xOEjI37IRfHSn2DrU4v0Yg==", "requires": { "fluid-resolve": "1.3.0" } @@ -26405,6 +26419,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 1c732b1b..fc07c6d6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@zachleat/filter-container": "greatislander/filter-container#feat/paginated-results", "decap-cms": "3.6.2", "eleventy-plugin-fluid": "2.7.1", - "infusion": "4.6.0", + "infusion": "4.8.0", "modern-css-reset": "1.4.0", "prop-types": "15.8.1", "react": "16.14.0",