diff --git a/package-lock.json b/package-lock.json index c921c01632..aab0c0643d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16954,7 +16954,7 @@ "express-ws": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/express-ws/-/express-ws-4.0.0.tgz", - "integrity": "sha1-2r2NyXRRZBiQKkH+bjDtlJtNNsQ=", + "integrity": "sha512-KEyUw8AwRET2iFjFsI1EJQrJ/fHeGiJtgpYgEWG3yDv4l/To/m3a2GaYfeGyB3lsWdvbesjF5XCMx+SVBgAAYw==", "requires": { "ws": "^5.2.0" }, @@ -16962,7 +16962,7 @@ "ws": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", - "integrity": "sha1-3/7xSGa46NyRM1glFNG++vlumA8=", + "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==", "requires": { "async-limiter": "~1.0.0" } diff --git a/package.json b/package.json index 0409175141..1023a21716 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@remixproject/engine": "^0.3.11-alpha.2", - "@remixproject/engine-web": "^0.3.11-alpha.2", - "@remixproject/plugin": "^0.3.11-alpha.2", - "@remixproject/plugin-api": "^0.3.11-alpha.2", - "@remixproject/plugin-utils": "^0.3.11-alpha.2", - "@remixproject/plugin-webview": "^0.3.11-alpha.2", - "@remixproject/plugin-ws": "^0.3.11-alpha.2", + "@remixproject/engine": "^0.3.11-alpha.3", + "@remixproject/engine-web": "^0.3.11-alpha.3", + "@remixproject/plugin": "^0.3.11-alpha.3", + "@remixproject/plugin-api": "^0.3.11-alpha.3", + "@remixproject/plugin-utils": "^0.3.11-alpha.3", + "@remixproject/plugin-webview": "^0.3.11-alpha.3", + "@remixproject/plugin-ws": "^0.3.11-alpha.3", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1",