Skip to content

Commit

Permalink
Continuous minor update branch (#622)
Browse files Browse the repository at this point in the history
* Frontend & Backend Update; Compodoc Downgrade due to high security risk

* Update frontend and backend packages

* Minor/patch updates angular, uikit, zone.js, eslint types

* Update Typescripte to new Angular recomendation

* Updated dependabot recommendations

* Frontend update

 @angular/animations                ^17.3.10  →  ^17.3.11
 @angular/common                    ^17.3.10  →  ^17.3.11
 @angular/compiler                  ^17.3.10  →  ^17.3.11
 @angular/compiler-cli              ^17.3.10  →  ^17.3.11
 @angular/core                      ^17.3.10  →  ^17.3.11
 @angular/forms                     ^17.3.10  →  ^17.3.11
 @angular/localize                  ^17.3.10  →  ^17.3.11
 @angular/platform-browser          ^17.3.10  →  ^17.3.11
 @angular/platform-browser-dynamic  ^17.3.10  →  ^17.3.11
 @angular/router                    ^17.3.10  →  ^17.3.11
 @typescript-eslint/eslint-plugin    ^7.11.0  →   ^7.12.0
 @typescript-eslint/parser           ^7.11.0  →   ^7.12.0
 tslib                                ^2.6.2  →    ^2.6.3
 uikit                               ^3.21.4  →   ^3.21.5

* Backend update

* frontend update
@typescript-eslint/eslint-plugin  ^7.12.0  →  ^7.13.0
 @typescript-eslint/parser         ^7.12.0  →  ^7.13.0
 zone.js                           ^0.14.6  →  ^0.14.7

* backend update
uuid  ^9.0.1  →  ^10.0.0

* @typescript-eslint/eslint-plugin  ^7.13.0  →  ^7.13.1
 @typescript-eslint/parser         ^7.13.0  →  ^7.13.1
 jest-preset-angular               ^14.1.0  →  ^14.1.1

Backend:
 @types/node  ^20.14.2  →  ^20.14.6
 nodemailer    ^6.9.13  →   ^6.9.14
 tar            ^7.2.0  →    ^7.4.0

Npm audit fix
  • Loading branch information
sMeilbeck authored Jun 20, 2024
1 parent 46ef4be commit 85f5b20
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 93 deletions.
41 changes: 22 additions & 19 deletions backend/package-lock.json

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

6 changes: 3 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@
"moment": "^2.30.1",
"mongodb": "^6.7.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"selenium-webdriver": "^4.21.0",
"stream-to-string": "^1.2.1",
"string-to-stream": "^3.0.1",
"tar": "^7.2.0",
"tar": "^7.4.0",
"uuid": "^10.0.0",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/express": "^4.17.21",
"@types/node": "^20.14.2",
"@types/node": "^20.14.6",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
Expand Down
Loading

0 comments on commit 85f5b20

Please sign in to comment.