From d92d6feee659336245955bb04c21a328445004e7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Apr 2025 19:53:23 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20dependency=20@?= =?UTF-8?q?exlint.io/inflint=20to=20v2.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- pnpm-lock.yaml | 24 +++++++++--------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 1cb4aeb9..7b69c2b6 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "devDependencies": { "@commitlint/cli": "18.6.1", "@compodoc/compodoc": "1.1.24", - "@exlint.io/inflint": "2.0.2", + "@exlint.io/inflint": "2.1.1", "@nestjs/cli": "10.3.2", "@types/envinfo": "7.8.3", "@types/express": "4.17.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d3a6de0..90fd2670 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -74,8 +74,8 @@ devDependencies: specifier: 1.1.24 version: 1.1.24(typescript@5.4.5) '@exlint.io/inflint': - specifier: 2.0.2 - version: 2.0.2 + specifier: 2.1.1 + version: 2.1.1(@types/node@20.12.8)(typescript@5.4.5) '@nestjs/cli': specifier: 10.3.2 version: 10.3.2 @@ -2047,18 +2047,22 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@exlint.io/inflint@2.0.2: - resolution: {integrity: sha512-5MmhXn/fKKkRngEHWBfD0uSmLBw7WnqqHUv7xQJSz/ORUe23+Pg/HMeX03V57yPHAuY8esinG0Ul9S9WK+EBaw==} + /@exlint.io/inflint@2.1.1(@types/node@20.12.8)(typescript@5.4.5): + resolution: {integrity: sha512-sWgdh7iv2CR8EuqirZbtndooLPjIysOyZ0ojpK3F9o3hnceCVi8JDxYBHveZPXiBol5ivccH8KyoXO6empktmw==} engines: {node: '>=14.16'} hasBin: true dependencies: '@expo/spawn-async': 1.7.2 chalk: 5.3.0 - cosmiconfig: 8.1.3 + cosmiconfig: 8.3.6(typescript@5.4.5) + cosmiconfig-typescript-loader: 5.0.0(@types/node@20.12.8)(cosmiconfig@8.3.6)(typescript@5.4.5) fast-glob: 3.3.1 micromatch: 4.0.5 minimist: 1.2.8 v8-compile-cache: 2.4.0 + transitivePeerDependencies: + - '@types/node' + - typescript dev: true /@expo/spawn-async@1.7.2: @@ -3967,16 +3971,6 @@ packages: yaml: 1.10.2 dev: true - /cosmiconfig@8.1.3: - resolution: {integrity: sha512-/UkO2JKI18b5jVMJUp0lvKFMpa/Gye+ZgZjKD+DGEN9y7NRcf/nK1A0sp67ONmKtnDCNMS44E6jrk0Yc3bDuUw==} - engines: {node: '>=14'} - dependencies: - import-fresh: 3.3.0 - js-yaml: 4.1.0 - parse-json: 5.2.0 - path-type: 4.0.0 - dev: true - /cosmiconfig@8.3.6(typescript@5.3.3): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'}