|
38 | 38 | },
|
39 | 39 | "bugs": "https://github.com/relevantfruit/nestjs-keycloak-admin",
|
40 | 40 | "peerDependencies": {
|
41 |
| - "@nestjs/common": "^7.1.3", |
42 |
| - "@nestjs/core": "^7.2.0", |
| 41 | + "@nestjs/common": "^7.4.2", |
| 42 | + "@nestjs/core": "^7.4.2", |
43 | 43 | "reflect-metadata": "^0.1.13",
|
44 |
| - "rxjs": "^6.5.5" |
| 44 | + "rxjs": "^6.6.2" |
45 | 45 | },
|
46 | 46 | "dependencies": {
|
47 | 47 | "axios": "^0.19.2",
|
48 | 48 | "keycloak-admin": "^1.13.0",
|
49 |
| - "keycloak-connect": "^10.0.2", |
50 |
| - "openid-client": "^3.15.6" |
| 49 | + "keycloak-connect": "^11.0.0", |
| 50 | + "openid-client": "^3.15.9" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 | 53 | "@commitlint/cli": "^9.1.1",
|
|
60 | 60 | "@semantic-release/github": "^7.0.7",
|
61 | 61 | "@semantic-release/npm": "^7.0.5",
|
62 | 62 | "@semantic-release/release-notes-generator": "^9.0.1",
|
63 |
| - "@types/axios": "^0.14.0", |
64 | 63 | "@types/express": "^4.17.7",
|
65 |
| - "@types/node": "14.0.22", |
66 |
| - "@typescript-eslint/eslint-plugin": "^3.6.0", |
67 |
| - "@typescript-eslint/parser": "^3.6.0", |
| 64 | + "@types/node": "14.0.27", |
| 65 | + "@typescript-eslint/eslint-plugin": "^3.8.0", |
| 66 | + "@typescript-eslint/parser": "^3.8.0", |
68 | 67 | "commitizen": "^4.1.2",
|
69 | 68 | "cz-conventional-changelog": "3.2.0",
|
70 |
| - "eslint": "^7.4.0", |
| 69 | + "eslint": "^7.6.0", |
71 | 70 | "eslint-config-prettier": "^6.11.0",
|
72 | 71 | "husky": "^4.2.5",
|
73 | 72 | "npm-run-all": "^4.1.5",
|
|
76 | 75 | "rimraf": "^3.0.2",
|
77 | 76 | "rxjs": "^6.6.0",
|
78 | 77 | "semantic-release": "^17.1.1",
|
79 |
| - "snyk": "^1.361.3", |
| 78 | + "snyk": "^1.369.3", |
80 | 79 | "ts-node": "8.10.2",
|
81 | 80 | "tsc-watch": "4.2.9",
|
82 | 81 | "tsconfig-paths": "3.9.0",
|
83 |
| - "typescript": "3.9.6" |
| 82 | + "typescript": "3.9.7" |
84 | 83 | },
|
85 | 84 | "snyk": true
|
86 | 85 | }
|
0 commit comments