Skip to content

Commit 94343f7

Browse files
committed
chore(dev-deps): update packages
1 parent 639fd0f commit 94343f7

File tree

5 files changed

+108
-16
lines changed

5 files changed

+108
-16
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Generate documentation
5959
run: npx typedoc
6060
- name: Save documentation
61-
uses: actions/upload-artifact@v3
61+
uses: actions/upload-artifact@v4
6262
with:
6363
name: docs
6464
path: docs
@@ -78,7 +78,7 @@ jobs:
7878
git config user.email "[email protected]"
7979
git config user.name "Sclable CI"
8080
- name: Load documentation
81-
uses: actions/download-artifact@v3
81+
uses: actions/download-artifact@v4
8282
with:
8383
name: docs
8484
path: .

package-lock.json

Lines changed: 103 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/passport-jwt": "3.0.13",
6363
"@types/passport-local": "1.0.38",
6464
"@types/pluralize": "0.0.33",
65-
"@types/supertest": "2.0.15",
65+
"@types/supertest": "6.0.2",
6666
"@types/uuid": "9.0.7",
6767
"@typescript-eslint/eslint-plugin": "6.12.0",
6868
"@typescript-eslint/parser": "6.7.4",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@sclable/nestjs-async-provider": "^1.0.4",
1717
"keycloak-admin": "^1.13.0",
18-
"passport": "^0.6.0",
18+
"passport": "^0.7.0",
1919
"passport-jwt": "^4.0.0",
2020
"passport-keycloak-bearer": "^2.0.3",
2121
"passport-local": "^1.0.0",

packages/es-cqrs-schematics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"fs-extra": "^11.0.0",
3333
"pluralize": "^8.0.0",
3434
"prettier": "2.8.8",
35-
"ts-morph": "^20.0.0"
35+
"ts-morph": "^21.0.0"
3636
},
3737
"peerDependencies": {
3838
"@angular-devkit/core": ">=16.0.0",

0 commit comments

Comments
 (0)