diff --git a/.functions/package-lock.json b/.functions/package-lock.json index 9de1794..a2bc4b0 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.6.0" } }, "node_modules/@babel/parser": { diff --git a/.functions/package.json b/.functions/package.json index c89e796..d9b5f3a 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.6.0" }, "main": "index.js", "dependencies": { diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 59552b9..9eb22f6 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.6.0" } }, "node_modules/@builder.io/partytown": { diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index 58259ec..0d6c7e5 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.6.0" }, "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 4d03d19..882d79a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.6.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index d9d38ef..24c2625 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.6.0" }, "private": true, "name": "@ecomplus/storefront",