mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-24 16:46:40 +08:00
chore: next security
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
"lodash-es": "^4.17.21",
|
||||
"mime": "^4.0.7",
|
||||
"negotiator": "^0.6.3",
|
||||
"next": "^15.5.7",
|
||||
"next": "^15.5.9",
|
||||
"rc-textarea": "^1.5.3",
|
||||
"react": "~19.1.4",
|
||||
"react-dom": "~19.1.4",
|
||||
|
||||
18
pnpm-lock.yaml
generated
18
pnpm-lock.yaml
generated
@ -96,8 +96,8 @@ importers:
|
||||
specifier: ^0.6.3
|
||||
version: 0.6.4
|
||||
next:
|
||||
specifier: ^15.5.7
|
||||
version: 15.5.7(react-dom@19.1.4(react@19.1.4))(react@19.1.4)(sass@1.92.1)
|
||||
specifier: ^15.5.9
|
||||
version: 15.5.9(react-dom@19.1.4(react@19.1.4))(react@19.1.4)(sass@1.92.1)
|
||||
rc-textarea:
|
||||
specifier: ^1.5.3
|
||||
version: 1.10.2(react-dom@19.1.4(react@19.1.4))(react@19.1.4)
|
||||
@ -680,8 +680,8 @@ packages:
|
||||
'@napi-rs/wasm-runtime@0.2.12':
|
||||
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
|
||||
|
||||
'@next/env@15.5.7':
|
||||
resolution: {integrity: sha512-4h6Y2NyEkIEN7Z8YxkA27pq6zTkS09bUSYC0xjd0NpwFxjnIKeZEeH591o5WECSmjpUhLn3H2QLJcDye3Uzcvg==}
|
||||
'@next/env@15.5.9':
|
||||
resolution: {integrity: sha512-4GlTZ+EJM7WaW2HEZcyU317tIQDjkQIyENDLxYJfSWlfqguN+dHkZgyQTV/7ykvobU7yEH5gKvreNrH4B6QgIg==}
|
||||
|
||||
'@next/eslint-plugin-next@14.2.32':
|
||||
resolution: {integrity: sha512-tyZMX8g4cWg/uPW4NxiJK13t62Pab47SKGJGVZJa6YtFwtfrXovH4j1n9tdpRdXW03PGQBugYEVGM7OhWfytdA==}
|
||||
@ -3422,8 +3422,8 @@ packages:
|
||||
resolution: {integrity: sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==}
|
||||
engines: {node: '>= 0.6'}
|
||||
|
||||
next@15.5.7:
|
||||
resolution: {integrity: sha512-+t2/0jIJ48kUpGKkdlhgkv+zPTEOoXyr60qXe68eB/pl3CMJaLeIGjzp5D6Oqt25hCBiBTt8wEeeAzfJvUKnPQ==}
|
||||
next@15.5.9:
|
||||
resolution: {integrity: sha512-agNLK89seZEtC5zUHwtut0+tNrc0Xw4FT/Dg+B/VLEo9pAcS9rtTKpek3V6kVcVwsB2YlqMaHdfZL4eLEVYuCg==}
|
||||
engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
@ -5092,7 +5092,7 @@ snapshots:
|
||||
'@tybys/wasm-util': 0.10.0
|
||||
optional: true
|
||||
|
||||
'@next/env@15.5.7': {}
|
||||
'@next/env@15.5.9': {}
|
||||
|
||||
'@next/eslint-plugin-next@14.2.32':
|
||||
dependencies:
|
||||
@ -8600,9 +8600,9 @@ snapshots:
|
||||
|
||||
negotiator@0.6.4: {}
|
||||
|
||||
next@15.5.7(react-dom@19.1.4(react@19.1.4))(react@19.1.4)(sass@1.92.1):
|
||||
next@15.5.9(react-dom@19.1.4(react@19.1.4))(react@19.1.4)(sass@1.92.1):
|
||||
dependencies:
|
||||
'@next/env': 15.5.7
|
||||
'@next/env': 15.5.9
|
||||
'@swc/helpers': 0.5.15
|
||||
caniuse-lite: 1.0.30001741
|
||||
postcss: 8.4.31
|
||||
|
||||
Reference in New Issue
Block a user