Ver código fonte

update gundb dep

Nikolay Suslov 4 anos atrás
pai
commit
2b200a34a9
2 arquivos alterados com 7 adições e 7 exclusões
  1. 6 6
      package-lock.json
  2. 1 1
      package.json

+ 6 - 6
package-lock.json

@@ -42,9 +42,9 @@
       "integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ=="
     },
     "@unimodules/core": {
-      "version": "5.1.0",
-      "resolved": "https://registry.npmjs.org/@unimodules/core/-/core-5.1.0.tgz",
-      "integrity": "sha512-gaamGkJ4PVwusWEfsZyPo4uhrVWPDE0BmHc/lTYfkZCv2oIAswC7gG/ULRdtZpYdwnYqFIZng+WQxwuVrJUNDw==",
+      "version": "5.1.2",
+      "resolved": "https://registry.npmjs.org/@unimodules/core/-/core-5.1.2.tgz",
+      "integrity": "sha512-iCWEbzsNHqDfL6p8FyCGPnL2EW7vdgMJsNNSlWtM/gl8kePdqZMI7aOxTC4cdRS2xm0wzxuDBtpfJkzZsKINZg==",
       "optional": true,
       "requires": {
         "compare-versions": "^3.4.0"
@@ -685,9 +685,9 @@
       "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
     },
     "gun": {
-      "version": "0.2020.421",
-      "resolved": "https://registry.npmjs.org/gun/-/gun-0.2020.421.tgz",
-      "integrity": "sha512-ys7BOwq+O8/BkQHgqYlkSPlrUK9VTu+9d45XHoIGTZT9X6WaJzF3D3Rtxr7PMMYR7AGgxaHAjt1n3VT4rW1mdg==",
+      "version": "0.2020.430",
+      "resolved": "https://registry.npmjs.org/gun/-/gun-0.2020.430.tgz",
+      "integrity": "sha512-mCRrz/VUflCGaRVOA4pTnRo5YSP5pa0lpSszqQ6offJQC9PzClvl2aofpaaHOXx5rFzw34HP/EjWZP3cxen3gQ==",
       "requires": {
         "buffer": "^5.4.3",
         "bufferutil": "^4.0.1",

+ 1 - 1
package.json

@@ -20,7 +20,7 @@
     "yargs": "15.3.1",
     "socket.io": "2.2.0",
     "lcs-reflector": "0.3",
-    "gun": "0.2020.421"
+    "gun": "0.2020.430"
   },
   "scripts": {
     "start": "node index.js",