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 Jan 31, 2022
1 parent eb6bd9b commit 9dd84dc
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 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 @@ -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 }}

Expand Down Expand Up @@ -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/*
Expand All @@ -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 }}
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,31 +45,31 @@
"@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",
"@ngrx/effects": "13.0.2",
"@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.0.10",
"@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",
Expand All @@ -78,8 +78,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.1",
"@angular-devkit/core": "13.2.1",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^13.0.1",
Expand All @@ -91,13 +91,13 @@
"@cypress/schematic": "^1.5.1",
"@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",
"cypress": "8.5.0",
"cypress": "8.7.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"jasmine-core": "^4.0.0",
Expand All @@ -114,9 +114,9 @@
"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",
"webdriver-manager": "10.2.5",
"ts-node": "7.0.1",
"typescript": "4.5.5",
"webdriver-manager": "10.3.0",
"webpack-bundle-analyzer": "^4.5.0"
}
}

0 comments on commit 9dd84dc

Please sign in to comment.