mirror of https://github.com/langgenius/dify.git
fix(web): resolve esbuild security advisory (GHSA-67mh-4wv8-2f99)
This commit is contained in:
parent
02e0fadef7
commit
3914544e85
|
|
@ -3603,6 +3603,9 @@ packages:
|
||||||
'@types/node@20.19.26':
|
'@types/node@20.19.26':
|
||||||
resolution: {integrity: sha512-0l6cjgF0XnihUpndDhk+nyD3exio3iKaYROSgvh/qSevPXax3L8p5DBRFjbvalnwatGgHEQn2R88y2fA3g4irg==}
|
resolution: {integrity: sha512-0l6cjgF0XnihUpndDhk+nyD3exio3iKaYROSgvh/qSevPXax3L8p5DBRFjbvalnwatGgHEQn2R88y2fA3g4irg==}
|
||||||
|
|
||||||
|
'@types/node@20.19.27':
|
||||||
|
resolution: {integrity: sha512-N2clP5pJhB2YnZJ3PIHFk5RkygRX5WO/5f0WC08tp0wd+sv0rsJk3MqWn3CbNmT2J505a5336jaQj4ph1AdMug==}
|
||||||
|
|
||||||
'@types/papaparse@5.5.1':
|
'@types/papaparse@5.5.1':
|
||||||
resolution: {integrity: sha512-esEO+VISsLIyE+JZBmb89NzsYYbpwV8lmv2rPo6oX5y9KhBaIP7hhHgjuTut54qjdKVMufTEcrh5fUl9+58huw==}
|
resolution: {integrity: sha512-esEO+VISsLIyE+JZBmb89NzsYYbpwV8lmv2rPo6oX5y9KhBaIP7hhHgjuTut54qjdKVMufTEcrh5fUl9+58huw==}
|
||||||
|
|
||||||
|
|
@ -6209,8 +6212,8 @@ packages:
|
||||||
lexical@0.38.2:
|
lexical@0.38.2:
|
||||||
resolution: {integrity: sha512-JJmfsG3c4gwBHzUGffbV7ifMNkKAWMCnYE3xJl87gty7hjyV5f3xq7eqTjP5HFYvO4XpjJvvWO2/djHp5S10tw==}
|
resolution: {integrity: sha512-JJmfsG3c4gwBHzUGffbV7ifMNkKAWMCnYE3xJl87gty7hjyV5f3xq7eqTjP5HFYvO4XpjJvvWO2/djHp5S10tw==}
|
||||||
|
|
||||||
lib0@0.2.115:
|
lib0@0.2.116:
|
||||||
resolution: {integrity: sha512-noaW4yNp6hCjOgDnWWxW0vGXE3kZQI5Kqiwz+jIWXavI9J9WyfJ9zjsbQlQlgjIbHBrvlA/x3TSIXBUJj+0L6g==}
|
resolution: {integrity: sha512-4zsosjzmt33rx5XjmFVYUAeLNh+BTeDTiwGdLt4muxiir2btsc60Nal0EvkvDRizg+pnlK1q+BtYi7M+d4eStw==}
|
||||||
engines: {node: '>=16'}
|
engines: {node: '>=16'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
|
|
@ -12103,6 +12106,11 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.21.0
|
undici-types: 6.21.0
|
||||||
|
|
||||||
|
'@types/node@20.19.27':
|
||||||
|
dependencies:
|
||||||
|
undici-types: 6.21.0
|
||||||
|
optional: true
|
||||||
|
|
||||||
'@types/papaparse@5.5.1':
|
'@types/papaparse@5.5.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 18.15.0
|
'@types/node': 18.15.0
|
||||||
|
|
@ -14522,7 +14530,7 @@ snapshots:
|
||||||
|
|
||||||
happy-dom@20.0.11:
|
happy-dom@20.0.11:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.19.26
|
'@types/node': 20.19.27
|
||||||
'@types/whatwg-mimetype': 3.0.2
|
'@types/whatwg-mimetype': 3.0.2
|
||||||
whatwg-mimetype: 3.0.0
|
whatwg-mimetype: 3.0.0
|
||||||
optional: true
|
optional: true
|
||||||
|
|
@ -15137,7 +15145,7 @@ snapshots:
|
||||||
|
|
||||||
lexical@0.38.2: {}
|
lexical@0.38.2: {}
|
||||||
|
|
||||||
lib0@0.2.115:
|
lib0@0.2.116:
|
||||||
dependencies:
|
dependencies:
|
||||||
isomorphic.js: 0.2.5
|
isomorphic.js: 0.2.5
|
||||||
|
|
||||||
|
|
@ -18212,7 +18220,7 @@ snapshots:
|
||||||
|
|
||||||
yjs@13.6.27:
|
yjs@13.6.27:
|
||||||
dependencies:
|
dependencies:
|
||||||
lib0: 0.2.115
|
lib0: 0.2.116
|
||||||
|
|
||||||
yocto-queue@0.1.0: {}
|
yocto-queue@0.1.0: {}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue