Skip to content

Commit e68b400

Browse files
chore(deps): update all dependencies - patch updates
1 parent 8a6e12c commit e68b400

5 files changed

Lines changed: 243 additions & 245 deletions

File tree

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Close Stale Issues
23-
uses: actions/stale@v10.1.0
23+
uses: actions/stale@v10.1.1
2424
with:
2525
# # Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.
2626
# repo-token: # optional, default is ${{ github.token }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- name: Send a Slack notification on publish
8585
id: slack
86-
uses: slackapi/slack-github-action@v1.27.0
86+
uses: slackapi/slack-github-action@v1.27.1
8787
with:
8888
# Slack channel id, channel name, or user id to post message
8989
# See also: https://api.slack.com/methods/chat.postMessage#channels

codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"typescript": "^5.8.3",
3939
"@graphql-codegen/plugin-helpers": "^6.0.0",
40-
"@graphql-codegen/typescript": "^5.0.0",
40+
"@graphql-codegen/typescript": "^5.0.4",
4141
"@graphql-codegen/visitor-plugin-common": "^6.0.0"
4242
},
4343
"peerDependencies": {

0 commit comments

Comments
 (0)