From e6a0ee7850dca5a49425230f073a4490963bd0a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:58:46 +0000 Subject: [PATCH] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | npm | @coreui/coreui | 4.2.6 | 4.3.2 | | npm | @playwright/test | 1.38.1 | 1.39.0 | | npm | @typescript-eslint/eslint-plugin | 6.5.0 | 6.8.0 | | npm | @typescript-eslint/parser | 6.5.0 | 6.8.0 | | github-tags | actions/checkout | v4.0.0 | v4.1.1 | | npm | export-to-csv | 1.0.0 | 1.2.0 | | npm | zone.js | 0.13.3 | 0.14.0 | --- .github/workflows/master-protection.yml | 2 +- package.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/master-protection.yml b/.github/workflows/master-protection.yml index feda7b326d..965dcef108 100644 --- a/.github/workflows/master-protection.yml +++ b/.github/workflows/master-protection.yml @@ -14,7 +14,7 @@ jobs: uses: rokroskar/workflow-run-cleanup-action@v0.3.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.1 - name: Check Tag run: | diff --git a/package.json b/package.json index 6126e6315c..c8d3fbbfbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.787.0", + "version": "4.788.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -32,7 +32,7 @@ "@angular/service-worker": "16.2.10", "@angular/upgrade": "16.2.10", "@coreui/angular": "4.5.25", - "@coreui/coreui": "4.2.6", + "@coreui/coreui": "4.3.2", "@coreui/icons-angular": "4.5.25", "@ng-bootstrap/ng-bootstrap": "^15.0.1", "@ng-select/ng-select": "^11.0.0", @@ -50,7 +50,7 @@ "css-loader": "6.8.1", "cssnano": "6.0.1", "d3": "7.8.5", - "export-to-csv": "1.0.0", + "export-to-csv": "1.2.0", "file-saver": "2.0.5", "follow-redirects": "1.15.3", "html2canvas": "1.4.1", @@ -76,7 +76,7 @@ "ts-helpers": "1.1.2", "tslib": "2.6.2", "uglify-js": "3.17.4", - "zone.js": "0.13.3" + "zone.js": "0.14.0" }, "devDependencies": { "@angular-devkit/build-angular": "^16.1.4", @@ -88,13 +88,13 @@ "@angular/cli": "^16.1.4", "@angular/compiler-cli": "16.2.10", "@compodoc/compodoc": "1.1.22", - "@playwright/test": "1.38.1", + "@playwright/test": "1.39.0", "@typescript-eslint/eslint-plugin": "6.7.4", "@typescript-eslint/parser": "6.7.4", "@types/jasmine": "5.1.1", "@types/node": "18.18.6", - "@typescript-eslint/eslint-plugin": "6.5.0", - "@typescript-eslint/parser": "6.5.0", + "@typescript-eslint/eslint-plugin": "6.8.0", + "@typescript-eslint/parser": "6.8.0", "async": "3.2.4", "audit-ci": "6.6.1", "autoprefixer": "10.4.16",