aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-27 16:58:27 +0200
committerGitHub <[email protected]>2024-05-27 16:58:27 +0200
commita7563500cb6fd0cef180d646fa02deb8e9cdc618 (patch)
tree862f3816895f8b60bbc3094ee19952b5a4ae41c6
parentc573ac00962e78d5461475c69580574f4b2f07e7 (diff)
downloadfaker-a7563500cb6fd0cef180d646fa02deb8e9cdc618.tar.xz
faker-a7563500cb6fd0cef180d646fa02deb8e9cdc618.zip
chore(deps): update dependency vitepress to v1.2.2 (#2925)
-rw-r--r--package.json2
-rw-r--r--pnpm-lock.yaml10
-rw-r--r--scripts/apidocs/utils/markdown.ts2
3 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index e6139011..d5670d24 100644
--- a/package.json
+++ b/package.json
@@ -129,7 +129,7 @@
"typescript": "5.4.5",
"validator": "13.12.0",
"vite": "5.2.11",
- "vitepress": "1.2.0",
+ "vitepress": "1.2.2",
"vitest": "1.6.0",
"vue": "3.4.27"
},
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index b195ee15..78b313cd 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -126,8 +126,8 @@ importers:
specifier: 5.2.11
version: 5.2.11(@types/[email protected])
vitepress:
- specifier: 1.2.0
+ specifier: 1.2.2
vitest:
specifier: 1.6.0
version: 1.6.0(@types/[email protected])(@vitest/[email protected])([email protected])
@@ -3601,8 +3601,8 @@ packages:
terser:
optional: true
- resolution: {integrity: sha512-m/4PAQVyPBvKHV7sFKwcmNmrsoSxdjnw/Eg40YyuBSaBHhrro9ubnfWk5GT0xGfE98LqjZkHCWKNJlR6G/7Ayg==}
+ resolution: {integrity: sha512-uZ3nXR5NY4nYj3RJWCo5jev9qlNZAQo5SUXu1U0QSUx84cUm/o7hCTDVjZ4njVSVui+PsV1oAbdQOg8ygbaf4w==}
hasBin: true
peerDependencies:
markdown-it-mathjax3: ^4
@@ -7487,7 +7487,7 @@ snapshots:
'@types/node': 20.12.12
fsevents: 2.3.3
dependencies:
'@docsearch/css': 3.6.0
'@docsearch/js': 3.6.0(@algolia/[email protected])([email protected])
diff --git a/scripts/apidocs/utils/markdown.ts b/scripts/apidocs/utils/markdown.ts
index b0cc68be..2787a611 100644
--- a/scripts/apidocs/utils/markdown.ts
+++ b/scripts/apidocs/utils/markdown.ts
@@ -31,7 +31,7 @@ const htmlSanitizeOptions: sanitizeHtml.IOptions = {
a: ['href', 'target', 'rel'],
button: ['class', 'title'],
div: ['class'],
- pre: ['class', 'v-pre'],
+ pre: ['class', 'v-pre', 'tabindex'],
span: ['class', 'style'],
},
selfClosing: [],