|
1 | 1 | {
|
2 | 2 | "name": "@contentstack/cli-cm-regex-validate",
|
3 | 3 | "description": "Validate Fields with Regex Property of Content Type and Global Field in a Stack",
|
4 |
| - "version": "1.2.1", |
| 4 | + "version": "1.2.2", |
5 | 5 | "author": "Contentstack",
|
6 | 6 | "bugs": "https://github.com/contentstack/cli-cm-regex-validate/issues",
|
7 | 7 | "devDependencies": {
|
8 |
| - "@oclif/plugin-help": "^6.0.22", |
9 |
| - "@oclif/test": "^3.2.5", |
10 |
| - "@types/chai": "^4.2.21", |
11 |
| - "@types/inquirer": "^8.1.1", |
12 |
| - "@types/jest": "^29.1.2", |
13 |
| - "@types/jsonexport": "^3.0.2", |
14 |
| - "@types/mocha": "^10.0.0", |
| 8 | + "@oclif/plugin-help": "^6.2.20", |
| 9 | + "@oclif/test": "^3.2.15", |
| 10 | + "@types/chai": "^4.3.20", |
| 11 | + "@types/inquirer": "^8.2.10", |
| 12 | + "@types/jest": "^29.5.14", |
| 13 | + "@types/jsonexport": "^3.0.5", |
| 14 | + "@types/mocha": "^10.0.10", |
15 | 15 | "@types/node": "^10.17.60",
|
16 | 16 | "@types/safe-regex": "^1.1.3",
|
17 |
| - "chai": "^4.3.4", |
18 |
| - "eslint": "^8.25.0", |
| 17 | + "chai": "^4.5.0", |
| 18 | + "eslint": "^8.57.1", |
19 | 19 | "eslint-config-oclif": "^4.0.0",
|
20 | 20 | "eslint-config-oclif-typescript": "^1.0.3",
|
21 | 21 | "globby": "^10.0.2",
|
22 |
| - "mocha": "^10.0.0", |
| 22 | + "mocha": "^10.8.2", |
23 | 23 | "nyc": "^15.1.0",
|
24 |
| - "oclif": "^3.10.0", |
25 |
| - "ts-jest": "^29.0.3", |
26 |
| - "ts-node": "^10.9.1", |
27 |
| - "typescript": "^4.8.4" |
| 24 | + "oclif": "^3.17.2", |
| 25 | + "ts-jest": "^29.2.5", |
| 26 | + "ts-node": "^10.9.2", |
| 27 | + "typescript": "^4.9.5" |
28 | 28 | },
|
29 | 29 | "engines": {
|
30 | 30 | "node": ">=14.0.0"
|
|
61 | 61 | "version": "oclif-dev readme && git add README.md"
|
62 | 62 | },
|
63 | 63 | "dependencies": {
|
64 |
| - "@contentstack/cli-command": "^1.2.17", |
65 |
| - "@contentstack/cli-utilities": "^1.6.2", |
66 |
| - "@contentstack/management": "^1.16.0", |
67 |
| - "cli-table3": "^0.6.0", |
| 64 | + "@contentstack/cli-command": "^1.3.2", |
| 65 | + "@contentstack/cli-utilities": "^1.8.0", |
| 66 | + "@contentstack/management": "^1.18.4", |
| 67 | + "cli-table3": "^0.6.5", |
68 | 68 | "cli-ux": "^6.0.9",
|
69 |
| - "inquirer": "^8.2.4", |
| 69 | + "inquirer": "^8.2.6", |
70 | 70 | "jest": "^29.7.0",
|
71 | 71 | "jsonexport": "^3.2.0",
|
72 | 72 | "safe-regex": "^2.1.1",
|
73 |
| - "tslib": "^2.6.2", |
74 |
| - "uuid": "^9.0.1" |
| 73 | + "tslib": "^2.8.1" |
75 | 74 | },
|
76 | 75 | "csdxConfig": {
|
77 | 76 | "shortCommandName": {
|
|
0 commit comments