Skip to content

Commit f5dd76d

Browse files
chore(deps): update all dependencies - patch updates
1 parent 05fed23 commit f5dd76d

File tree

7 files changed

+951
-612
lines changed

7 files changed

+951
-612
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Send a Slack notification on publish
6969
if: steps.changesets.outcome == 'success' && steps.changesets.outputs.published == 'true'
7070
id: slack
71-
uses: slackapi/[email protected].0
71+
uses: slackapi/[email protected].1
7272
with:
7373
# Slack channel id, channel name, or user id to post message
7474
# See also: https://api.slack.com/methods/chat.postMessage#channels

demo/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"@types/cors": "2.8.17",
27-
"@types/node": "18.19.54",
28-
"@types/ws": "8.5.12"
27+
"@types/node": "18.19.75",
28+
"@types/ws": "8.5.14"
2929
},
3030
"keywords": []
3131
}

demo/server/pnpm-lock.yaml

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

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@apollo/tailwind-preset": "0.2.0",
14-
"@astrojs/check": "0.9.3",
14+
"@astrojs/check": "0.9.4",
1515
"@astrojs/starlight": "0.28.2",
1616
"astro": "4.15.9",
1717
"sharp": "0.33.5",

0 commit comments

Comments
 (0)