Skip to content

Commit 8cb7924

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 79e1e61 + 6215abd commit 8cb7924

File tree

4 files changed

+26
-15
lines changed

4 files changed

+26
-15
lines changed

.github/workflows/history-clean.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,6 @@ jobs:
308308

309309
- name: >-
310310
📦 Commit › Execute
311-
uses: stefanzweifel/git-auto-commit-action@v5
311+
uses: stefanzweifel/git-auto-commit-action@v6
312312
with:
313313
commit_message: ${{ env.COMMIT_MESSAGE }}

.github/workflows/ping-developer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- name: >-
211211
📨 Send mail
212212
id: task_ping_developer_mail
213-
uses: dawidd6/action-send-mail@v5
213+
uses: dawidd6/action-send-mail@v6
214214
with:
215215
server_address: ${{ secrets.EMAIL_SMTP }}
216216
server_port: 465

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/chrome": "^0.0.268",
7676
"@types/node": "^20.14.10",
7777
"@types/semver": "^7.5.8",
78-
"@types/uuid": "^9.0.8",
78+
"@types/uuid": "^10.0.0",
7979
"typescript-eslint": "^7.14.0",
8080
"@typescript-eslint/parser": "^7.16.0",
8181
"@typescript-eslint/eslint-plugin": "^7.16.0",
@@ -101,7 +101,7 @@
101101
"colortranslator": "^4.1.0",
102102
"front-matter": "^4.0.2",
103103
"semver": "^7.6.0",
104-
"uuid": "^9.0.1",
104+
"uuid": "^10.0.0",
105105
"yaml": "^2.4.5"
106106
},
107107
"files": [

0 commit comments

Comments
 (0)