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         | @typescript-eslint/eslint-plugin | 6.5.0  | 6.7.2  |
| npm         | @typescript-eslint/parser        | 6.5.0  | 6.7.2  |
| github-tags | actions/checkout                 | v4.0.0 | v4.1.0 |
| npm         | eslint                           | 8.48.0 | 8.50.0 |
| npm         | zone.js                          | 0.13.3 | 0.14.0 |
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent 955b6fc commit 6ad3a40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.778.0",
"version": "4.779.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/service-worker": "16.2.6",
"@angular/upgrade": "16.2.6",
"@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 Down Expand Up @@ -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 @@ -93,8 +93,8 @@
"@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",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
"async": "3.2.4",
"audit-ci": "6.6.1",
"autoprefixer": "10.4.16",
Expand Down

0 comments on commit 6ad3a40

Please sign in to comment.