|
1 | 1 | {
|
2 | 2 | "name": "nestjs-cloudinary",
|
3 |
| - "version": "1.0.11", |
| 3 | + "version": "1.0.12", |
4 | 4 | "description": "Cloudinary module for nestjs",
|
5 | 5 | "author": "Rubin Bhandari <roobin.bhandari@gmail.com>",
|
6 | 6 | "license": "MIT",
|
|
31 | 31 | },
|
32 | 32 | "bugs": "https://github.com/rubiin/nestjs-cloudinary/issues",
|
33 | 33 | "dependencies": {
|
34 |
| - "cloudinary": "^1.34.0", |
| 34 | + "cloudinary": "^1.36.1", |
35 | 35 | "sharp": "^0.31.3"
|
36 | 36 | },
|
37 | 37 | "peerDependencies": {
|
38 | 38 | "@nestjs/common": ">7.0.0"
|
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@nestjs/common": "^9.3.9", |
42 |
| - "@nestjs/core": "^9.3.9", |
43 |
| - "@nestjs/testing": "9.3.9", |
44 |
| - "@types/jest": "29.4.0", |
45 |
| - "@types/node": "18.14.0", |
46 |
| - "@typescript-eslint/eslint-plugin": "5.52.0", |
47 |
| - "@typescript-eslint/parser": "5.52.0", |
| 41 | + "@nestjs/common": "^9.4.0", |
| 42 | + "@nestjs/core": "^9.4.0", |
| 43 | + "@nestjs/testing": "9.4.0", |
| 44 | + "@types/jest": "29.5.1", |
| 45 | + "@types/node": "18.16.0", |
| 46 | + "@typescript-eslint/eslint-plugin": "5.59.0", |
| 47 | + "@typescript-eslint/parser": "5.59.0", |
48 | 48 | "cz-conventional-changelog": "3.3.0",
|
49 |
| - "eslint": "^8.34.0", |
50 |
| - "eslint-config-prettier": "8.6.0", |
| 49 | + "eslint": "^8.39.0", |
| 50 | + "eslint-config-prettier": "8.8.0", |
51 | 51 | "eslint-plugin-import": "2.27.5",
|
52 | 52 | "husky": "^8.0.3",
|
53 |
| - "jest": "29.4.3", |
54 |
| - "lint-staged": "^13.1.2", |
55 |
| - "prettier": "2.8.4", |
| 53 | + "jest": "29.5.0", |
| 54 | + "lint-staged": "^13.2.1", |
| 55 | + "prettier": "2.8.8", |
56 | 56 | "reflect-metadata": "0.1.13",
|
57 |
| - "rimraf": "^4.1.2", |
| 57 | + "rimraf": "^5.0.0", |
58 | 58 | "rxjs": "^7.8.0",
|
59 |
| - "ts-jest": "29.0.5", |
60 |
| - "typescript": "4.9.5" |
| 59 | + "ts-jest": "29.1.0", |
| 60 | + "typescript": "5.0.4" |
61 | 61 | },
|
62 | 62 | "lint-staged": {
|
63 | 63 | "*.{js,jsx,ts,tsx}": [
|
|
0 commit comments