From 608366ebb0476c5d70bcc72af4f9b1e918568ea9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:26:11 +0000 Subject: [PATCH] chore(deps-dev): bump @types/json-bigint from 1.0.2 to 1.0.3 (#13556) * chore(deps-dev): bump @types/json-bigint from 1.0.2 to 1.0.3 Bumps [@types/json-bigint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-bigint) from 1.0.2 to 1.0.3. - [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 a0fe73ebb..41fcd45c7 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "@types/git-rev-sync": "2.0.0", "@types/imapflow": "1.0.14", "@types/jsdom": "21.1.3", - "@types/json-bigint": "1.0.2", + "@types/json-bigint": "1.0.3", "@types/koa": "2.13.9", "@types/koa-basic-auth": "2.0.4", "@types/koa-favicon": "2.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3a0b415ae..1fade7fba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -230,8 +230,8 @@ devDependencies: specifier: 21.1.3 version: 21.1.3 '@types/json-bigint': - specifier: 1.0.2 - version: 1.0.2 + specifier: 1.0.3 + version: 1.0.3 '@types/koa': specifier: 2.13.9 version: 2.13.9 @@ -1540,8 +1540,8 @@ packages: parse5: 7.1.2 dev: true - /@types/json-bigint@1.0.2: - resolution: {integrity: sha512-ZXqZc1YeBj1B2my/a/f5PWpNemgIb1r5s3cALPvsMqoGEZ0NOEo1UxrSRUEZr0EtChy1BH/CuORiYuvYr4/4Fw==} + /@types/json-bigint@1.0.3: + resolution: {integrity: sha512-91C99JloRlUkHh0LmUFw+/8H48C+Nq7Axcxi8asBwhO42Kz1VSTSBcceyV9oGVuXYk8lc88eKykeMmyImMdo0w==} dev: true /@types/json-schema@7.0.12: