diff --git a/package-lock.json b/package-lock.json index 0f2265c..539046d 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 fcc0da6..ed53683 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" } }