|
19 | 19 | "prepublishOnly": "npm run build", |
20 | 20 | "build:tests": "tsc -p tsconfig.tests.json", |
21 | 21 | "postbuild:tests": "ncp tests/build-samples _tests/build-samples && ncp tests/extension-samples _tests/extension-samples", |
22 | | - "test": "npm run build:tests && mocha \"_tests/tests/**/*.js\"", |
23 | | - "test:ci": "npm run build:tests && mocha \"_tests/tests/**/*.js\" --reporter xunit --reporter-options output=test-results.xml", |
24 | | - "test:commandline": "npm run build:tests && mocha \"_tests/tests/commandline.js\"", |
25 | | - "test:server-integration": "npm run build:tests && mocha \"_tests/tests/server-integration-*.js\"", |
26 | | - "test:focused-login": "npm run build:tests && mocha \"_tests/tests/focused-login-test.js\"", |
27 | | - "test:server-integration-login": "npm run build:tests && mocha \"_tests/tests/server-integration-login.js\"", |
28 | | - "test:server-integration-workitem": "npm run build:tests && mocha \"_tests/tests/server-integration-workitem.js\"", |
29 | | - "test:build-local": "npm run build:tests && mocha \"_tests/tests/build-local-tests.js\"", |
30 | | - "test:build-server-integration": "npm run build:tests && mocha \"_tests/tests/build-server-integration-tests.js\"", |
31 | | - "test:build-consolidated": "npm run test:build-local && npm run test:build-server-integration", |
32 | | - "test:extension-local": "npm run build:tests && mocha \"_tests/tests/extension-local-tests.js\"", |
33 | | - "test:extension-server-integration": "npm run build:tests && mocha \"_tests/tests/extension-server-integration-tests.js\"", |
34 | | - "test:extension-consolidated": "npm run test:extension-local && npm run test:extension-server-integration" |
| 22 | + "test": "npm run build:tests && mocha \"_tests/tests/**/*.js\"", |
| 23 | + "test:ci": "npm run build:tests && mocha \"_tests/tests/**/*.js\" --reporter xunit --reporter-options output=test-results.xml", |
| 24 | + "test:commandline": "npm run build:tests && mocha \"_tests/tests/commandline.js\"", |
| 25 | + "test:server-integration": "npm run build:tests && mocha \"_tests/tests/server-integration-*.js\"", |
| 26 | + "test:focused-login": "npm run build:tests && mocha \"_tests/tests/focused-login-test.js\"", |
| 27 | + "test:server-integration-login": "npm run build:tests && mocha \"_tests/tests/server-integration-login.js\"", |
| 28 | + "test:server-integration-workitem": "npm run build:tests && mocha \"_tests/tests/server-integration-workitem.js\"", |
| 29 | + "test:build-local": "npm run build:tests && mocha \"_tests/tests/build-local-tests.js\"", |
| 30 | + "test:build-server-integration": "npm run build:tests && mocha \"_tests/tests/build-server-integration-tests.js\"", |
| 31 | + "test:build-consolidated": "npm run test:build-local && npm run test:build-server-integration", |
| 32 | + "test:extension-local": "npm run build:tests && mocha \"_tests/tests/extension-local-tests.js\"", |
| 33 | + "test:extension-server-integration": "npm run build:tests && mocha \"_tests/tests/extension-server-integration-tests.js\"", |
| 34 | + "test:extension-consolidated": "npm run test:extension-local && npm run test:extension-server-integration" |
35 | 35 | }, |
36 | 36 | "dependencies": { |
37 | 37 | "app-root-path": "1.0.0", |
38 | | - "archiver": "2.0.3", |
| 38 | + "archiver": "^7.0.1", |
39 | 39 | "azure-devops-node-api": "^14.0.0", |
40 | 40 | "clipboardy": "^4.0.0", |
41 | 41 | "colors": "~1.3.0", |
42 | | - "glob": "7.1.2", |
| 42 | + "glob": "^11.0.3", |
43 | 43 | "jju": "^1.4.0", |
44 | 44 | "json-in-place": "^1.0.1", |
45 | 45 | "jszip": "^3.10.1", |
|
50 | 50 | "os-homedir": "^1.0.1", |
51 | 51 | "prompt": "^1.3.0", |
52 | 52 | "read": "^1.0.6", |
53 | | - "shelljs": "^0.8.5", |
| 53 | + "shelljs": "^0.10.0", |
54 | 54 | "tmp": "^0.2.4", |
55 | 55 | "tracer": "0.7.4", |
56 | 56 | "util.promisify": "^1.0.0", |
57 | | - "uuid": "^3.0.1", |
| 57 | + "uuid": "^13.0.0", |
58 | 58 | "validator": "^13.7.0", |
59 | 59 | "winreg": "0.0.12", |
60 | 60 | "xml2js": "^0.5.0" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | 63 | "@types/clipboardy": "~1.1.0", |
64 | | - "@types/glob": "^5.0.29", |
65 | 64 | "@types/jju": "^1.4.1", |
66 | 65 | "@types/jszip": "~3.1.2", |
67 | 66 | "@types/lodash": "~4.14.110", |
68 | 67 | "@types/mkdirp": "^1.0.2", |
69 | 68 | "@types/mocha": "^10.0.0", |
70 | 69 | "@types/node": "8.10.66", |
71 | 70 | "@types/shelljs": "^0.8.11", |
72 | | - "@types/uuid": "^2.0.29", |
73 | 71 | "@types/validator": "^4.5.27", |
74 | 72 | "@types/winreg": "^1.2.29", |
75 | 73 | "@types/xml2js": "0.0.27", |
76 | | - "mocha": "^10.2.0", |
| 74 | + "mocha": "^11.7.3", |
77 | 75 | "ncp": "^2.0.0", |
78 | | - "rimraf": "^2.6.1", |
| 76 | + "rimraf": "^6.0.1", |
79 | 77 | "typescript": "^4.9.5" |
80 | 78 | }, |
81 | 79 | "engines": { |
|
0 commit comments