Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6b8d96

Browse files
authoredMay 2, 2024··
fix(deps): update many non-major
1 parent 7e8e866 commit f6b8d96

File tree

7 files changed

+2223
-2313
lines changed

7 files changed

+2223
-2313
lines changed
 

‎.functions/package-lock.json

+636-448
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.functions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"version": "0.1.0",
44
"description": "SSR for Storefront on Firebase with Cloud Functions",
55
"engines": {
6-
"node": "14"
6+
"node": "14.21.3"
77
},
88
"main": "index.js",
99
"dependencies": {
1010
"@ecomplus/storefront-renderer": "^2.11.6",
11-
"firebase-admin": "^10.0.2",
12-
"firebase-functions": "^3.17.1"
11+
"firebase-admin": "^10.3.0",
12+
"firebase-functions": "^3.24.1"
1313
},
1414
"scripts": {
1515
"test": "echo \"Error: no test specified\" && exit 1"

‎.github/workflows/.firebase/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cd .functions && npm ci --only=production && cd ../..
5757

5858
- name: Check last changed files
59-
uses: lots0logs/gh-action-get-changed-files@2.1.4
59+
uses: lots0logs/gh-action-get-changed-files@2.2.2
6060
with:
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
id: changed_files

‎.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: npm ci --only=production
6969

7070
- name: Check last changed files
71-
uses: lots0logs/gh-action-get-changed-files@2.1.4
71+
uses: lots0logs/gh-action-get-changed-files@2.2.2
7272
with:
7373
token: ${{ secrets.GITHUB_TOKEN }}
7474
id: changed_files

‎.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
14.21.3

‎package-lock.json

+1,578-1,856
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
},
3939
"dependencies": {
4040
"@ecomplus/storefront-template": "^2.0.0-beta.267",
41-
"@netlify/zip-it-and-ship-it": "^5.5.2",
42-
"firebase-tools": "^10.1.4"
41+
"@netlify/zip-it-and-ship-it": "^5.13.5",
42+
"firebase-tools": "^10.9.2"
4343
},
4444
"devDependencies": {
45-
"browser-sync": "^2.27.7"
45+
"browser-sync": "^2.29.3"
4646
}
4747
}

0 commit comments

Comments
 (0)
Please sign in to comment.