From f36aee0254fb8a155cf70b5c0b8ffb57f31b2879 Mon Sep 17 00:00:00 2001 From: "asamuzaK (Kazz)" Date: Fri, 8 Sep 2023 23:40:12 +0900 Subject: [PATCH] Update package.json --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 3474373..edb6c4a 100644 --- a/package.json +++ b/package.json @@ -24,23 +24,23 @@ "xpath": "^0.0.33" }, "devDependencies": { - "@types/css-tree": "^2.3.1", + "@types/css-tree": "^2.3.2", "benchmark": "^2.1.4", "c8": "^8.0.1", - "chai": "^4.3.7", + "chai": "^4.3.8", "css2xpath": "^0.0.3", - "eslint": "^8.47.0", + "eslint": "^8.48.0", "eslint-config-standard": "^17.1.0", - "eslint-plugin-import": "^2.28.0", - "eslint-plugin-jsdoc": "^46.4.6", + "eslint-plugin-import": "^2.28.1", + "eslint-plugin-jsdoc": "^46.5.1", "eslint-plugin-regexp": "^1.15.0", "eslint-plugin-unicorn": "^48.0.1", "jsdom": "^22.1.0", - "linkedom": "^0.15.1", + "linkedom": "^0.15.3", "mocha": "^10.2.0", "nwsapi": "^2.2.7", "sinon": "^15.2.0", - "typescript": "^5.1.6" + "typescript": "^5.2.2" }, "scripts": { "bench": "node benchmark/benchmark.js",