From 702abd4ff91a056b12f353db6a3937288e2f572a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Feb 2022 12:19:39 +0000 Subject: [PATCH] build(deps): update dependencies --- .github/workflows/cf-deploy.yml | 2 +- .github/workflows/check-code.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- package.json | 28 ++++++++++++++-------------- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/cf-deploy.yml b/.github/workflows/cf-deploy.yml index e8f15b204..aaecf535f 100644 --- a/.github/workflows/cf-deploy.yml +++ b/.github/workflows/cf-deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.9.1 with: access_token: ${{ github.token }} env_name: diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 257d78d3e..416f8f493 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -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/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 11635ec75..8c15be453 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 3 steps: - - uses: styfle/cancel-workflow-action@0.8.0 + - uses: styfle/cancel-workflow-action@0.9.1 with: access_token: ${{ github.token }} @@ -61,7 +61,7 @@ jobs: - name: Deploy stedin if: github.ref == 'refs/heads/develop' - uses: burnett01/rsync-deployments@5.0 + uses: burnett01/rsync-deployments@5.2 with: switches: -r path: dist/* @@ -71,7 +71,7 @@ jobs: remote_key: ${{ secrets.GH_SWITCHBOARD_SSH_KEY }} - name: Sentry Release Staging - uses: getsentry/action-release@v1.0.0 + uses: getsentry/action-release@v1.1.6 env: SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_ORG: ${{ secrets.SENTRY_ORG }} diff --git a/package.json b/package.json index f49dcf296..29a7f6681 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@angular/platform-browser-dynamic": "13.1.3", "@angular/router": "13.1.3", "@angular/service-worker": "13.1.3", - "@fortawesome/fontawesome-free": "5.5.0", + "@fortawesome/fontawesome-free": "5.15.4", "@gnosis.pm/safe-apps-sdk": "^4.3.0", "@mat-datetimepicker/core": "^7.0.1", "@mat-datetimepicker/moment": "^7.0.1", @@ -49,23 +49,23 @@ "@ngrx/store": "13.0.2", "@ngrx/store-devtools": "13.0.2", "@sentry/angular": "^6.17.1", - "@zxing/browser": "0.0.9", - "@zxing/library": "0.18.6", + "@zxing/browser": "0.1.1", + "@zxing/library": "0.19.1", "@zxing/ngx-scanner": "^3.2.0", "angular-user-idle": "2.2.7", - "bootstrap": "4.3.1", - "codemirror": "5.58.2", - "core-js": "2.5.4", + "bootstrap": "4.6.1", + "codemirror": "5.65.1", + "core-js": "2.6.12", "hammerjs": "^2.0.8", "iam-client-lib": "^4.0.2-alpha.5", - "moment": "2.22.2", + "moment": "2.29.1", "ng-qrcode": "4.3.0", "ngx-bootstrap": "^8.0.0", "ngx-editor": "9.0.2", "ngx-spinner": "^11.0.2", "ngx-toastr": "13.2.1", "rxjs": "6.6.7", - "simple-line-icons": "2.4.1", + "simple-line-icons": "2.5.5", "sweetalert": "2.1.2", "ts-md5": "^1.2.7", "tslib": "^2.0.0", @@ -74,8 +74,8 @@ }, "devDependencies": { "@angular-builders/custom-webpack": "^13.0.0", - "@angular-devkit/build-angular": "13.1.4", - "@angular-devkit/core": "13.1.4", + "@angular-devkit/build-angular": "13.2.2", + "@angular-devkit/core": "13.2.2", "@angular-eslint/builder": "^13.0.1", "@angular-eslint/eslint-plugin": "^13.0.1", "@angular-eslint/eslint-plugin-template": "^13.0.1", @@ -86,9 +86,9 @@ "@angular/language-service": "13.1.3", "@energyweb/eslint-config": "^0.0.0", "@energyweb/prettier-config": "^0.0.0", - "@types/codemirror": "0.0.67", + "@types/codemirror": "0.0.109", "@types/jasmine": "~3.10.0", - "@types/jasminewd2": "2.0.3", + "@types/jasminewd2": "2.0.10", "@types/node": "^12.20.42", "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", @@ -108,8 +108,8 @@ "node-polyfill-webpack-plugin": "^1.1.4", "patch-package": "^6.4.7", "prettier": "^2.5.1", - "ts-node": "7.0.0", - "typescript": "4.5.4", + "ts-node": "7.0.1", + "typescript": "4.5.5", "webpack-bundle-analyzer": "^4.5.0" } }