From 1f14b8d8f784a62004983c567fe06ee55c7f9e97 Mon Sep 17 00:00:00 2001 From: piquark6046 Date: Thu, 23 Nov 2023 08:48:50 +0000 Subject: [PATCH] build: update dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 5ab89b2..3bcd5cf 100644 --- a/package.json +++ b/package.json @@ -21,23 +21,23 @@ "calc-repo-size": "tsx calc-repo-size/index.ts" }, "dependencies": { - "@actions/core": "^1.10.0", - "@octokit/rest": "^20.0.1", - "@types/luxon": "^3.3.3", - "@types/node": "^20.8.10", + "@actions/core": "^1.10.1", + "@octokit/rest": "^20.0.2", + "@types/luxon": "^3.3.5", + "@types/node": "^20.9.4", "check-disk-space": "^3.4.0", "commander": "^11.1.0", "got": "^12.6.1", - "luxon": "^3.3.0", + "luxon": "^3.4.4", "p-queue": "^7.4.1", - "simple-git": "^3.20.0", + "simple-git": "^3.21.0", "tsx": "^3.14.0", - "typescript": "^5.0.2" + "typescript": "^5.3.2" }, "devDependencies": { - "@typescript-eslint/eslint-plugin": "^6.9.1", - "@typescript-eslint/parser": "^6.9.1", - "eslint": "^8.52.0", + "@typescript-eslint/eslint-plugin": "^6.12.0", + "@typescript-eslint/parser": "^6.12.0", + "eslint": "^8.54.0", "eslint-config-xo": "^0.43.1", "eslint-config-xo-typescript": "^1.0.1" }