From 99b221c9f2728a2d2e3cbba7e90a7a483ea4831e Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Sun, 20 Oct 2024 10:01:21 -0700 Subject: [PATCH] ncu -u --- package.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 9e4ebd2..c0c3cfd 100644 --- a/package.json +++ b/package.json @@ -50,31 +50,31 @@ "license": "MIT", "devDependencies": { "@types/chai": "^4.3.11", - "@types/chai-as-promised": "^7.1.8", + "@types/chai-as-promised": "^8.0.1", "@types/chai-string": "^1.4.5", "@types/chai-subset": "^1.3.5", - "@types/mocha": "^10.0.6", - "@types/node": "^20.12.7", - "@typescript-eslint/eslint-plugin": "^7.7.1", - "@typescript-eslint/parser": "^7.7.1", + "@types/mocha": "^10.0.9", + "@types/node": "^22.7.7", + "@typescript-eslint/eslint-plugin": "^8.10.0", + "@typescript-eslint/parser": "^8.10.0", "chai": "^4.3.10", - "chai-as-promised": "^7.1.1", + "chai-as-promised": "^8.0.0", "chai-string": "^1.5.0", "chai-subset": "^1.6.0", "chai-withintoleranceof": "^1.0.1", "eslint": "^8.57.0", - "eslint-plugin-import": "^2.29.1", - "mocha": "^10.4.0", - "npm-check-updates": "^16.14.20", - "prettier": "^3.2.5", - "prettier-plugin-organize-imports": "^3.2.4", - "rimraf": "^5.0.5", + "eslint-plugin-import": "^2.31.0", + "mocha": "^10.7.3", + "npm-check-updates": "^17.1.4", + "prettier": "^3.3.3", + "prettier-plugin-organize-imports": "^4.1.0", + "rimraf": "^6.0.1", "seedrandom": "^3.0.5", - "serve": "^14.2.3", + "serve": "^14.2.4", "source-map-support": "^0.5.21", "split2": "^4.2.0", "timekeeper": "^2.3.1", - "typedoc": "^0.25.13", - "typescript": "~5.4.5" + "typedoc": "^0.26.10", + "typescript": "~5.6.3" } }