From b49649b02b24ef82f8a95222232779b44357d1cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:42:24 +0000 Subject: [PATCH] feat(Dependencies): Update all non-major dependencies | datasource | package | from | to | | ----------- | -------------------------------- | -------- | ------- | | npm | @coreui/coreui | 4.2.6 | 4.3.2 | | npm | @types/node | 18.17.19 | 18.18.3 | | npm | @typescript-eslint/eslint-plugin | 6.5.0 | 6.7.4 | | npm | @typescript-eslint/parser | 6.5.0 | 6.7.4 | | github-tags | actions/checkout | v4.0.0 | v4.1.0 | | npm | core-js | 3.32.2 | 3.33.0 | | npm | eslint | 8.48.0 | 8.50.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..9e861070f0 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.0 - name: Check Tag run: | diff --git a/package.json b/package.json index 9b3cd4c7be..b90b9da739 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.779.0", + "version": "4.780.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -32,7 +32,7 @@ "@angular/service-worker": "16.2.7", "@angular/upgrade": "16.2.7", "@coreui/angular": "4.5.16", - "@coreui/coreui": "4.2.6", + "@coreui/coreui": "4.3.2", "@coreui/icons-angular": "4.5.16", "@ng-bootstrap/ng-bootstrap": "^15.0.1", "@ng-select/ng-select": "^11.0.0", @@ -46,7 +46,7 @@ "bootstrap": "4.6.2", "chart.js": "4.4.0", "cli-color": "2.0.3", - "core-js": "3.32.2", + "core-js": "3.33.0", "css-loader": "6.8.1", "cssnano": "6.0.1", "d3": "7.8.5", @@ -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", @@ -92,9 +92,9 @@ "@typescript-eslint/eslint-plugin": "6.7.0", "@typescript-eslint/parser": "6.7.0", "@types/jasmine": "4.3.6", - "@types/node": "18.17.19", - "@typescript-eslint/eslint-plugin": "6.5.0", - "@typescript-eslint/parser": "6.5.0", + "@types/node": "18.18.3", + "@typescript-eslint/eslint-plugin": "6.7.4", + "@typescript-eslint/parser": "6.7.4", "async": "3.2.4", "audit-ci": "6.6.1", "autoprefixer": "10.4.16",