Skip to content

Commit 7870600

Browse files
fix(deps): update all
1 parent 5917048 commit 7870600

File tree

5 files changed

+68
-68
lines changed

5 files changed

+68
-68
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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/setup-gcloud@v2.1.4
41+
uses: google-github-actions/setup-gcloud@v2.2.0
4242
- run: npm run unit
4343

4444

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
7777
- name: gcloud sdk
78-
uses: google-github-actions/setup-gcloud@v2.1.4
78+
uses: google-github-actions/setup-gcloud@v2.2.0
7979
- run: npm run test-ci
8080

8181
notification_test:

extension/package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
"devDependencies": {
4949
"@stylistic/eslint-plugin-js": "^4.0.0",
5050
"c8": "10.1.3",
51-
"chai": "5.2.0",
51+
"chai": "5.2.1",
5252
"doctoc": "2.2.1",
5353
"eslint": "9.33.0",
54-
"eslint-config-prettier": "10.1.5",
54+
"eslint-config-prettier": "10.1.8",
5555
"husky": "9.1.7",
5656
"lint-staged": "15.5.2",
5757
"localtunnel": "2.0.2",
58-
"mocha": "11.7.0",
59-
"nock": "14.0.5",
60-
"prettier": "3.5.3",
58+
"mocha": "11.7.1",
59+
"nock": "14.0.10",
60+
"prettier": "3.6.2",
6161
"proxyquire": "2.1.3",
6262
"puppeteer": "24.16.0",
6363
"sinon": "19.0.5"

notification/package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notification/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@
6767
"@eslint/js": "^9.4.0",
6868
"@stylistic/eslint-plugin-js": "^4.0.0",
6969
"c8": "10.1.3",
70-
"chai": "5.2.0",
70+
"chai": "5.2.1",
7171
"chai-as-promised": "8.0.1",
7272
"eslint": "9.33.0",
73-
"eslint-config-prettier": "10.1.5",
73+
"eslint-config-prettier": "10.1.8",
7474
"husky": "9.1.7",
7575
"ip": "2.0.1",
7676
"lint-staged": "15.5.2",
7777
"localtunnel": "2.0.2",
78-
"mocha": "11.7.0",
79-
"nock": "14.0.5",
78+
"mocha": "11.7.1",
79+
"nock": "14.0.10",
8080
"p-map": "7.0.3",
81-
"prettier": "3.5.3",
81+
"prettier": "3.6.2",
8282
"sinon": "19.0.5"
8383
},
8484
"husky": {

0 commit comments

Comments
 (0)