Skip to content

Commit

Permalink
[Chore] Update Multer Packages (#8632)
Browse files Browse the repository at this point in the history
* chore(deps): add resolutions for @typescript-eslint/* packages

* chore(deps): bump @aws-sdk/client-s3 and @aws-sdk/s3-request-presigner to v3.717.0

* chore(deps): bump multer from v1.4.4-lts.1 to v1.4.5-lts1

* fix: resolve import style for multer-s3 to ensure compatibility
  • Loading branch information
rahul-rocket authored Dec 27, 2024
1 parent 3909964 commit 6276ac5
Show file tree
Hide file tree
Showing 9 changed files with 938 additions and 229 deletions.
6 changes: 3 additions & 3 deletions apps/server-api/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
"@apollo/client": "^3.6.2",
"@apollo/server": "^4.9.5",
"@apollo/subgraph": "^2.7.1",
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@faker-js/faker": "8.0.0-alpha.0",
"@godaddy/terminus": "^4.12.1",
"@grpc/grpc-js": "^1.7.3",
Expand Down Expand Up @@ -289,7 +289,7 @@
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.45",
"mqtt": "^4.3.7",
"multer": "1.4.4-lts.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"multer-storage-cloudinary": "^4.0.0",
"mysql2": "^3.9.7",
Expand Down
6 changes: 3 additions & 3 deletions apps/server/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@
"@apollo/client": "^3.6.2",
"@apollo/server": "^4.9.5",
"@apollo/subgraph": "^2.7.1",
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@faker-js/faker": "8.0.0-alpha.0",
"@godaddy/terminus": "^4.12.1",
"@grpc/grpc-js": "^1.7.3",
Expand Down Expand Up @@ -289,7 +289,7 @@
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.45",
"mqtt": "^4.3.7",
"multer": "1.4.4-lts.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"multer-storage-cloudinary": "^4.0.0",
"mysql2": "^3.9.7",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,9 @@
"resolutions": {
"@angular-devkit/architect": "^0.1802.12",
"@angular-devkit/core": "^18.2.9",
"@typescript-eslint/scope-manager": "^8.18.2",
"@typescript-eslint/utils": "^8.18.2",
"@typescript-eslint/visitor-keys": "^8.18.2",
"camelcase": "^6.3.0",
"rxjs": "^7.8.0",
"autoprefixer": "^10.4.20",
Expand Down Expand Up @@ -461,7 +464,6 @@
"@types/node": "^20.14.9",
"@types/webpack": "^5.28.5",
"@types/yargs": "^15.0.9",
"@typescript-eslint/utils": "^8.0.0",
"ajv-formats": "^2.1.1",
"angular-eslint": "^18.3.0",
"cloc": "^2.7.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@apollo/client": "^3.6.2",
"@apollo/server": "^4.9.5",
"@apollo/subgraph": "^2.7.1",
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/s3-request-presigner": "^3.540.0",
"@aws-sdk/client-s3": "^3.717.0",
"@aws-sdk/s3-request-presigner": "^3.717.0",
"@faker-js/faker": "8.0.0-alpha.0",
"@gauzy/auth": "^0.1.0",
"@gauzy/common": "^0.1.0",
Expand Down Expand Up @@ -143,7 +143,7 @@
"moment-range": "^4.0.2",
"moment-timezone": "^0.5.45",
"mqtt": "^4.3.7",
"multer": "1.4.4-lts.1",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"multer-storage-cloudinary": "^4.0.0",
"mysql2": "^3.9.7",
Expand Down Expand Up @@ -189,7 +189,7 @@
"@types/html-to-text": "^9.0.1",
"@types/i18n": "^0.12.0",
"@types/jest": "29.5.14",
"@types/multer": "^1.4.11",
"@types/multer": "^1.4.12",
"@types/multer-s3": "^3.0.3",
"@types/node": "^20.14.9",
"@types/node-fetch": "^2.5.12",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HttpException, HttpStatus } from '@nestjs/common';
import multerS3 from 'multer-s3';
import * as multerS3 from 'multer-s3';
import { basename, join } from 'path';
import * as moment from 'moment';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HttpException, HttpStatus } from '@nestjs/common';
import multerS3 from 'multer-s3';
import * as multerS3 from 'multer-s3';
import { basename, join } from 'path';
import * as moment from 'moment';
import {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { HttpException, HttpStatus } from '@nestjs/common';
import multerS3 from 'multer-s3';
import * as multerS3 from 'multer-s3';
import { basename, join } from 'path';
import * as moment from 'moment';
import {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/integration-upwork/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/express": "^4.17.13",
"@types/fs-extra": "5.0.2",
"@types/jest": "29.5.14",
"@types/multer": "^1.4.11",
"@types/multer": "^1.4.12",
"@types/node": "^20.14.9",
"@types/uuid": "^3.4.4",
"typescript": "5.5.4"
Expand Down
Loading

0 comments on commit 6276ac5

Please sign in to comment.