From ea999d9adfdde5c308cc0efc119bf07637488b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 07:54:48 +0800 Subject: [PATCH] chore(deps-dev): bump @types/json-bigint from 1.0.0 to 1.0.1 (#13284) * chore(deps-dev): bump @types/json-bigint from 1.0.0 to 1.0.1 Bumps [@types/json-bigint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-bigint) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/json-bigint) --- updated-dependencies: - dependency-name: "@types/json-bigint" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3536051611ddb5..087306596b1bb3 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "@types/imapflow": "1.0.13", "@types/ip-regex": "4.1.1", "@types/jsdom": "21.1.2", - "@types/json-bigint": "1.0.0", + "@types/json-bigint": "1.0.1", "@types/koa": "2.13.8", "@types/koa-basic-auth": "2.0.4", "@types/koa-favicon": "2.0.21", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c9efcf2c86245a..492d052105f2c0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -230,8 +230,8 @@ devDependencies: specifier: 21.1.2 version: 21.1.2 '@types/json-bigint': - specifier: 1.0.0 - version: 1.0.0 + specifier: 1.0.1 + version: 1.0.1 '@types/koa': specifier: 2.13.8 version: 2.13.8 @@ -1537,8 +1537,8 @@ packages: parse5: 7.1.2 dev: true - /@types/json-bigint@1.0.0: - resolution: {integrity: sha512-WW+0cfH3ovFN6ROV+p/Xfw36dT6s16hbXBYIG49PYw6+j6e+AkpqYccctgxwyicBmC8CZDBnPhOH94shFhXgHQ==} + /@types/json-bigint@1.0.1: + resolution: {integrity: sha512-zpchZLNsNuzJHi6v64UBoFWAvQlPhch7XAi36FkH6tL1bbbmimIF+cS7vwkzY4u5RaSWMoflQfu+TshMPPw8uw==} dev: true /@types/json-schema@7.0.12: