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        | @types/d3      | 7.4.2  | 7.4.3  |
| npm        | @types/jasmine | 5.1.1  | 5.1.2  |
| npm        | @types/jquery  | 3.5.26 | 3.5.27 |
  • Loading branch information
renovate[bot] committed Nov 8, 2023
1 parent 55c2385 commit af4d4af
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.801.0",
"version": "4.802.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -37,8 +37,8 @@
"@ng-bootstrap/ng-bootstrap": "^15.0.1",
"@ng-select/ng-select": "^11.2.0",
"@sindresorhus/transliterate": "1.6.0",
"@types/d3": "7.4.2",
"@types/jquery": "3.5.26",
"@types/d3": "7.4.3",
"@types/jquery": "3.5.27",
"acorn": "8.11.2",
"ajv-formats": "2.1.1",
"angulartics2": "12.2.1",
Expand Down Expand Up @@ -91,7 +91,7 @@
"@playwright/test": "1.39.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/jasmine": "5.1.1",
"@types/jasmine": "5.1.2",
"@types/node": "20.8.10",
"async": "3.2.5",
"audit-ci": "6.6.1",
Expand Down

0 comments on commit af4d4af

Please sign in to comment.