|
1 | 1 | {
|
2 | 2 | "name": "teremock",
|
3 |
| - "version": "2.0.0", |
| 3 | + "version": "2.0.2", |
4 | 4 | "description": "File-based real mocks request mocker for playwright",
|
5 | 5 | "main": "dist",
|
6 | 6 | "repository": {
|
|
24 | 24 | "homepage": "https://github.com/Diokuz/teremock#readme",
|
25 | 25 | "dependencies": {
|
26 | 26 | "ci-info": "^3.7.0",
|
27 |
| - "debug": "^4.2.0", |
| 27 | + "debug": "^4.3.4", |
28 | 28 | "lodash.ismatch": "^4.4.0",
|
29 | 29 | "make-dir": "^3.1.0",
|
30 |
| - "query-string": "^6.13.6", |
| 30 | + "query-string": "^7.1.1", |
31 | 31 | "signale": "^1.4.0",
|
32 | 32 | "sprout-data": "^1.3.0",
|
33 | 33 | "tslib": "^2.4.1"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 | 36 | "@playwright/test": "^1.28.1",
|
37 |
| - "@types/debug": "^4.1.5", |
38 |
| - "@types/express": "^4.17.8", |
| 37 | + "@types/debug": "^4.1.7", |
| 38 | + "@types/express": "^4.17.14", |
39 | 39 | "@types/jest": "^29.2.3",
|
40 |
| - "@types/lodash.ismatch": "^4.4.6", |
41 |
| - "@types/node": "^14.14.3", |
42 |
| - "@types/rimraf": "^3.0.0", |
43 |
| - "@types/signale": "^1.4.1", |
44 |
| - "@types/sinon": "^9.0.11", |
45 |
| - "body-parser": "^1.19.0", |
46 |
| - "express": "^4.17.1", |
47 |
| - "got": "^11.8.0", |
| 40 | + "@types/lodash.ismatch": "^4.4.7", |
| 41 | + "@types/node": "^18.11.9", |
| 42 | + "@types/rimraf": "^3.0.2", |
| 43 | + "@types/signale": "^1.4.4", |
| 44 | + "@types/sinon": "^10.0.13", |
| 45 | + "body-parser": "^1.20.1", |
| 46 | + "express": "^4.18.2", |
| 47 | + "got": "^12.5.3", |
48 | 48 | "jest": "^29.3.1",
|
49 |
| - "prettier": "2.1.2", |
| 49 | + "prettier": "2.8.0", |
50 | 50 | "rimraf": "^3.0.2",
|
51 |
| - "sinon": "^9.2.0", |
| 51 | + "sinon": "^14.0.2", |
52 | 52 | "ts-jest": "^29.0.3",
|
53 | 53 | "typescript": "^4.9.3",
|
54 |
| - "wait-port": "^0.2.9", |
55 |
| - "webpack": "^5.2.0", |
56 |
| - "webpack-cli": "^4.1.0" |
| 54 | + "wait-port": "^1.0.4", |
| 55 | + "webpack": "^5.75.0", |
| 56 | + "webpack-cli": "^5.0.0" |
57 | 57 | }
|
58 | 58 | }
|
0 commit comments