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] authored Aug 21, 2024
1 parent fe5e3bf commit b4d3515
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cf-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down 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
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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.5",
"@zxing/library": "0.21.3",
"@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.38.1",
"eslint": "^8.42.0",
"hammerjs": "^2.0.8",
"iam-client-lib": "^8.0.0-alpha.8",
Expand All @@ -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.15.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",
Expand All @@ -93,35 +93,35 @@
"@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",
"@typescript-eslint/parser": "^5.59.0",
"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,
Expand Down

0 comments on commit b4d3515

Please sign in to comment.