|
44 | 44 | "test": "run-s check test:*"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@socketsecurity/eslint-config": "^1.0.0", |
| 47 | + "@socketsecurity/eslint-config": "^2.0.0", |
48 | 48 | "@tsconfig/node14": "^1.0.3",
|
49 | 49 | "@types/chai": "^4.3.3",
|
50 | 50 | "@types/chai-as-promised": "^7.1.5",
|
51 | 51 | "@types/mocha": "^10.0.0",
|
52 |
| - "@types/node": "^14.18.31", |
53 |
| - "@typescript-eslint/eslint-plugin": "^5.44.0", |
54 |
| - "@typescript-eslint/parser": "^5.44.0", |
| 52 | + "@types/node": "^14.18.36", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.51.0", |
| 54 | + "@typescript-eslint/parser": "^5.51.0", |
55 | 55 | "c8": "^7.12.0",
|
56 | 56 | "chai": "^4.3.6",
|
57 | 57 | "chai-as-promised": "^7.1.1",
|
58 | 58 | "dependency-check": "^5.0.0-7",
|
59 |
| - "eslint": "^8.28.0", |
| 59 | + "eslint": "^8.34.0", |
60 | 60 | "eslint-config-standard": "^17.0.0",
|
61 | 61 | "eslint-config-standard-jsx": "^11.0.0",
|
62 |
| - "eslint-import-resolver-typescript": "^3.5.2", |
63 |
| - "eslint-plugin-import": "^2.26.0", |
64 |
| - "eslint-plugin-jsdoc": "^39.5.0", |
65 |
| - "eslint-plugin-n": "^15.5.1", |
| 62 | + "eslint-import-resolver-typescript": "^3.5.3", |
| 63 | + "eslint-plugin-import": "^2.27.5", |
| 64 | + "eslint-plugin-jsdoc": "^40.0.0", |
| 65 | + "eslint-plugin-n": "^15.6.1", |
66 | 66 | "eslint-plugin-promise": "^6.1.1",
|
67 |
| - "eslint-plugin-react": "^7.31.11", |
| 67 | + "eslint-plugin-react": "^7.32.2", |
68 | 68 | "eslint-plugin-react-hooks": "^4.6.0",
|
69 | 69 | "eslint-plugin-unicorn": "^45.0.2",
|
70 |
| - "husky": "^8.0.1", |
| 70 | + "husky": "^8.0.3", |
71 | 71 | "installed-check": "^6.0.5",
|
72 | 72 | "mocha": "^10.0.0",
|
73 | 73 | "npm-run-all2": "^6.0.2",
|
74 | 74 | "type-coverage": "^2.24.1",
|
75 |
| - "typescript": "~4.9.3" |
| 75 | + "typescript": "~4.9.5" |
76 | 76 | },
|
77 | 77 | "dependencies": {
|
78 | 78 | "ajv": "^8.11.2",
|
|
0 commit comments