From 9efe6cf4202e8acc25326fcec759862dc33a0b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 16:42:03 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.1.3 to 5.3.3 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b4f86923..c090728e 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "supertest": "^6.3.3", "tslib": "^2.5.2", "tsup": "^8.0.1", - "typescript": "^5.1.3", + "typescript": "^5.3.3", "vite": "^4.3.9", "vitepress": "1.0.0-beta.1", "vitest": "^0.31.4" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 619df18e..bee60522 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -61,10 +61,10 @@ importers: version: 2.5.2 tsup: specifier: ^8.0.1 - version: 8.0.1(typescript@5.1.3) + version: 8.0.1(typescript@5.3.3) typescript: - specifier: ^5.1.3 - version: 5.1.3 + specifier: ^5.3.3 + version: 5.3.3 vite: specifier: ^4.3.9 version: 4.3.9(@types/node@20.2.5) @@ -4395,7 +4395,7 @@ packages: /tslib@2.5.2: resolution: {integrity: sha512-5svOrSA2w3iGFDs1HibEVBGbDrAY82bFQ3HZ3ixB+88nsbsWQoKqDRb5UBYAUPEzbBn6dAp5gRNXglySbx1MlA==} - /tsup@8.0.1(typescript@5.1.3): + /tsup@8.0.1(typescript@5.3.3): resolution: {integrity: sha512-hvW7gUSG96j53ZTSlT4j/KL0q1Q2l6TqGBFc6/mu/L46IoNWqLLUzLRLP1R8Q7xrJTmkDxxDoojV5uCVs1sVOg==} engines: {node: '>=18'} hasBin: true @@ -4428,7 +4428,7 @@ packages: source-map: 0.8.0-beta.0 sucrase: 3.32.0 tree-kill: 1.2.2 - typescript: 5.1.3 + typescript: 5.3.3 transitivePeerDependencies: - supports-color - ts-node @@ -4538,6 +4538,12 @@ packages: engines: {node: '>=14.17'} hasBin: true + /typescript@5.3.3: + resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} + engines: {node: '>=14.17'} + hasBin: true + dev: true + /ufo@1.1.2: resolution: {integrity: sha512-TrY6DsjTQQgyS3E3dBaOXf0TpPD8u9FVrVYmKVegJuFw51n/YB9XPt+U6ydzFG5ZIN7+DIjPbNmXoBj9esYhgQ==} dev: true