Skip to content

Commit

Permalink
chore(deps): update npm to ^8.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2023
1 parent e3790c4 commit abef5c2
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "SSR for Storefront on Firebase with Cloud Functions",
"engines": {
"node": "16",
"npm": "^8.19.0"
"npm": "^8.19.4"
},
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions .netlify/functions/ssr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .netlify/functions/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "SSR for Storefront on Netlify with Lambda functions",
"engines": {
"node": "16",
"npm": "^8.19.0"
"npm": "^8.19.4"
},
"main": "index.js",
"scripts": {
Expand Down
18 changes: 15 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"engines": {
"node": "16",
"npm": "^8.19.0"
"npm": "^8.19.4"
},
"private": true,
"name": "@ecomplus/storefront",
Expand Down

0 comments on commit abef5c2

Please sign in to comment.