Skip to content

Commit 971fb8b

Browse files
Update all patch dependencies
1 parent 9d2422f commit 971fb8b

File tree

3 files changed

+260
-310
lines changed

3 files changed

+260
-310
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@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
7171
with:
7272
sarif_file: results.sarif

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@
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",
42-
"@typescript-eslint/eslint-plugin": "8.29.0",
43-
"@typescript-eslint/parser": "8.29.0",
42+
"@typescript-eslint/eslint-plugin": "8.29.1",
43+
"@typescript-eslint/parser": "8.29.1",
4444
"@vitest/ui": "3.1.1",
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.3",
54+
"typescript": "5.8.3",
5555
"undici": "7.6.0",
5656
"vercel": "41.4.1",
5757
"vite": "6.2.4",

0 commit comments

Comments
 (0)