diff --git a/Server/package-lock.json b/Server/package-lock.json index 55557d6..18d8f20 100644 --- a/Server/package-lock.json +++ b/Server/package-lock.json @@ -1516,9 +1516,9 @@ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" }, "google-protobuf": { - "version": "3.11.2", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.2.tgz", - "integrity": "sha512-T4fin7lcYLUPj2ChUZ4DvfuuHtg3xi1621qeRZt2J7SvOQusOzq+sDT4vbotWTCjUXJoR36CA016LlhtPy80uQ==" + "version": "3.11.4", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.4.tgz", + "integrity": "sha512-lL6b04rDirurUBOgsY2+LalI6Evq8eH5TcNzi7TYQ3BsIWelT0KSOQSBsXuavEkNf+odQU6c0lgz3UsZXeNX9Q==" }, "growl": { "version": "1.10.5", diff --git a/Server/package.json b/Server/package.json index 56e7587..37fc67a 100644 --- a/Server/package.json +++ b/Server/package.json @@ -17,7 +17,7 @@ "eslint": "^6.6.0", "eslint-config-standard": "^14.1.0", "glob": "^7.1.6", - "google-protobuf": "^3.11.2", + "google-protobuf": "^3.11.4", "immutable": "^4.0.0-rc.12", "koa": "^2.11.0", "koa-better-router": "^2.1.1",