Update dependency pyodide to v0.27.7 (#18579)

This commit is contained in:
renovate[bot] 2025-06-09 07:05:16 +02:00 committed by GitHub
parent b5a77df46f
commit 3fa5a9ff3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5218,10 +5218,10 @@
}
},
"node_modules/pyodide": {
"version": "0.27.6",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.27.6.tgz",
"integrity": "sha512-ahiSHHs6iFKl2f8aO1wALINAlMNDLAtb44xCI87GQyH2tLDk8F8VWip3u1ZNIyglGSCYAOSFzWKwS1f9gBFVdg==",
"license": "Apache-2.0",
"version": "0.27.7",
"resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.27.7.tgz",
"integrity": "sha512-RUSVJlhQdfWfgO9hVHCiXoG+nVZQRS5D9FzgpLJ/VcgGBLSAKoPL8kTiOikxbHQm1kRISeWUBdulEgO26qpSRA==",
"license": "MPL-2.0",
"dependencies": {
"ws": "^8.5.0"
},
@ -6504,7 +6504,7 @@
"classnames": "^2.5.1",
"lz-string": "^1.5.0",
"monaco-editor": "^0.52.2",
"pyodide": "^0.27.4",
"pyodide": "^0.27.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^3.0.0",