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 Nov 4, 2024
1 parent a131ff8 commit 01ada0d
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 33 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/[email protected].1
uses: google-github-actions/[email protected].2
- 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/[email protected].1
uses: google-github-actions/[email protected].2
- name: gcloud functions deploy
run: |
gcloud functions deploy extension-ci \
Expand Down
42 changes: 21 additions & 21 deletions extension/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 extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
"husky": "9.1.6",
"lint-staged": "15.2.10",
"localtunnel": "2.0.2",
"mocha": "10.7.3",
"mocha": "10.8.2",
"nock": "13.5.5",
"prettier": "3.3.3",
"proxyquire": "2.1.3",
"puppeteer": "23.6.0",
"puppeteer": "23.7.0",
"sinon": "19.0.2"
},
"dependencies": {
Expand Down
14 changes: 7 additions & 7 deletions notification/package-lock.json

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

2 changes: 1 addition & 1 deletion notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"ip": "2.0.1",
"lint-staged": "15.2.10",
"localtunnel": "2.0.2",
"mocha": "10.7.3",
"mocha": "10.8.2",
"nock": "13.5.5",
"p-map": "7.0.2",
"prettier": "3.3.3",
Expand Down

0 comments on commit 01ada0d

Please sign in to comment.