From 8e3733d76826a466ae357cb12a2946547fbaeea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 10:54:29 +0000 Subject: [PATCH] build(deps): update dependencies --- .github/workflows/cf-deploy.yml | 2 +- .github/workflows/check-code.yml | 4 ++-- package.json | 38 ++++++++++++++++---------------- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/cf-deploy.yml b/.github/workflows/cf-deploy.yml index b7e636224..08cb7181f 100644 --- a/.github/workflows/cf-deploy.yml +++ b/.github/workflows/cf-deploy.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} env_name: diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index e8eff7912..501af3925 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.9.1 + - uses: styfle/cancel-workflow-action@0.12.1 with: access_token: ${{ github.token }} install: @@ -91,7 +91,7 @@ jobs: - name: Run ESLint run: npm run lint - name: Annotate Code Linting Results - uses: ataylorme/eslint-annotate-action@1.0.4 + uses: ataylorme/eslint-annotate-action@1.2.0 if: always() with: repo-token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/package.json b/package.json index 58bccfd37..a7fa135ca 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "@angular/platform-browser-dynamic": "15.2.8", "@angular/router": "15.2.8", "@angular/service-worker": "15.2.8", - "@ew-did-registry/credentials-interface": "0.8.1-alpha.1037.0", - "@ew-did-registry/did-resolver-interface": "0.8.1-alpha.1037.0", + "@ew-did-registry/credentials-interface": "0.9.0", + "@ew-did-registry/did-resolver-interface": "0.9.0", "@fortawesome/fontawesome-free": "5.15.4", "@metamask/detect-provider": "^1.2.0", "@ngrx/effects": "15.4.0", @@ -56,13 +56,13 @@ "@sentry/angular": "^7.49.0", "@sentry/tracing": "^7.49.0", "@sphereon/pex": "^1.1.0", - "@zxing/browser": "0.1.3", - "@zxing/library": "0.20.0", - "@zxing/ngx-scanner": "3.9.0", + "@zxing/browser": "0.1.4", + "@zxing/library": "0.21.0", + "@zxing/ngx-scanner": "3.9.1", "ajv": "^8.12.0", "angular-user-idle": "^4.0.0", "bootstrap": "4.6.2", - "core-js": "3.30.1", + "core-js": "3.37.1", "eslint": "^8.42.0", "hammerjs": "^2.0.8", "iam-client-lib": "^8.0.0-alpha.8", @@ -76,12 +76,12 @@ "ts-md5": "^1.2.7", "tslib": "^2.0.0", "uuid": "^8.3.2", - "zone.js": "~0.12.0" + "zone.js": "~0.14.0" }, "devDependencies": { "@angular-builders/custom-webpack": "15.0.0", - "@angular-devkit/build-angular": "15.2.6", - "@angular-devkit/core": "15.2.6", + "@angular-devkit/build-angular": "15.2.11", + "@angular-devkit/core": "15.2.11", "@angular-eslint/builder": "15.2.1", "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", @@ -93,11 +93,11 @@ "@angular/localize": "15.2.8", "@commitlint/cli": "^17.6.1", "@commitlint/config-conventional": "^17.6.1", - "@energyweb/eslint-config": "^0.0.0", - "@energyweb/prettier-config": "^0.0.0", + "@energyweb/eslint-config": "^0.1.0", + "@energyweb/prettier-config": "^0.0.1", "@sentry/webpack-plugin": "^1.20.0", - "@types/jasmine": "~4.3.0", - "@types/jasminewd2": "2.0.3", + "@types/jasmine": "~4.6.0", + "@types/jasminewd2": "2.0.13", "@types/node": "^12.20.42", "@types/uuid": "^8.3.4", "@typescript-eslint/eslint-plugin": "^5.59.0", @@ -105,23 +105,23 @@ "dotenv-webpack": "^8.0.1", "eslint-config-prettier": "^8.8.0", "husky": "^8.0.3", - "jasmine-core": "~4.5.0", + "jasmine-core": "~4.6.0", "jasmine-spec-reporter": "^7.0.0", "karma": "~6.4.0", - "karma-chrome-launcher": "~3.1.0", + "karma-chrome-launcher": "~3.2.0", "karma-cli": "^2.0.0", "karma-coverage": "^2.2.0", "karma-coverage-istanbul-reporter": "^3.0.3", "karma-jasmine": "~5.1.0", - "karma-jasmine-html-reporter": "~2.0.0", + "karma-jasmine-html-reporter": "~2.1.0", "karma-read-json": "1.1.0", - "karma-typescript": "5.5.3", + "karma-typescript": "5.5.4", "node-polyfill-webpack-plugin": "^1.1.4", "patch-package": "^6.5.1", "prettier": "^2.8.8", - "ts-node": "7.0.0", + "ts-node": "7.0.1", "typescript": "~4.9.4", - "webpack-bundle-analyzer": "4.8.0" + "webpack-bundle-analyzer": "4.10.2" }, "browser": { "fs": false,