From 724abcc1f178adbcf6c3dd069132bac14f1017a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:38:50 +0000 Subject: [PATCH] Update Major --- .github/workflows/pr.yaml | 10 +++++----- package.json | 16 ++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 90e71778..0b33ea30 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/init - name: Cache all - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ./* @@ -21,7 +21,7 @@ jobs: needs: [init] steps: - name: Cache all - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ./* @@ -34,7 +34,7 @@ jobs: needs: [init] steps: - name: Cache all - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ./* @@ -47,7 +47,7 @@ jobs: needs: [init] steps: - name: Cache all - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ./* @@ -60,7 +60,7 @@ jobs: needs: [init] steps: - name: Cache all - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache with: path: ./* diff --git a/package.json b/package.json index e60fc41d..2d316441 100644 --- a/package.json +++ b/package.json @@ -41,16 +41,16 @@ "@vality/scrooge-proto": "0.1.1-9ce7fc6.0", "@vality/thrift-ts": "2.4.1-8ad5123.0", "@vality/woody": "0.1.3", - "date-fns": "^3.6.0", + "date-fns": "^4.0.0", "inputmask": "5.0.7", "keycloak-angular": "^16.0.1", - "keycloak-js": "^20.0.5", + "keycloak-js": "^26.0.0", "lodash-es": "^4.17.21", "monaco-editor": "^0.49.0", "ngx-monaco-editor-v2": "^18.0.1", "papaparse": "^5.4.1", "rxjs": "7.8.1", - "short-uuid": "4.2.2", + "short-uuid": "5.2.0", "tslib": "2.3.1", "utility-types": "3.10.0", "yaml": "2.4.5", @@ -63,8 +63,8 @@ "@angular/cli": "18.2.4", "@angular/compiler-cli": "18.2.4", "@types/inputmask": "5.0.3", - "@types/jasmine": "4.0.3", - "@types/jwt-decode": "2.2.1", + "@types/jasmine": "5.1.4", + "@types/jwt-decode": "3.1.0", "@types/lodash-es": "^4.17.12", "@types/papaparse": "^5.3.14", "@vality/cspell-config": "^8.0.1-pr-57-482a037.0", @@ -72,10 +72,10 @@ "@vality/prettier-config": "3.1.0", "cross-env": "^7.0.3", "cspell": "^8.3.2", - "eslint": "^8.57.0", - "jasmine-core": "4.2.0", + "eslint": "^9.0.0", + "jasmine-core": "5.4.0", "jasmine-spec-reporter": "7.0.0", - "jwt-decode": "2.2.0", + "jwt-decode": "4.0.0", "karma": "6.4.0", "karma-chrome-launcher": "3.1.1", "karma-coverage-istanbul-reporter": "3.0.3",