Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent 414cfc6 commit 1cc770f
Show file tree
Hide file tree
Showing 23 changed files with 638 additions and 365 deletions.
2 changes: 1 addition & 1 deletion .github/actions/analysis/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
using: composite
steps:
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.2

- name: Install Tools & Dependencies
uses: ./.github/actions/install/node
Expand Down
8 changes: 4 additions & 4 deletions .github/actions/analysis/security/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runs:

- name: ♻︎ Restore Cache OWASP Dependency Check Data 🛡️
id: cache-owasp-restore
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: build/dependency-check-data
key: ${{ runner.os }}-owasp-${{ hashFiles('**/gradle.properties') }}
Expand All @@ -32,7 +32,7 @@ runs:

- name: ♻︎ Save Cache OWASP Dependency Check Data 🛡️
id: cache-owasp-save
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: build/dependency-check-data
key: ${{ steps.cache-owasp-restore.outputs.cache-primary-key }}
Expand All @@ -48,7 +48,7 @@ runs:
shell: bash

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -57,7 +57,7 @@ runs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.9
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/install/java/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
build-scan-terms-of-service-agree: "yes"

- name: Upload build reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ steps.gradle.outputs.build-scan-url }}
with:
name: build-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-commit-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/[email protected].2
uses: lycheeverse/[email protected].3
with:
args: "--cache --max-cache-age 1d ."
fail: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pre-release-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
run: ./gradlew detektAll --no-daemon --stacktrace

- name: Upload static reports artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: static-report
path: |
Expand All @@ -107,7 +107,7 @@ jobs:
retention-days: 1

- name: Analyze detekt report
uses: github/codeql-action/upload-sarif@v3.23.2
uses: github/codeql-action/upload-sarif@v3.24.9
with:
sarif_file: build/reports/detekt/detekt.sarif
checkout_path: ${{ github.workspace }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
./gradlew koverXmlReport --no-daemon --stacktrace
- name: Upload coverage reports
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: build/reports/kover/report.xml
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/backend.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("org.springframework:spring-r2dbc")
implementation("org.springframework.data:spring-data-r2dbc")
implementation("org.postgresql:r2dbc-postgresql")
runtimeOnly("org.postgresql:postgresql:42.3.1")
runtimeOnly("org.postgresql:postgresql:42.7.3")

implementation(libs.spring.dotenv)
implementation(libs.sendgrid)
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.0
2 changes: 1 addition & 1 deletion apps/frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.0
20.12.0
2 changes: 1 addition & 1 deletion apps/frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.42.0-jammy
FROM mcr.microsoft.com/playwright:v1.42.1-jammy

ENV HOME=/lyra-ui

Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/apps/docs-dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@
"vue-tsc": "^2.0.7",
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/apps/lyra-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"vue-tsc": "^2.0.7",
"vitest": "^1.4.0"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/apps/lyra-landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"canvas-confetti": "^1.9.2",
"sharp": "^0.33.3"
},
"packageManager": "pnpm@8.14.3"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"publishConfig": {
"access": "public"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/packages/mock-responses/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
2 changes: 1 addition & 1 deletion apps/frontend/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@
"node": ">=18.14.1",
"pnpm": ">=8.6.12"
},
"packageManager": "pnpm@8.14.1"
"packageManager": "pnpm@8.15.5"
}
Loading

0 comments on commit 1cc770f

Please sign in to comment.