From 1bc316d9cd52b84c7e06efa7b2e8b2f2c820d05c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:53:07 +0000 Subject: [PATCH] build(deps): bump foundation-sites from 6.8.1 to 6.9.0 Bumps [foundation-sites](https://github.com/foundation/foundation-sites) from 6.8.1 to 6.9.0. - [Release notes](https://github.com/foundation/foundation-sites/releases) - [Commits](https://github.com/foundation/foundation-sites/compare/v6.8.1...v6.9.0) --- updated-dependencies: - dependency-name: foundation-sites dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f2265c9..539046d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "cross-spawn": "^7.0.3", - "foundation-sites": "^6.8.1" + "foundation-sites": "^6.9.0" }, "devDependencies": { "gulp": "^5.0.0" @@ -504,11 +504,11 @@ } }, "node_modules/foundation-sites": { - "version": "6.8.1", - "resolved": "https://registry.npmjs.org/foundation-sites/-/foundation-sites-6.8.1.tgz", - "integrity": "sha512-9JAuLqVgzf7EIRUqVKeYN68dU/SGe0aNJPgnejdfJKSWnBFdQLF3Zvy9WEQ1gE/gnyvwG3Ia3LkkEd9774n0bQ==", + "version": "6.9.0", + "resolved": "https://registry.npmjs.org/foundation-sites/-/foundation-sites-6.9.0.tgz", + "integrity": "sha512-bZpjL6lxuGViy1UU/NuMddyAAJP0YgJYKNh+8ZtDWhQRtiY1yQISxHmgF4V8EFx7DWHDTdZC1fwFysnMAYkdQg==", "engines": { - "node": ">=16.0" + "node": ">=18.0" }, "peerDependencies": { "jquery": ">=3.6.0", diff --git a/package.json b/package.json index fcc0da68..ed536833 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ }, "dependencies": { "cross-spawn": "^7.0.3", - "foundation-sites": "^6.8.1" + "foundation-sites": "^6.9.0" } }