Update dependency pyodide to v0.27.5 (#17250)

This commit is contained in:
renovate[bot] 2025-04-06 22:01:57 -04:00 committed by GitHub
parent 7dc6583f9f
commit a038c2e662
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@
"classnames": "^2.5.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"pyodide": "^0.27.4",
"pyodide": "^0.27.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.1.7",
@ -4908,9 +4908,9 @@
}
},
"node_modules/pyodide": {
"version": "0.27.4",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.27.4.tgz",
"integrity": "sha512-2y3ySHCBmyzYDUlB939SaU3n7RxYQxwnGHgdakW/CPrNFX2L9fC+4nfJWQJH8a0ruQa8bBZSKCImMt/cq15RiQ==",
"version": "0.27.5",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.27.5.tgz",
"integrity": "sha512-nXErpLzEdtQolt+sNQ/5mKuN9XTUwhxR2MRhRhZ6oDRGpYLXrOp5+kkTPGEwK+wn1ZA8+poNmoxKTj2sq/p9og==",
"license": "Apache-2.0",
"dependencies": {
"ws": "^8.5.0"