Skip to content

Commit cab7a8c

Browse files
committed
chore(*): update packages
1 parent e633c77 commit cab7a8c

File tree

5 files changed

+119
-64
lines changed

5 files changed

+119
-64
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"@sclable/nestjs-storage": "file:packages/storage"
4040
},
4141
"devDependencies": {
42-
"@angular-devkit/core": "18.2.3",
43-
"@angular-devkit/schematics": "18.2.3",
42+
"@angular-devkit/core": "18.2.6",
43+
"@angular-devkit/schematics": "18.2.6",
4444
"@azure/abort-controller": "1.1.0",
4545
"@azure/service-bus": "7.9.4",
4646
"@azure/storage-blob": "12.17.0",
@@ -58,7 +58,7 @@
5858
"@types/fs-extra": "11.0.4",
5959
"@types/jest": "29.5.13",
6060
"@types/minio": "7.1.1",
61-
"@types/node": "22.5.5",
61+
"@types/node": "22.7.4",
6262
"@types/passport-jwt": "4.0.1",
6363
"@types/passport-local": "1.0.38",
6464
"@types/pluralize": "0.0.33",
@@ -73,7 +73,7 @@
7373
"eslint": "8.57.0",
7474
"eslint-config-prettier": "9.1.0",
7575
"eslint-plugin-import": "2.26.0",
76-
"eslint-plugin-no-only-tests": "3.1.0",
76+
"eslint-plugin-no-only-tests": "3.3.0",
7777
"eslint-plugin-prettier": "4.2.1",
7878
"glob": "8.1.0",
7979
"glob-promise": "6.0.5",
@@ -82,7 +82,7 @@
8282
"json-schema-to-typescript": "13.1.2",
8383
"lerna": "8.1.8",
8484
"lint-staged": "15.2.10",
85-
"markdownlint-cli": "0.41.0",
85+
"markdownlint-cli": "0.42.0",
8686
"minio": "7.1.4",
8787
"p-limit": "4.0.0",
8888
"prettier": "2.8.8",

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"passport-jwt": "^4.0.0",
2020
"passport-keycloak-bearer": "^2.4.0",
2121
"passport-local": "^1.0.0",
22-
"reflect-metadata": "^0.1.13",
22+
"reflect-metadata": "^0.2.2",
2323
"uuid": "^10.0.0"
2424
},
2525
"peerDependencies": {

packages/queue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"types": "dist/index.d.ts",
1919
"dependencies": {
2020
"@sclable/nestjs-async-provider": "^1.0.5",
21-
"reflect-metadata": "^0.1.13"
21+
"reflect-metadata": "^0.2.2"
2222
},
2323
"peerDependencies": {
2424
"@azure/service-bus": "^7.4.0",

packages/storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@sclable/nestjs-async-provider": "^1.0.5",
2121
"fs-extra": "^11.0.0",
22-
"reflect-metadata": "^0.1.13",
22+
"reflect-metadata": "^0.2.2",
2323
"rimraf": "^6.0.1",
2424
"uuid": "^10.0.0"
2525
},

0 commit comments

Comments
 (0)