Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 0073c71 commit 6886a19
Show file tree
Hide file tree
Showing 7 changed files with 970 additions and 492 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ 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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
uses: github/codeql-action/upload-sarif@673cceb2b4886e2dfff697ab64a1ecd1c0a14a05 # v2.28.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions api-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@helpwave/common": "workspace:*",
"@helpwave/proto-ts": "0.61.0-e1d7c0c.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query-devtools": "5.62.11",
"@types/google-protobuf": "3.15.12",
"cookies-next": "2.1.2",
"google-protobuf": "3.21.4",
Expand All @@ -25,6 +25,6 @@
"@helpwave/eslint-config": "workspace:*",
"@types/js-cookie": "3.0.6",
"@types/node": "20.17.10",
"@types/react": "18.3.17"
"@types/react": "18.3.18"
}
}
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.17.5"
}
Expand Down
8 changes: 4 additions & 4 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"lucide-react": "0.468.0",
"next": "13.5.7",
"lucide-react": "0.469.0",
"next": "13.5.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
Expand All @@ -29,9 +29,9 @@
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@next/eslint-plugin-next": "14.2.20",
"@next/eslint-plugin-next": "14.2.22",
"@helpwave/eslint-config": "workspace:*",
"typescript": "5.7.2"
}
Expand Down
6 changes: 3 additions & 3 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/tinycolor2": "1.4.6",
"csstype": "3.1.3",
"keycloak-js": "25.0.6",
"lucide-react": "0.468.0",
"lucide-react": "0.469.0",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
Expand All @@ -43,9 +43,9 @@
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"next": "14.2.20",
"next": "14.2.22",
"prop-types": "15.8.1",
"storybook": "7.6.20"
},
Expand Down
Loading

0 comments on commit 6886a19

Please sign in to comment.