diff --git a/package-lock.json b/package-lock.json index 8b22ca24..5f5aaac5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "material-ui-popup-state": "^5.1.2", "notistack": "^3.0.1", "object-hash": "^3.0.0", - "pyodide": "^0.25.1", + "pyodide": "^0.26.1", "react": "^17.0.2", "react-async-script": "^1.2.0", "react-copy-to-clipboard": "^5.1.0", @@ -6025,10 +6025,6 @@ "version": "1.0.2", "license": "MIT" }, - "node_modules/base-64": { - "version": "1.0.0", - "license": "MIT" - }, "node_modules/base64-js": { "version": "1.5.1", "funding": [ @@ -16924,12 +16920,14 @@ "peer": true }, "node_modules/pyodide": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.25.1.tgz", - "integrity": "sha512-y0nJ/fLA3bxD2iZRzvVTbP2O+wp4Ewm2wThfV4HF0BytQ6hsoqTJFLNY4usLOcCVBrK8TTWqFqrmsVPzHe4rsw==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.26.1.tgz", + "integrity": "sha512-P+Gm88nwZqY7uBgjbQH8CqqU6Ei/rDn7pS1t02sNZsbyLJMyE2OVXjgNuqVT3KqYWnyGREUN0DbBUCJqk8R0ew==", "dependencies": { - "base-64": "^1.0.0", "ws": "^8.5.0" + }, + "engines": { + "node": ">=18.0.0" } }, "node_modules/q": { @@ -25448,9 +25446,6 @@ "balanced-match": { "version": "1.0.2" }, - "base-64": { - "version": "1.0.0" - }, "base64-js": { "version": "1.5.1" }, @@ -32102,11 +32097,10 @@ "peer": true }, "pyodide": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.25.1.tgz", - "integrity": "sha512-y0nJ/fLA3bxD2iZRzvVTbP2O+wp4Ewm2wThfV4HF0BytQ6hsoqTJFLNY4usLOcCVBrK8TTWqFqrmsVPzHe4rsw==", + "version": "0.26.1", + "resolved": "https://registry.npmjs.org/pyodide/-/pyodide-0.26.1.tgz", + "integrity": "sha512-P+Gm88nwZqY7uBgjbQH8CqqU6Ei/rDn7pS1t02sNZsbyLJMyE2OVXjgNuqVT3KqYWnyGREUN0DbBUCJqk8R0ew==", "requires": { - "base-64": "^1.0.0", "ws": "^8.5.0" } }, diff --git a/package.json b/package.json index 27c17289..7939f75c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "material-ui-popup-state": "^5.1.2", "notistack": "^3.0.1", "object-hash": "^3.0.0", - "pyodide": "^0.25.1", + "pyodide": "^0.26.1", "react": "^17.0.2", "react-async-script": "^1.2.0", "react-copy-to-clipboard": "^5.1.0",