Skip to content

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                          | from   | to     |
| ----------- | -------------------------------- | ------ | ------ |
| npm         | @coreui/coreui                   | 4.2.6  | 4.3.2  |
| npm         | @types/jasmine                   | 4.3.6  | 4.6.0  |
| npm         | @typescript-eslint/eslint-plugin | 6.5.0  | 6.7.5  |
| npm         | @typescript-eslint/parser        | 6.5.0  | 6.7.5  |
| github-tags | actions/checkout                 | v4.0.0 | v4.1.0 |
| npm         | eslint                           | 8.50.0 | 8.51.0 |
| npm         | export-to-csv                    | 1.0.0  | 1.2.0  |
| npm         | zone.js                          | 0.13.3 | 0.14.0 |
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 07c69e1 commit 746c852
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master-protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: rokroskar/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0

- name: Check Tag
run: |
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.782.0",
"version": "4.783.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/service-worker": "16.2.8",
"@angular/upgrade": "16.2.8",
"@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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -91,10 +91,10 @@
"@playwright/test": "1.38.1",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"@types/jasmine": "4.3.6",
"@types/jasmine": "4.6.0",
"@types/node": "18.18.4",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"async": "3.2.4",
"audit-ci": "6.6.1",
"autoprefixer": "10.4.16",
Expand Down

0 comments on commit 746c852

Please sign in to comment.