Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2023
1 parent 2c93716 commit e7bd746
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: gcloud sdk
uses: google-github-actions/setup-gcloud@v1.1.1
uses: google-github-actions/setup-gcloud@v2.0.0
- run: npm run unit
- name: gcloud functions deploy
run: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
with:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
- name: gcloud sdk
uses: google-github-actions/setup-gcloud@v1.1.1
uses: google-github-actions/setup-gcloud@v2.0.0
- name: gcloud functions deploy
run: |
gcloud functions deploy extension-ci \
Expand Down
46 changes: 23 additions & 23 deletions notification/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 notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://github.com/commercetools/commercetools-adyen-integration",
"dependencies": {
"@adyen/api-library": "14.4.0",
"@adyen/api-library": "15.1.0",
"@commercetools/api-request-builder": "6.0.0",
"@commercetools/sdk-client": "3.0.0",
"@commercetools/sdk-middleware-auth": "7.0.1",
Expand Down Expand Up @@ -75,7 +75,7 @@
"localtunnel": "2.0.2",
"mocha": "10.2.0",
"nock": "13.4.0",
"p-map": "6.0.0",
"p-map": "7.0.0",
"prettier": "3.1.1",
"sinon": "17.0.1",
"c8": "8.0.1"
Expand Down

0 comments on commit e7bd746

Please sign in to comment.