Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#4019)
Browse files Browse the repository at this point in the history
UITOOL-284

Co-authored-by: renovate-coveo[bot] <115253437+renovate-coveo[bot]@users.noreply.github.com>
  • Loading branch information
renovate-coveo[bot] authored Feb 28, 2025
1 parent e6418d4 commit 4751036
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 65 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
persist-credentials: false

- name: 'Run analysis'
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -73,7 +73,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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@commitlint/config-conventional": "19.7.1",
"@coveo/semantic-monorepo-tools": "2.6.2",
"@sindresorhus/slugify": "2.2.1",
"@types/node": "22.13.4",
"@types/node": "22.13.5",
"@vitest/eslint-plugin": "1.1.31",
"aws-sdk": "2.1692.0",
"chokidar": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/components-props-analyzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@swc/cli": "0.6.0",
"@swc/core": "1.10.18",
"@types/fs-extra": "11.0.4",
"@types/node": "22.13.4",
"@types/node": "22.13.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript/twoslash": "3.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/chroma-js": "2.4.5",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.17.15",
"@types/node": "22.13.4",
"@types/node": "22.13.5",
"chroma-js": "3.1.2",
"commander": "12.1.0",
"dotenv": "16.4.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@swc/helpers": "0.5.15",
"@tabler/icons-react": "3.30.0",
"@tanstack/match-sorter-utils": "8.19.4",
"@tanstack/react-query": "5.66.8",
"@tanstack/react-query": "5.66.9",
"clsx": "2.1.1",
"codesandbox-import-utils": "2.2.3",
"dayjs": "1.11.13",
Expand All @@ -51,7 +51,7 @@
"@types/fs-extra": "11.0.4",
"@types/klaw-sync": "6.0.5",
"@types/lodash.kebabcase": "4.1.9",
"@types/node": "22.13.4",
"@types/node": "22.13.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@vitejs/plugin-react-swc": "3.8.0",
Expand Down
Loading

0 comments on commit 4751036

Please sign in to comment.