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         | @playwright/test                 | 1.38.1 | 1.39.0 |
| npm         | @types/jasmine                   | 4.3.6  | 4.6.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 |
  • Loading branch information
renovate[bot] authored Oct 17, 2023
1 parent bc91380 commit 5f6fbc8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.1

- name: Check Tag
run: |
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.784.0",
"version": "4.785.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/service-worker": "16.2.9",
"@angular/upgrade": "16.2.9",
"@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",
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 @@ -88,13 +88,13 @@
"@angular/cli": "^16.1.4",
"@angular/compiler-cli": "16.2.9",
"@compodoc/compodoc": "1.1.21",
"@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": "4.3.6",
"@types/jasmine": "4.6.0",
"@types/node": "18.18.5",
"@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",
Expand Down

0 comments on commit 5f6fbc8

Please sign in to comment.