diff --git a/.functions/package-lock.json b/.functions/package-lock.json index a25f588..a4c1cfd 100644 --- a/.functions/package-lock.json +++ b/.functions/package-lock.json @@ -15,7 +15,7 @@ }, "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.2" } }, "node_modules/@babel/parser": { diff --git a/.functions/package.json b/.functions/package.json index 573bb14..2095d94 100644 --- a/.functions/package.json +++ b/.functions/package.json @@ -4,7 +4,7 @@ "description": "SSR for Storefront on Firebase with Cloud Functions", "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.2" }, "main": "index.js", "dependencies": { diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index b75d596..a418df0 100644 --- a/.netlify/functions/ssr/package-lock.json +++ b/.netlify/functions/ssr/package-lock.json @@ -13,7 +13,7 @@ }, "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.2" } }, "node_modules/@builder.io/partytown": { diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index 8b8d9ff..8bfb1b1 100644 --- a/.netlify/functions/ssr/package.json +++ b/.netlify/functions/ssr/package.json @@ -5,7 +5,7 @@ "description": "SSR for Storefront on Netlify with Lambda functions", "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.2" }, "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 10195b8..d8e3a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.2" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 32a0f9a..ba771c7 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.2" }, "private": true, "name": "@ecomplus/storefront",