Skip to content

Commit

Permalink
Merge pull request #1121 from Adyen/renovate/major-all
Browse files Browse the repository at this point in the history
fix(deps): update all (major)
  • Loading branch information
goran-stamenkovski-logeecom authored Dec 12, 2023
2 parents 2c93716 + e7bd746 commit 8e2da60
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 8e2da60

Please sign in to comment.