Skip to content

Commit

Permalink
fix(deps): update many non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent eab76f8 commit 1c1d7e5
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 28 deletions.
108 changes: 83 additions & 25 deletions .functions/package-lock.json

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

4 changes: 2 additions & 2 deletions .functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.10.10",
"firebase-admin": "^11.10.1",
"firebase-functions": "^4.4.1"
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.firebase/build-and-deploy.yml
Original file line number Diff line number Diff line change
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

0 comments on commit 1c1d7e5

Please sign in to comment.