bump311
filip mertens 4 years ago committed by Aniket
parent f078366d56
commit cc062198d3
  1. 4
      package-lock.json
  2. 14
      package.json

4
package-lock.json generated

@ -16954,7 +16954,7 @@
"express-ws": { "express-ws": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/express-ws/-/express-ws-4.0.0.tgz", "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": { "requires": {
"ws": "^5.2.0" "ws": "^5.2.0"
}, },
@ -16962,7 +16962,7 @@
"ws": { "ws": {
"version": "5.2.2", "version": "5.2.2",
"resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.2.tgz",
"integrity": "sha1-3/7xSGa46NyRM1glFNG++vlumA8=", "integrity": "sha512-jaHFD6PFv6UgoIVda6qZllptQsMlDEJkTQcybzzXDYM1XO9Y8em691FGMPmM46WGyLU4z9KMgQN+qrux/nhlHA==",
"requires": { "requires": {
"async-limiter": "~1.0.0" "async-limiter": "~1.0.0"
} }

@ -130,13 +130,13 @@
}, },
"dependencies": { "dependencies": {
"@erebos/bzz-node": "^0.13.0", "@erebos/bzz-node": "^0.13.0",
"@remixproject/engine": "^0.3.11-alpha.2", "@remixproject/engine": "^0.3.11-alpha.3",
"@remixproject/engine-web": "^0.3.11-alpha.2", "@remixproject/engine-web": "^0.3.11-alpha.3",
"@remixproject/plugin": "^0.3.11-alpha.2", "@remixproject/plugin": "^0.3.11-alpha.3",
"@remixproject/plugin-api": "^0.3.11-alpha.2", "@remixproject/plugin-api": "^0.3.11-alpha.3",
"@remixproject/plugin-utils": "^0.3.11-alpha.2", "@remixproject/plugin-utils": "^0.3.11-alpha.3",
"@remixproject/plugin-webview": "^0.3.11-alpha.2", "@remixproject/plugin-webview": "^0.3.11-alpha.3",
"@remixproject/plugin-ws": "^0.3.11-alpha.2", "@remixproject/plugin-ws": "^0.3.11-alpha.3",
"@types/jest": "^26.0.5", "@types/jest": "^26.0.5",
"@types/tape": "^4.2.33", "@types/tape": "^4.2.33",
"ansi-gray": "^0.1.1", "ansi-gray": "^0.1.1",

Loading…
Cancel
Save