mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 05:45:09 +00:00
fix(docs): override vulnerable vite dependency
This commit is contained in:
parent
dfb6ee4f08
commit
90d9d25eb3
2 changed files with 10 additions and 8 deletions
|
|
@ -10,6 +10,7 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"vite": "7.3.2",
|
||||
"minimatch": "10.2.5",
|
||||
"picomatch": "4.0.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ settings:
|
|||
excludeLinksFromLockfile: false
|
||||
|
||||
overrides:
|
||||
vite: 7.3.2
|
||||
minimatch: 10.2.5
|
||||
picomatch: 4.0.4
|
||||
|
||||
|
|
@ -412,7 +413,7 @@ packages:
|
|||
resolution: {integrity: sha512-bL3AxKuQySfk1iGcBsQnoRVexTPJq0Z/ixFVM8OhVJAP6ZXXXLtM7NFKWhLl30Kg7uTBqIaPXbh+nuQCuBDedg==}
|
||||
engines: {node: ^20.19.0 || >=22.12.0}
|
||||
peerDependencies:
|
||||
vite: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
vite: 7.3.2
|
||||
vue: ^3.2.25
|
||||
|
||||
'@vue/compiler-core@3.5.30':
|
||||
|
|
@ -846,8 +847,8 @@ packages:
|
|||
vfile@6.0.3:
|
||||
resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==}
|
||||
|
||||
vite@7.3.1:
|
||||
resolution: {integrity: sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==}
|
||||
vite@7.3.2:
|
||||
resolution: {integrity: sha512-Bby3NOsna2jsjfLVOHKes8sGwgl4TT0E6vvpYgnAYDIF/tie7MRaFthmKuHx1NSXjiTueXH3do80FMQgvEktRg==}
|
||||
engines: {node: ^20.19.0 || >=22.12.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
|
@ -1185,10 +1186,10 @@ snapshots:
|
|||
|
||||
'@ungap/structured-clone@1.3.0': {}
|
||||
|
||||
'@vitejs/plugin-vue@6.0.5(vite@7.3.1)(vue@3.5.30)':
|
||||
'@vitejs/plugin-vue@6.0.5(vite@7.3.2)(vue@3.5.30)':
|
||||
dependencies:
|
||||
'@rolldown/pluginutils': 1.0.0-rc.2
|
||||
vite: 7.3.1
|
||||
vite: 7.3.2
|
||||
vue: 3.5.30
|
||||
|
||||
'@vue/compiler-core@3.5.30':
|
||||
|
|
@ -1665,7 +1666,7 @@ snapshots:
|
|||
'@types/unist': 3.0.3
|
||||
vfile-message: 4.0.3
|
||||
|
||||
vite@7.3.1:
|
||||
vite@7.3.2:
|
||||
dependencies:
|
||||
esbuild: 0.27.4
|
||||
fdir: 6.5.0(picomatch@4.0.4)
|
||||
|
|
@ -1692,7 +1693,7 @@ snapshots:
|
|||
'@shikijs/transformers': 3.23.0
|
||||
'@shikijs/types': 3.23.0
|
||||
'@types/markdown-it': 14.1.2
|
||||
'@vitejs/plugin-vue': 6.0.5(vite@7.3.1)(vue@3.5.30)
|
||||
'@vitejs/plugin-vue': 6.0.5(vite@7.3.2)(vue@3.5.30)
|
||||
'@vue/devtools-api': 8.1.0
|
||||
'@vue/shared': 3.5.30
|
||||
'@vueuse/core': 14.2.1(vue@3.5.30)
|
||||
|
|
@ -1701,7 +1702,7 @@ snapshots:
|
|||
mark.js: 8.11.1
|
||||
minisearch: 7.2.0
|
||||
shiki: 3.23.0
|
||||
vite: 7.3.1
|
||||
vite: 7.3.2
|
||||
vue: 3.5.30
|
||||
optionalDependencies:
|
||||
postcss: 8.5.8
|
||||
|
|
|
|||
Loading…
Reference in a new issue