From 8f623ec47a49f7641264e12893b5ae43dc8887e2 Mon Sep 17 00:00:00 2001 From: Ruslan Lopatin Date: Sat, 29 Jun 2024 11:20:01 +0700 Subject: [PATCH] Upgrade deps --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 4113047..291c222 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ }, "dependencies": { "is-glob": "^4.0.3", - "micromatch": "^4.0.5", + "micromatch": "^4.0.7", "source-map": "^0.7.4" }, "devDependencies": { @@ -60,24 +60,24 @@ "@run-z/eslint-config": "^4.0.0", "@run-z/prettier-config": "^2.0.0", "@types/is-glob": "^4.0.4", - "@types/micromatch": "^4.0.6", - "@types/node": "^20.11.28", - "@typescript-eslint/eslint-plugin": "^7.2.0", - "@typescript-eslint/parser": "^7.2.0", + "@types/micromatch": "^4.0.8", + "@types/node": "^20.14.9", + "@typescript-eslint/eslint-plugin": "^7.14.1", + "@typescript-eslint/parser": "^7.14.1", "eslint": "^8.57.0", - "eslint-plugin-jest": "^27.9.0", + "eslint-plugin-jest": "^28.6.0", "gh-pages": "^6.1.1", "jest": "^29.7.0", "jest-junit": "^16.0.0", "prettier": "^2.8.8", "prettier-eslint-cli": "^7.1.0", - "rollup": "^4.13.0", + "rollup": "^4.18.0", "run-z": "2.0.0-bootstrap", "shx": "^0.3.4", - "ts-jest": "^29.1.2", - "tslib": "^2.6.2", - "typedoc": "^0.25.12", - "typescript": "~5.4.2" + "ts-jest": "^29.1.5", + "tslib": "^2.6.3", + "typedoc": "^0.26.3", + "typescript": "~5.4.5" }, "scripts": { "all": "run-z +z build,lint,test",