From 5955ace83d2c8d1d4495c70e62eef5e8cc83eae5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:55:17 +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 bfd6ec89..c5bda987 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.0" } }, "node_modules/@babel/parser": { diff --git a/.functions/package.json b/.functions/package.json index d6c05d4f..7bbb7f51 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.0" }, "main": "index.js", "dependencies": { diff --git a/.netlify/functions/ssr/package-lock.json b/.netlify/functions/ssr/package-lock.json index 1277de15..9e54dd08 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.0" } }, "node_modules/@ecomplus/client": { diff --git a/.netlify/functions/ssr/package.json b/.netlify/functions/ssr/package.json index d7cc51ee..3f4c5ccf 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.0" }, "main": "index.js", "scripts": { diff --git a/package-lock.json b/package-lock.json index 990cb215..f4d43fc3 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.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 49592028..1354ef95 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ ], "engines": { "node": "16.20.2", - "npm": "^8.19.4" + "npm": "^10.9.0" }, "private": true, "name": "@ecomplus/storefront",