From 68c314a18d5f4129f1955a14d296407ea2bfc2bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 05:51:27 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package.json | 10 +++++----- pnpm-lock.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 85a63d5..10ccf4c 100644 --- a/package.json +++ b/package.json @@ -64,14 +64,14 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@luxass/strip-json-comments": "^1.3.2" + "@luxass/strip-json-comments": "1.4.0" }, "devDependencies": { - "@luxass/eslint-config": "^4.14.0", - "@types/node": "^22.0.0", + "@luxass/eslint-config": "4.19.0", + "@types/node": "22.16.5", "eslint": "^9.17.0", - "tsup": "^8.3.5", - "typescript": "^5.7.2", + "tsup": "8.5.0", + "typescript": "5.8.3", "vitest": "3.1.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ac2aae6..1ceaf1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,23 +9,23 @@ importers: .: dependencies: '@luxass/strip-json-comments': - specifier: ^1.3.2 + specifier: 1.4.0 version: 1.4.0 devDependencies: '@luxass/eslint-config': - specifier: ^4.14.0 + specifier: 4.19.0 version: 4.19.0(@vue/compiler-sfc@3.4.31)(eslint@9.27.0)(typescript@5.8.3)(vitest@3.1.4(@types/debug@4.1.12)(@types/node@22.16.5)) '@types/node': - specifier: ^22.0.0 + specifier: 22.16.5 version: 22.16.5 eslint: specifier: ^9.17.0 version: 9.27.0 tsup: - specifier: ^8.3.5 + specifier: 8.5.0 version: 8.5.0(postcss@8.5.6)(typescript@5.8.3)(yaml@2.8.0) typescript: - specifier: ^5.7.2 + specifier: 5.8.3 version: 5.8.3 vitest: specifier: 3.1.4