From 9791f2964143461404939cd0ada7065704e63733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 04:56:05 +0000 Subject: [PATCH] Bump @sindresorhus/tsconfig from 3.0.1 to 5.0.0 Bumps [@sindresorhus/tsconfig](https://github.com/sindresorhus/tsconfig) from 3.0.1 to 5.0.0. - [Release notes](https://github.com/sindresorhus/tsconfig/releases) - [Commits](https://github.com/sindresorhus/tsconfig/compare/v3.0.1...v5.0.0) --- updated-dependencies: - dependency-name: "@sindresorhus/tsconfig" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 18efabb..d7dd71b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "npm-run-path": "^4.0.1" }, "devDependencies": { - "@sindresorhus/tsconfig": "^3.0.1", + "@sindresorhus/tsconfig": "^5.0.0", "@vitest/coverage-v8": "^0.34.5", "prettier": "3.0.3", "rimraf": "^3.0.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 61662e4..e4f794c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,8 +20,8 @@ dependencies: devDependencies: '@sindresorhus/tsconfig': - specifier: ^3.0.1 - version: 3.0.1 + specifier: ^5.0.0 + version: 5.0.0 '@vitest/coverage-v8': specifier: ^0.34.5 version: 0.34.5(vitest@0.34.5) @@ -525,9 +525,9 @@ packages: resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} dev: true - /@sindresorhus/tsconfig@3.0.1: - resolution: {integrity: sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==} - engines: {node: '>=14'} + /@sindresorhus/tsconfig@5.0.0: + resolution: {integrity: sha512-LvvySslVPhAwo7dT+iovKXKCmJD82yYAsH/3D5BSyT3YP9Dvhdlhy0eQr0DBE0CxeFO6Wdbco3+nB+c2QYcAaA==} + engines: {node: '>=18'} dev: true /@types/chai-subset@1.3.3: