mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 12:19:10 +00:00
build(deps): bump google-protobuf from 3.11.2 to 3.11.3 in /Server
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.11.2...v3.11.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
0e70e2590b
commit
49faadb598
2 changed files with 11 additions and 4 deletions
13
Server/package-lock.json
generated
13
Server/package-lock.json
generated
|
@ -283,6 +283,13 @@
|
|||
"requires": {
|
||||
"@improbable-eng/grpc-web": "0.12.0",
|
||||
"google-protobuf": "3.11.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"google-protobuf": {
|
||||
"version": "3.11.2",
|
||||
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.2.tgz",
|
||||
"integrity": "sha512-T4fin7lcYLUPj2ChUZ4DvfuuHtg3xi1621qeRZt2J7SvOQusOzq+sDT4vbotWTCjUXJoR36CA016LlhtPy80uQ=="
|
||||
}
|
||||
}
|
||||
},
|
||||
"@types/color-name": {
|
||||
|
@ -1522,9 +1529,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.3",
|
||||
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.11.3.tgz",
|
||||
"integrity": "sha512-Sp8E+0AJLxmiPwAk9VH3MkYAmYYheNUhywIyXOS7wvRkqbIYcHtGzJzIYicNqYsqgKmY35F9hxRkI+ZTqTB4Tg=="
|
||||
},
|
||||
"has": {
|
||||
"version": "1.0.3",
|
||||
|
|
|
@ -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.3",
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"koa": "^2.11.0",
|
||||
"koa-better-router": "^2.1.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue