Skip to content

Commit

Permalink
build(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 24, 2022
1 parent d20b292 commit b69accf
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cf-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 }}

Expand Down Expand Up @@ -59,7 +59,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/*
Expand All @@ -69,7 +69,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 }}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,29 @@
"@angular/platform-browser-dynamic": "13.2.2",
"@angular/router": "13.2.2",
"@angular/service-worker": "13.2.2",
"@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",
"@ngrx/effects": "13.0.2",
"@ngrx/store": "13.0.2",
"@ngrx/store-devtools": "13.0.2",
"@sentry/angular": "6.17.8",
"@sentry/angular": "6.18.0",
"@zxing/browser": "0.1.1",
"@zxing/library": "0.19.1",
"@zxing/ngx-scanner": "3.5.0",
"angular-user-idle": "2.2.7",
"bootstrap": "4.3.1",
"core-js": "3.21.0",
"bootstrap": "4.6.1",
"core-js": "3.21.1",
"hammerjs": "^2.0.8",
"iam-client-lib": "4.1.0-alpha.21",
"moment": "2.22.2",
"iam-client-lib": "4.1.0-alpha.26",
"moment": "2.29.1",
"ng-qrcode": "6.0.0",
"ngx-bootstrap": "8.0.0",
"ngx-spinner": "13.1.1",
"ngx-toastr": "14.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",
Expand All @@ -76,8 +76,8 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "13.1.0",
"@angular-devkit/build-angular": "13.2.3",
"@angular-devkit/core": "13.2.3",
"@angular-devkit/build-angular": "13.2.5",
"@angular-devkit/core": "13.2.5",
"@angular-eslint/builder": "13.1.0",
"@angular-eslint/eslint-plugin": "13.1.0",
"@angular-eslint/eslint-plugin-template": "13.1.0",
Expand All @@ -86,10 +86,10 @@
"@angular/cli": "13.2.3",
"@angular/compiler-cli": "13.2.2",
"@angular/language-service": "13.2.2",
"@energyweb/eslint-config": "^0.0.0",
"@energyweb/eslint-config": "^0.0.1",
"@energyweb/prettier-config": "^0.0.0",
"@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",
Expand All @@ -109,7 +109,7 @@
"node-polyfill-webpack-plugin": "^1.1.4",
"patch-package": "^6.4.7",
"prettier": "^2.5.1",
"ts-node": "7.0.0",
"ts-node": "7.0.1",
"typescript": "4.5.5",
"webpack-bundle-analyzer": "^4.5.0"
}
Expand Down

0 comments on commit b69accf

Please sign in to comment.