mirror of https://github.com/langgenius/dify.git
fix(web): upgrade tanstack devtools to fix seroval RCE vulnerability (#31515)
This commit is contained in:
parent
d941201a3e
commit
dad8e408b0
|
|
@ -177,8 +177,8 @@
|
|||
"@storybook/nextjs": "9.1.13",
|
||||
"@storybook/react": "9.1.17",
|
||||
"@tanstack/eslint-plugin-query": "5.91.2",
|
||||
"@tanstack/react-devtools": "0.9.0",
|
||||
"@tanstack/react-form-devtools": "0.2.9",
|
||||
"@tanstack/react-devtools": "0.9.2",
|
||||
"@tanstack/react-form-devtools": "0.2.12",
|
||||
"@tanstack/react-query-devtools": "5.90.2",
|
||||
"@testing-library/dom": "10.4.1",
|
||||
"@testing-library/jest-dom": "6.9.1",
|
||||
|
|
@ -266,6 +266,7 @@
|
|||
"safe-regex-test": "npm:@nolyfill/safe-regex-test@^1",
|
||||
"safer-buffer": "npm:@nolyfill/safer-buffer@^1",
|
||||
"side-channel": "npm:@nolyfill/side-channel@^1",
|
||||
"solid-js": "1.9.11",
|
||||
"string.prototype.includes": "npm:@nolyfill/string.prototype.includes@^1",
|
||||
"string.prototype.matchall": "npm:@nolyfill/string.prototype.matchall@^1",
|
||||
"string.prototype.repeat": "npm:@nolyfill/string.prototype.repeat@^1",
|
||||
|
|
|
|||
3464
web/pnpm-lock.yaml
3464
web/pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue