Skip to content

Commit 85cfe24

Browse files
fix(deps): update all (#1215)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ad80cc6 commit 85cfe24

File tree

5 files changed

+58
-58
lines changed

5 files changed

+58
-58
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
4040
- name: gcloud sdk
41-
uses: google-github-actions/[email protected].1
41+
uses: google-github-actions/[email protected].2
4242
- run: npm run unit
4343
- name: gcloud functions deploy
4444
run: |
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
8686
- name: gcloud sdk
87-
uses: google-github-actions/[email protected].1
87+
uses: google-github-actions/[email protected].2
8888
- name: gcloud functions deploy
8989
run: |
9090
gcloud functions deploy extension-ci \

extension/package-lock.json

+34-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@
5252
"doctoc": "2.2.1",
5353
"eslint": "9.13.0",
5454
"eslint-config-prettier": "9.1.0",
55-
"husky": "9.1.6",
55+
"husky": "9.1.7",
5656
"lint-staged": "15.2.10",
5757
"localtunnel": "2.0.2",
58-
"mocha": "10.7.3",
59-
"nock": "13.5.5",
58+
"mocha": "10.8.2",
59+
"nock": "13.5.6",
6060
"prettier": "3.3.3",
6161
"proxyquire": "2.1.3",
62-
"puppeteer": "23.6.0",
62+
"puppeteer": "23.9.0",
6363
"sinon": "19.0.2"
6464
},
6565
"dependencies": {

notification/package-lock.json

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notification/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
"chai-as-promised": "8.0.0",
7272
"eslint": "9.13.0",
7373
"eslint-config-prettier": "9.1.0",
74-
"husky": "9.1.6",
74+
"husky": "9.1.7",
7575
"ip": "2.0.1",
7676
"lint-staged": "15.2.10",
7777
"localtunnel": "2.0.2",
78-
"mocha": "10.7.3",
79-
"nock": "13.5.5",
78+
"mocha": "10.8.2",
79+
"nock": "13.5.6",
8080
"p-map": "7.0.2",
8181
"prettier": "3.3.3",
8282
"sinon": "19.0.2"

0 commit comments

Comments
 (0)