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 25, 2024
1 parent fc80cc4 commit 61ee6a0
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Approve Dependabot PRs
uses: hmarr/auto-approve-action@v2.0.0
uses: hmarr/auto-approve-action@v2.4.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
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
90 changes: 48 additions & 42 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.264",
"@netlify/zip-it-and-ship-it": "^4.15.1",
"firebase-tools": "^9.16.0"
"@netlify/zip-it-and-ship-it": "^4.30.0",
"firebase-tools": "^9.23.3"
},
"devDependencies": {
"browser-sync": "^2.27.5"
"browser-sync": "^2.29.3"
}
}

0 comments on commit 61ee6a0

Please sign in to comment.