diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-09-12 13:09:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-12 13:09:14 +0200 |
| commit | cfee9ccff426c2f27a07e2525343b1537b16a257 (patch) | |
| tree | 7024b1f2b74a3bf69ebf243c5f5e235b6829155a | |
| parent | ef73a5fbb8355ccf8b9bd5996eb8439f2b47fc54 (diff) | |
| download | faker-cfee9ccff426c2f27a07e2525343b1537b16a257.tar.xz faker-cfee9ccff426c2f27a07e2525343b1537b16a257.zip | |
chore(deps): update dependency @types/glob to v8 (#1374)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | pnpm-lock.yaml | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index d50eeca6..2ad342b0 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ }, "devDependencies": { "@algolia/client-search": "~4.14.2", - "@types/glob": "~7.2.0", + "@types/glob": "~8.0.0", "@types/markdown-it": "~12.2.3", "@types/node": "~18.7.13", "@types/prettier": "~2.7.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5b1a474d..6d9c5ff7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.4 specifiers: '@algolia/client-search': ~4.14.2 - '@types/glob': ~7.2.0 + '@types/glob': ~8.0.0 '@types/markdown-it': ~12.2.3 '@types/node': ~18.7.13 '@types/prettier': ~2.7.0 @@ -47,7 +47,7 @@ specifiers: devDependencies: '@algolia/client-search': 4.14.2 - '@types/glob': 7.2.0 + '@types/glob': 8.0.0 '@types/markdown-it': 12.2.3 '@types/node': 18.7.13 '@types/prettier': 2.7.0 @@ -472,8 +472,8 @@ packages: resolution: {integrity: sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==} dev: true - /@types/glob/7.2.0: - resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==} + /@types/glob/8.0.0: + resolution: {integrity: sha512-l6NQsDDyQUVeoTynNpC9uRvCUint/gSUXQA2euwmTuWGvPY5LSDUu6tkCtJB2SvGQlJQzLaKqcGZP4//7EDveA==} dependencies: '@types/minimatch': 5.1.0 '@types/node': 18.7.13 |
