Skip to content

Commit 32dc636

Browse files
Update all patch dependencies
1 parent 9d2422f commit 32dc636

File tree

3 files changed

+298
-347
lines changed

3 files changed

+298
-347
lines changed

.github/workflows/scorecard.yml

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

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
70+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7171
with:
7272
sarif_file: results.sarif

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@
3131
"@builder.io/qwik": "1.12.1",
3232
"@builder.io/qwik-city": "1.12.1",
3333
"@playwright/test": "1.51.1",
34-
"@storybook/addon-essentials": "8.6.11",
35-
"@storybook/addon-links": "8.6.11",
36-
"@storybook/blocks": "8.6.11",
37-
"@storybook/builder-vite": "8.6.11",
38-
"@storybook/html": "8.6.11",
39-
"@storybook/html-vite": "8.6.11",
34+
"@storybook/addon-essentials": "8.6.12",
35+
"@storybook/addon-links": "8.6.12",
36+
"@storybook/blocks": "8.6.12",
37+
"@storybook/builder-vite": "8.6.12",
38+
"@storybook/html": "8.6.12",
39+
"@storybook/html-vite": "8.6.12",
4040
"@types/eslint": "9.6.1",
4141
"@types/node": "22.13.14",
4242
"@typescript-eslint/eslint-plugin": "8.29.0",
4343
"@typescript-eslint/parser": "8.29.0",
44-
"@vitest/ui": "3.1.1",
44+
"@vitest/ui": "3.1.2",
4545
"autoprefixer": "10.4.21",
4646
"eslint": "9.23.0",
4747
"eslint-plugin-qwik": "1.12.1",
4848
"postcss": "8.5.3",
4949
"prettier": "3.5.3",
5050
"prettier-plugin-tailwindcss": "0.6.11",
51-
"storybook": "8.6.11",
52-
"storybook-framework-qwik": "0.4.1",
53-
"tailwindcss": "4.1.2",
54-
"typescript": "5.8.2",
51+
"storybook": "8.6.12",
52+
"storybook-framework-qwik": "0.4.2",
53+
"tailwindcss": "4.1.5",
54+
"typescript": "5.8.3",
5555
"undici": "7.6.0",
5656
"vercel": "41.4.1",
5757
"vite": "6.2.4",
5858
"vite-tsconfig-paths": "5.1.4",
59-
"vitest": "3.1.1"
59+
"vitest": "3.1.2"
6060
},
6161
"dependencies": {
6262
"@modular-forms/qwik": "0.29.1",

0 commit comments

Comments
 (0)