mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(core): Fix null handling in Python sandbox (#18189)
Co-authored-by: Ilia Aphtsiauri <ilia.aptsiauri@gmail.com>
This commit is contained in:
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
@@ -2912,8 +2912,8 @@ importers:
|
||||
specifier: 1.3.5
|
||||
version: 1.3.5(promise-ftp-common@1.1.5)
|
||||
pyodide:
|
||||
specifier: 0.27.5
|
||||
version: 0.27.5
|
||||
specifier: 0.28.0
|
||||
version: 0.28.0
|
||||
redis:
|
||||
specifier: 4.6.14
|
||||
version: 4.6.14
|
||||
@@ -14003,8 +14003,8 @@ packages:
|
||||
pure-rand@6.0.1:
|
||||
resolution: {integrity: sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==}
|
||||
|
||||
pyodide@0.27.5:
|
||||
resolution: {integrity: sha512-nXErpLzEdtQolt+sNQ/5mKuN9XTUwhxR2MRhRhZ6oDRGpYLXrOp5+kkTPGEwK+wn1ZA8+poNmoxKTj2sq/p9og==}
|
||||
pyodide@0.28.0:
|
||||
resolution: {integrity: sha512-QML/Gh8eu50q5zZKLNpW6rgS0XUdK+94OSL54AUSKV8eJAxgwZrMebqj+CyM0EbF3EUX8JFJU3ryaxBViHammQ==}
|
||||
engines: {node: '>=18.0.0'}
|
||||
|
||||
python-struct@1.1.3:
|
||||
@@ -30312,9 +30312,9 @@ snapshots:
|
||||
|
||||
pure-rand@6.0.1: {}
|
||||
|
||||
pyodide@0.27.5:
|
||||
pyodide@0.28.0:
|
||||
dependencies:
|
||||
ws: 8.17.1
|
||||
ws: 8.18.2
|
||||
transitivePeerDependencies:
|
||||
- bufferutil
|
||||
- utf-8-validate
|
||||
|
||||
Reference in New Issue
Block a user