diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-03-07 08:55:17 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-07 08:55:17 +0100 |
| commit | 155d2022489cb1b7938f9dd3353ceabac98a7907 (patch) | |
| tree | 3d24d39e8304376ab697337b96ebe6bb6bc28ffb | |
| parent | 9283863cfa849491f655ad08e900fb31ea828f01 (diff) | |
| download | faker-155d2022489cb1b7938f9dd3353ceabac98a7907.tar.xz faker-155d2022489cb1b7938f9dd3353ceabac98a7907.zip | |
chore(deps): update dependency typedoc to ~0.22.13 (#600)
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 31 |
2 files changed, 23 insertions, 10 deletions
diff --git a/package.json b/package.json index ecc4f5cd..d9705343 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "sanitize-html": "~2.7.0", "simple-git-hooks": "~2.7.0", "standard-version": "~9.3.2", - "typedoc": "~0.22.12", + "typedoc": "~0.22.13", "typedoc-plugin-missing-exports": "~0.22.6", "typescript": "~4.6.2", "validator": "~13.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9c874439..3a7736b7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -29,7 +29,7 @@ specifiers: sanitize-html: ~2.7.0 simple-git-hooks: ~2.7.0 standard-version: ~9.3.2 - typedoc: ~0.22.12 + typedoc: ~0.22.13 typedoc-plugin-missing-exports: ~0.22.6 typescript: ~4.6.2 validator: ~13.7.0 @@ -66,8 +66,8 @@ devDependencies: sanitize-html: 2.7.0 simple-git-hooks: 2.7.0 standard-version: 9.3.2 - typedoc: [email protected] - typedoc-plugin-missing-exports: [email protected] + typedoc: [email protected] + typedoc-plugin-missing-exports: [email protected] typescript: 4.6.2 validator: 13.7.0 vite: 2.8.6 @@ -864,6 +864,12 @@ packages: concat-map: 0.0.1 dev: true + /brace-expansion/2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: true + /braces/3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} @@ -3170,6 +3176,13 @@ packages: brace-expansion: 1.1.11 dev: true + /minimatch/5.0.1: + resolution: {integrity: sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options/4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -4248,25 +4261,25 @@ packages: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} dev: true - /typedoc-plugin-missing-exports/[email protected]: + /typedoc-plugin-missing-exports/[email protected]: resolution: {integrity: sha512-1uguGQqa+c5f33nWS3v1mm0uAx4Ii1lw4Kx2zQksmYFKNEWTmrmMXbMNBoBg4wu0p4dFCNC7JIWPoRzpNS6pFA==} peerDependencies: typedoc: 0.22.x dependencies: - typedoc: [email protected] + typedoc: [email protected] dev: true - /typedoc/[email protected]: - resolution: {integrity: sha512-FcyC+YuaOpr3rB9QwA1IHOi9KnU2m50sPJW5vcNRPCIdecp+3bFkh7Rq5hBU1Fyn29UR2h4h/H7twZHWDhL0sw==} + /typedoc/[email protected]: + resolution: {integrity: sha512-NHNI7Dr6JHa/I3+c62gdRNXBIyX7P33O9TafGLd07ur3MqzcKgwTvpg18EtvCLHJyfeSthAtCLpM7WkStUmDuQ==} engines: {node: '>= 12.10.0'} hasBin: true peerDependencies: - typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x + typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x dependencies: glob: 7.2.0 lunr: 2.3.9 marked: 4.0.12 - minimatch: 3.1.2 + minimatch: 5.0.1 shiki: 0.10.1 typescript: 4.6.2 dev: true |
