mirror of
https://github.com/langgenius/dify.git
synced 2026-05-08 11:47:35 +08:00
chore: bump xmldom to 0.8.13 (#35636)
This commit is contained in:
parent
d666fb1b25
commit
9853e28230
@ -251,6 +251,7 @@
|
||||
"@lexical/code": "npm:lexical-code-no-prism@0.41.0",
|
||||
"@monaco-editor/loader": "1.7.0",
|
||||
"@nolyfill/safe-buffer": "npm:safe-buffer@^5.2.1",
|
||||
"@xmldom/xmldom": "0.8.13",
|
||||
"array-includes": "npm:@nolyfill/array-includes@^1.0.44",
|
||||
"array.prototype.findlast": "npm:@nolyfill/array.prototype.findlast@^1.0.44",
|
||||
"array.prototype.findlastindex": "npm:@nolyfill/array.prototype.findlastindex@^1.0.44",
|
||||
@ -304,6 +305,7 @@
|
||||
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.13",
|
||||
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.13",
|
||||
"which-typed-array": "npm:@nolyfill/which-typed-array@^1.0.44",
|
||||
"xmldom": "npm:@xmldom/xmldom@0.8.13",
|
||||
"yauzl@<3.2.1": "3.2.1"
|
||||
},
|
||||
"ignoredBuiltDependencies": [
|
||||
|
||||
4
web/pnpm-lock.yaml
generated
4
web/pnpm-lock.yaml
generated
@ -7,6 +7,7 @@ settings:
|
||||
overrides:
|
||||
'@lexical/code': npm:lexical-code-no-prism@0.41.0
|
||||
'@monaco-editor/loader': 1.7.0
|
||||
'@xmldom/xmldom': 0.8.13
|
||||
'@nolyfill/safe-buffer': npm:safe-buffer@^5.2.1
|
||||
array-includes: npm:@nolyfill/array-includes@^1.0.44
|
||||
array.prototype.findlast: npm:@nolyfill/array.prototype.findlast@^1.0.44
|
||||
@ -24,13 +25,13 @@ overrides:
|
||||
es-iterator-helpers: npm:@nolyfill/es-iterator-helpers@^1.0.21
|
||||
esbuild@<0.27.2: 0.27.2
|
||||
glob@>=10.2.0 <10.5.0: 11.1.0
|
||||
minimatch@>=9.0.0 <10.0.0: 10.2.4
|
||||
hasown: npm:@nolyfill/hasown@^1.0.44
|
||||
is-arguments: npm:@nolyfill/is-arguments@^1.0.44
|
||||
is-core-module: npm:@nolyfill/is-core-module@^1.0.39
|
||||
is-generator-function: npm:@nolyfill/is-generator-function@^1.0.44
|
||||
is-typed-array: npm:@nolyfill/is-typed-array@^1.0.44
|
||||
isarray: npm:@nolyfill/isarray@^1.0.44
|
||||
minimatch@>=9.0.0 <10.0.0: 10.2.4
|
||||
object.assign: npm:@nolyfill/object.assign@^1.0.44
|
||||
object.entries: npm:@nolyfill/object.entries@^1.0.44
|
||||
object.fromentries: npm:@nolyfill/object.fromentries@^1.0.44
|
||||
@ -61,6 +62,7 @@ overrides:
|
||||
vite: npm:@voidzero-dev/vite-plus-core@0.1.13
|
||||
vitest: npm:@voidzero-dev/vite-plus-test@0.1.13
|
||||
which-typed-array: npm:@nolyfill/which-typed-array@^1.0.44
|
||||
xmldom: npm:@xmldom/xmldom@0.8.13
|
||||
yauzl@<3.2.1: 3.2.1
|
||||
|
||||
importers:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user