chore(deps-dev): bump @types/json-bigint from 1.0.1 to 1.0.2 (#13313)
* chore(deps-dev): bump @types/json-bigint from 1.0.1 to 1.0.2 Bumps [@types/json-bigint](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/json-bigint) from 1.0.1 to 1.0.2. - [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] <support@github.com> * chore: fix pnpm install --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
49db618d62
commit
9f7688334f
|
|
@ -158,7 +158,7 @@
|
|||
"@types/git-rev-sync": "2.0.0",
|
||||
"@types/imapflow": "1.0.13",
|
||||
"@types/jsdom": "21.1.3",
|
||||
"@types/json-bigint": "1.0.1",
|
||||
"@types/json-bigint": "1.0.2",
|
||||
"@types/koa": "2.13.9",
|
||||
"@types/koa-basic-auth": "2.0.4",
|
||||
"@types/koa-favicon": "2.0.22",
|
||||
|
|
|
|||
|
|
@ -227,8 +227,8 @@ devDependencies:
|
|||
specifier: 21.1.3
|
||||
version: 21.1.3
|
||||
'@types/json-bigint':
|
||||
specifier: 1.0.1
|
||||
version: 1.0.1
|
||||
specifier: 1.0.2
|
||||
version: 1.0.2
|
||||
'@types/koa':
|
||||
specifier: 2.13.9
|
||||
version: 2.13.9
|
||||
|
|
@ -1524,8 +1524,8 @@ packages:
|
|||
parse5: 7.1.2
|
||||
dev: true
|
||||
|
||||
/@types/json-bigint@1.0.1:
|
||||
resolution: {integrity: sha512-zpchZLNsNuzJHi6v64UBoFWAvQlPhch7XAi36FkH6tL1bbbmimIF+cS7vwkzY4u5RaSWMoflQfu+TshMPPw8uw==}
|
||||
/@types/json-bigint@1.0.2:
|
||||
resolution: {integrity: sha512-ZXqZc1YeBj1B2my/a/f5PWpNemgIb1r5s3cALPvsMqoGEZ0NOEo1UxrSRUEZr0EtChy1BH/CuORiYuvYr4/4Fw==}
|
||||
dev: true
|
||||
|
||||
/@types/json-schema@7.0.12:
|
||||
|
|
|
|||
Loading…
Reference in New Issue