diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-31 13:21:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-31 13:21:03 +0200 |
| commit | 141713ff8f2c587b979bd48b48688bef1dfba27d (patch) | |
| tree | 12e9a0c98f5632ff757363c737773119e57e0873 | |
| parent | 1b9a920b36133a1b1c6313f1fb086fb697120076 (diff) | |
| download | faker-141713ff8f2c587b979bd48b48688bef1dfba27d.tar.xz faker-141713ff8f2c587b979bd48b48688bef1dfba27d.zip | |
chore(deps): update dependency typedoc to ~0.22.16 (#1025)
Co-authored-by: Renovate Bot <[email protected]>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index c828ac7d..6f3c97a3 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "sanitize-html": "~2.7.0", "simple-git-hooks": "~2.8.0", "standard-version": "~9.5.0", - "typedoc": "~0.22.15", + "typedoc": "~0.22.16", "typedoc-plugin-missing-exports": "~0.22.6", "typescript": "~4.6.4", "validator": "~13.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a5f932e1..733a5659 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,7 +35,7 @@ specifiers: sanitize-html: ~2.7.0 simple-git-hooks: ~2.8.0 standard-version: ~9.5.0 - typedoc: ~0.22.15 + typedoc: ~0.22.16 typedoc-plugin-missing-exports: ~0.22.6 typescript: ~4.6.4 validator: ~13.7.0 @@ -78,8 +78,8 @@ devDependencies: sanitize-html: 2.7.0 simple-git-hooks: 2.8.0 standard-version: 9.5.0 - typedoc: [email protected] - typedoc-plugin-missing-exports: [email protected] + typedoc: [email protected] + typedoc-plugin-missing-exports: [email protected] typescript: 4.6.4 validator: 13.7.0 vite: 2.9.9 @@ -4576,22 +4576,22 @@ 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-CMd1lrqQbFvbx6S9G6fL4HKp3GoIuhujJReWqlIvSb2T26vGai+8Os3Mde7Pn832pXYemd9BMuuYWhFpL5st0Q==} + /typedoc/[email protected]: + resolution: {integrity: sha512-0Qf0/CsQe6JZTXoYwBM3Iql8gLAWLjQP7O/j9YzfkJp3G/WVGmIMRajKnldJuA/zVvhr+ifsHTgctQh5g2t4iw==} 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 || 4.6.x + typescript: 4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x || 4.7.x dependencies: - glob: 7.2.3 + glob: 8.0.3 lunr: 2.3.9 marked: 4.0.16 minimatch: 5.1.0 |
