|
15 | 15 | "@types/jsdom": "^21.1.7", |
16 | 16 | "@types/lodash.chunk": "^4.2.9", |
17 | 17 | "@types/shelljs": "^0.8.15", |
| 18 | + "@xmldom/xmldom": "^0.9.8", |
18 | 19 | "cli-progress": "^3.12.0", |
19 | 20 | "diff": "^5.1.0", |
20 | 21 | "jsdom": "^25.0.0", |
|
23 | 24 | "shelljs": "^0.8.5", |
24 | 25 | "tslib": "^2", |
25 | 26 | "@babel/parser": "^7.25.6", |
26 | | - "@babel/traverse": "^7.25.6", |
27 | | - "xmldom": "^0.6.0" |
| 27 | + "@babel/traverse": "^7.25.6" |
28 | 28 | }, |
29 | 29 | "devDependencies": { |
30 | 30 | "@oclif/dev-cli": "^1", |
|
38 | 38 | "@salesforce/ts-sinon": "^1", |
39 | 39 | "@types/babel__traverse": "^7.20.6", |
40 | 40 | "@types/jsforce": "^1.11.5", |
| 41 | + "@types/xmldom": "^0.1.34", |
41 | 42 | "@typescript-eslint/eslint-plugin": "^4.2.0", |
42 | 43 | "@typescript-eslint/parser": "^4.2.0", |
43 | 44 | "chai": "^4.4.1", |
|
63 | 64 | "ts-node": "^10.9.2", |
64 | 65 | "typescript": "^4.9.5" |
65 | 66 | }, |
| 67 | + "resolutions": { |
| 68 | + "nanoid": "^3.3.8", |
| 69 | + "marked": "^4.0.10", |
| 70 | + "semver": "^7.5.2", |
| 71 | + "jsonwebtoken": "^9.0.2", |
| 72 | + "form-data": "^4.0.4", |
| 73 | + "trim-newlines": "^3.0.1", |
| 74 | + "minimatch": "^3.0.5", |
| 75 | + "tough-cookie": "^4.1.3", |
| 76 | + "ansi-regex": "^4.1.1", |
| 77 | + "json5": "^2.2.2", |
| 78 | + "braces": "^3.0.3", |
| 79 | + "ejs": "^3.1.10", |
| 80 | + "micromatch": "^4.0.8", |
| 81 | + "path-to-regexp": "^1.9.0", |
| 82 | + "@babel/runtime-corejs3": "^7.26.10", |
| 83 | + "@babel/runtime": "^7.26.10", |
| 84 | + "@babel/helpers": "^7.26.10", |
| 85 | + "cross-spawn": "^7.0.5", |
| 86 | + "tar-fs": "^2.1.3", |
| 87 | + "brace-expansion": "^2.0.2", |
| 88 | + "tmp": "^0.2.4", |
| 89 | + "request": "^2.88.2", |
| 90 | + "lodash.template": "^4.5.0", |
| 91 | + "@babel/types": "^7.25.6", |
| 92 | + "@babel/traverse": "^7.25.6", |
| 93 | + "@babel/parser": "^7.25.6", |
| 94 | + "@babel/core": "^7.25.6", |
| 95 | + "@babel/template": "^7.25.6", |
| 96 | + "xml2js": "^0.5.0" |
| 97 | + }, |
66 | 98 | "engines": { |
67 | 99 | "node": ">=12.0.0" |
68 | 100 | }, |
|
0 commit comments