diff --git a/package.json b/package.json index 59841a9..6b0b86b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "build:0": "run-s clean", "build:1-declaration": "tsc -p declaration.tsconfig.json", "build": "run-s build:*", - "check:installed-check": "installed-check -i eslint-plugin-jsdoc -i knip -i installed-check", + "check:installed-check": "installed-check", "check:knip": "knip", "check:lint": "eslint --report-unused-disable-directives .", "check:tsc": "tsc", @@ -47,19 +47,19 @@ "test": "run-s check test:*" }, "devDependencies": { - "@types/chai": "^4.3.9", - "@types/chai-as-promised": "^7.1.7", - "@types/chai-quantifiers": "^1.0.3", - "@types/mocha": "^10.0.3", + "@types/chai": "^4.3.12", + "@types/chai-as-promised": "^7.1.8", + "@types/chai-quantifiers": "^1.0.4", + "@types/mocha": "^10.0.6", "@types/node": "^18.19.24", - "@types/sinon": "^10.0.20", - "@types/sinon-chai": "^3.2.11", + "@types/sinon": "^17.0.3", + "@types/sinon-chai": "^3.2.12", "@voxpelli/eslint-config": "^19.0.0", "@voxpelli/tsconfig": "^11.0.0", - "c8": "^8.0.1", - "chai": "^4.3.10", + "c8": "^9.1.0", + "chai": "^4.4.1", "chai-as-promised": "^7.1.1", - "chai-quantifiers": "^1.0.17", + "chai-quantifiers": "^1.0.18", "eslint": "^8.57.0", "eslint-plugin-es-x": "^7.5.0", "eslint-plugin-import": "^2.29.1", @@ -71,11 +71,11 @@ "eslint-plugin-sort-destructure-keys": "^1.5.0", "eslint-plugin-unicorn": "^48.0.1", "husky": "^9.0.11", - "installed-check": "^8.0.0", + "installed-check": "^8.0.1", "knip": "^5.1.1", - "mocha": "^10.2.0", - "npm-run-all2": "^6.0.6", - "sinon": "^17.0.0", + "mocha": "^10.3.0", + "npm-run-all2": "^6.1.2", + "sinon": "^17.0.1", "sinon-chai": "^3.7.0", "type-coverage": "^2.27.1", "typescript": "~5.4.2"