mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-07-26 16:07:53 +00:00
fix: CVE-2026-35209 security vulnerability (#4106)
Automated dependency upgrade by OrbisAI Security
This commit is contained in:
parent
7bdf9412cc
commit
736c412b4c
@ -60,6 +60,7 @@
|
||||
"cmdk": "^1.1.1",
|
||||
"codemirror": "^6.0.2",
|
||||
"date-fns": "^4.1.0",
|
||||
"defu": "6.1.5",
|
||||
"dotenv": "^17.2.3",
|
||||
"embla-carousel-react": "^8.6.0",
|
||||
"gsap": "^3.13.0",
|
||||
|
||||
25
frontend/pnpm-lock.yaml
generated
25
frontend/pnpm-lock.yaml
generated
@ -131,6 +131,9 @@ importers:
|
||||
date-fns:
|
||||
specifier: ^4.1.0
|
||||
version: 4.1.0
|
||||
defu:
|
||||
specifier: 6.1.5
|
||||
version: 6.1.5
|
||||
dotenv:
|
||||
specifier: ^17.2.3
|
||||
version: 17.2.4
|
||||
@ -3188,8 +3191,8 @@ packages:
|
||||
resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
defu@6.1.4:
|
||||
resolution: {integrity: sha512-mEQCMmwJu317oSz8CwdIOdwf3xMif1ttiM8LTufzc3g6kR+9Pe236twL8j3IYT1F7GfRgGcW6MWxzZjLIkuHIg==}
|
||||
defu@6.1.5:
|
||||
resolution: {integrity: sha512-pwdBJxJuJXmqrLO6s0VBmfbRz+G7FUzkjldAsdi9Yrv86mPyzq0ll1o8+8gB4Gsr6GJHbK1Lh3ngllgTInDCjA==}
|
||||
|
||||
defu@6.1.7:
|
||||
resolution: {integrity: sha512-7z22QmUWiQ/2d0KkdYmANbRUVABpZ9SNYyH5vx6PZ+nE5bcC0l7uFvEfHlyld/HcGBFTL536ClDt3DEcSlEJAQ==}
|
||||
@ -6711,7 +6714,7 @@ snapshots:
|
||||
dependencies:
|
||||
c12: 3.3.3
|
||||
consola: 3.4.2
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
destr: 2.0.5
|
||||
errx: 0.1.0
|
||||
exsolve: 1.0.8
|
||||
@ -8382,7 +8385,7 @@ snapshots:
|
||||
dependencies:
|
||||
chokidar: 5.0.0
|
||||
confbox: 0.2.4
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
dotenv: 17.2.4
|
||||
exsolve: 1.0.8
|
||||
giget: 2.0.0
|
||||
@ -8816,7 +8819,7 @@ snapshots:
|
||||
has-property-descriptors: 1.0.2
|
||||
object-keys: 1.1.1
|
||||
|
||||
defu@6.1.4: {}
|
||||
defu@6.1.5: {}
|
||||
|
||||
defu@6.1.7: {}
|
||||
|
||||
@ -9440,7 +9443,7 @@ snapshots:
|
||||
dependencies:
|
||||
citty: 0.1.6
|
||||
consola: 3.4.2
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
node-fetch-native: 1.6.7
|
||||
nypm: 0.6.5
|
||||
pathe: 2.0.3
|
||||
@ -9484,7 +9487,7 @@ snapshots:
|
||||
dependencies:
|
||||
cookie-es: 1.2.2
|
||||
crossws: 0.3.5
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
destr: 2.0.5
|
||||
iron-webcrypto: 1.2.1
|
||||
node-mock-http: 1.0.4
|
||||
@ -10754,7 +10757,7 @@ snapshots:
|
||||
'@unocss/preset-wind3': 66.6.0
|
||||
chrome-launcher: 1.2.1
|
||||
consola: 3.4.2
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
execa: 9.6.1
|
||||
image-size: 2.0.2
|
||||
magic-string: 0.30.21
|
||||
@ -11066,12 +11069,12 @@ snapshots:
|
||||
|
||||
rc9@2.1.2:
|
||||
dependencies:
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
destr: 2.0.5
|
||||
|
||||
rc9@3.0.0:
|
||||
dependencies:
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
destr: 2.0.5
|
||||
|
||||
react-compiler-runtime@19.1.0-rc.3(react@19.2.4):
|
||||
@ -12001,7 +12004,7 @@ snapshots:
|
||||
untyped@2.0.0:
|
||||
dependencies:
|
||||
citty: 0.1.6
|
||||
defu: 6.1.4
|
||||
defu: 6.1.5
|
||||
jiti: 2.6.1
|
||||
knitwork: 1.3.0
|
||||
scule: 1.3.0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user