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] committed Nov 17, 2023
1 parent ae18a85 commit d11d4b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .functions/package.json
Expand Up @@ -8,8 +8,8 @@
"main": "index.js",
"dependencies": {
"@ecomplus/storefront-renderer": "^2.11.1",
"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/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
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.250",
"@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"
}
}

0 comments on commit d11d4b1

Please sign in to comment.