Skip to content

Commit 01f941d

Browse files
chore(deps): update all dependencies - patch updates
1 parent d27cff4 commit 01f941d

File tree

5 files changed

+149
-228
lines changed

5 files changed

+149
-228
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
144144
- name: Send a Slack notification on publish
145145
id: slack
146-
uses: slackapi/[email protected].0
146+
uses: slackapi/[email protected].1
147147
with:
148148
# Slack channel id, channel name, or user id to post message
149149
# See also: https://api.slack.com/methods/chat.postMessage#channels

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Send a Slack notification on publish
7878
id: slack
79-
uses: slackapi/[email protected].0
79+
uses: slackapi/[email protected].1
8080
with:
8181
# Slack channel id, channel name, or user id to post message
8282
# 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)