From 487fe8939f19372eee23796507e457dfc126657c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:38:03 +0000 Subject: [PATCH] chore(deps): update npm to v10 --- .functions/package-lock.json | 2 +- .functions/package.json | 2 +- .netlify/functions/ssr/package-lock.json | 2 +- .netlify/functions/ssr/package.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.functions/package-lock.json b/.functions/package-lock.json index b82ef627..126b813a 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.8.3" } }, "node_modules/@babel/parser": { diff --git a/.functions/package.json b/.functions/package.json index 2af2105f..c325a391 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.8.3" }, "main": "index.js", "dependencies": { diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 1277de15..b35282b1 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.8.3" } }, "node_modules/@ecomplus/client": { diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index d7cc51ee..f1deb787 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.8.3" }, "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 50819017..033a24a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ }, "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.8.3" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 23d1e9a3..090be414 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.8.3" }, "private": true, "name": "@ecomplus/storefront",