Update dependency pyodide to v0.27.6 (#18170)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-05-19 08:23:21 +02:00 committed by GitHub
parent 04168cf1ce
commit c40a801002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4880,9 +4880,9 @@
}
},
"node_modules/pyodide": {
"version": "0.27.5",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.27.5.tgz",
"integrity": "sha512-nXErpLzEdtQolt+sNQ/5mKuN9XTUwhxR2MRhRhZ6oDRGpYLXrOp5+kkTPGEwK+wn1ZA8+poNmoxKTj2sq/p9og==",
"version": "0.27.6",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.27.6.tgz",
"integrity": "sha512-ahiSHHs6iFKl2f8aO1wALINAlMNDLAtb44xCI87GQyH2tLDk8F8VWip3u1ZNIyglGSCYAOSFzWKwS1f9gBFVdg==",
"license": "Apache-2.0",
"dependencies": {
"ws": "^8.5.0"
@ -6061,8 +6061,8 @@
"classnames": "^2.3.2",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.0.0",
"ruff_wasm": "file:ruff_wasm",
"shared": "0.0.0",
@ -6078,7 +6078,7 @@
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"classnames": "^2.3.2",
"react": "^19.1.0",
"react": "^19.0.0",
"react-resizable-panels": "^2.1.7"
}
},
@ -6090,9 +6090,9 @@
"classnames": "^2.5.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"pyodide": "^0.27.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"pyodide": "^0.27.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.1.7",
"shared": "0.0.0",
"smol-toml": "^1.3.1",