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 Apr 14, 2024
1 parent 8a02b8e commit 05744d5
Show file tree
Hide file tree
Showing 7 changed files with 2,218 additions and 2,335 deletions.
1,249 changes: 732 additions & 517 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.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/.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,286 changes: 1,477 additions & 1,809 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.251",
"@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 05744d5

Please sign in to comment.