Skip to content

Commit

Permalink
Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 16, 2024
1 parent 5897607 commit 5047c43
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 334 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: SARIF file
path: results.sarif
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,37 @@
"@builder.io/qwik": "1.4.3",
"@builder.io/qwik-city": "1.4.3",
"@playwright/test": "1.41.2",
"@storybook/addon-essentials": "7.6.12",
"@storybook/addon-links": "7.6.12",
"@storybook/blocks": "7.6.12",
"@storybook/builder-vite": "7.6.12",
"@storybook/html": "7.6.12",
"@storybook/html-vite": "7.6.12",
"@types/eslint": "8.56.2",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/blocks": "7.6.19",
"@storybook/builder-vite": "7.6.19",
"@storybook/html": "7.6.19",
"@storybook/html-vite": "7.6.19",
"@types/eslint": "8.56.10",
"@types/node": "20.11.16",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@vitest/ui": "1.2.2",
"autoprefixer": "10.4.17",
"autoprefixer": "10.4.19",
"eslint": "8.56.0",
"eslint-plugin-qwik": "1.4.3",
"postcss": "8.4.33",
"prettier": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.11",
"storybook": "7.6.12",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"storybook": "7.6.19",
"storybook-framework-qwik": "0.2.5",
"tailwindcss": "3.4.1",
"tailwindcss": "3.4.3",
"typescript": "5.3.3",
"undici": "6.6.0",
"vercel": "33.4.1",
"vite": "5.0.12",
"vite-tsconfig-paths": "4.3.1",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.2.2"
},
"dependencies": {
"@modular-forms/qwik": "0.23.1",
"@qwikest/icons": "0.0.13",
"@unpic/qwik": "0.0.41",
"qwik-image": "0.0.8"
"@unpic/qwik": "0.0.46",
"qwik-image": "0.0.10"
}
}

0 comments on commit 5047c43

Please sign in to comment.