Skip to content

Commit a323dde

Browse files
chore(deps): update npm to v12
1 parent 6f74195 commit a323dde

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "SSR for Storefront on Firebase with Cloud Functions",
55
"engines": {
66
"node": "16.20.2",
7-
"npm": "^8.19.4"
7+
"npm": "^12.0.2"
88
},
99
"main": "index.js",
1010
"dependencies": {

.netlify/functions/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "SSR for Storefront on Netlify with Lambda functions",
66
"engines": {
77
"node": "16.20.2",
8-
"npm": "^8.19.4"
8+
"npm": "^12.0.2"
99
},
1010
"main": "index.js",
1111
"scripts": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"engines": {
99
"node": "16.20.2",
10-
"npm": "^8.19.4"
10+
"npm": "^12.0.2"
1111
},
1212
"private": true,
1313
"name": "@ecomplus/storefront",

0 commit comments

Comments
 (0)