Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update many non-major #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1,072 changes: 630 additions & 442 deletions .functions/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions .functions/package.json
Expand Up @@ -3,13 +3,13 @@
"version": "0.1.0",
"description": "SSR for Storefront on Firebase with Cloud Functions",
"engines": {
"node": "14"
"node": "14.21.3"
},
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.11.6",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.1"
"firebase-admin": "^10.3.0",
"firebase-functions": "^3.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.firebase/build-and-deploy.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
run: cd .functions && npm ci --only=production && cd ../..

- name: Check last changed files
uses: lots0logs/gh-action-get-changed-files@2.1.4
uses: lots0logs/gh-action-get-changed-files@2.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: changed_files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Expand Up @@ -68,7 +68,7 @@ jobs:
run: npm ci --only=production

- name: Check last changed files
uses: lots0logs/gh-action-get-changed-files@2.1.4
uses: lots0logs/gh-action-get-changed-files@2.2.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
id: changed_files
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
@@ -1 +1 @@
14
14.21.3
3,390 changes: 1,534 additions & 1,856 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.267",
"@netlify/zip-it-and-ship-it": "^5.9.0",
"firebase-tools": "^10.2.1"
"@netlify/zip-it-and-ship-it": "^5.13.5",
"firebase-tools": "^10.9.2"
},
"devDependencies": {
"browser-sync": "^2.27.7"
"browser-sync": "^2.29.3"
}
}