Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 10, 2020
1 parent 7a6a4a3 commit af035ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build:prod": "ng build api --prod"
},
"dependencies": {
"@grpc/proto-loader": "^0.5.3",
"@grpc/proto-loader": "0.5.3",
"@godaddy/terminus": "4.3.1",
"@nestjs/common": "6.10.14",
"@nestjs/core": "6.10.14",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"@scullyio/ng-lib": "0.0.8",
"eva-icons": "1.1.2",
"firebase": "7.6.2",
"google-protobuf": "^3.11.2",
"grpc-web": "^1.0.7",
"google-protobuf": "3.11.2",
"grpc-web": "1.0.7",
"ngx-auto-unsubscribe": "3.0.1",
"prismjs": "1.18.0",
"reflect-metadata": "0.1.13",
Expand All @@ -108,7 +108,7 @@
"@schematics/angular": "9.0.0-rc.8",
"@scullyio/init": "0.0.11",
"@scullyio/scully": "0.0.53",
"@types/google-protobuf": "^3.7.2",
"@types/google-protobuf": "3.7.2",
"@types/jest": "24.0.25",
"@types/node": "13.1.6",
"codecov": "3.6.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1485,7 +1485,7 @@
dependencies:
semver "^6.2.0"

"@grpc/[email protected]", "@grpc/proto-loader@^0.5.0", "@grpc/proto-loader@^0.5.1", "@grpc/proto-loader@^0.5.3":
"@grpc/[email protected]", "@grpc/proto-loader@^0.5.0", "@grpc/proto-loader@^0.5.1":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@grpc/proto-loader/-/proto-loader-0.5.3.tgz#a233070720bf7560c4d70e29e7950c72549a132c"
integrity sha512-8qvUtGg77G2ZT2HqdqYoM/OY97gQd/0crSG34xNmZ4ZOsv3aQT/FQV9QfZPazTGna6MIoyUd+u6AxsoZjJ/VMQ==
Expand Down Expand Up @@ -2279,7 +2279,7 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/google-protobuf@^3.7.2":
"@types/[email protected]":
version "3.7.2"
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.7.2.tgz#cd8a360c193ce4d672575a20a79f49ba036d38d2"
integrity sha512-ifFemzjNchFBCtHS6bZNhSZCBu7tbtOe0e8qY0z2J4HtFXmPJjm6fXSaQsTG7yhShBEZtt2oP/bkwu5k+emlkQ==
Expand Down Expand Up @@ -8207,7 +8207,7 @@ google-p12-pem@^2.0.0:
dependencies:
node-forge "^0.9.0"

google-protobuf@^3.11.2:
[email protected]:
version "3.11.2"
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.11.2.tgz#43272974521a5cec35a21f62730cf517a5a8e38c"
integrity sha512-T4fin7lcYLUPj2ChUZ4DvfuuHtg3xi1621qeRZt2J7SvOQusOzq+sDT4vbotWTCjUXJoR36CA016LlhtPy80uQ==
Expand Down Expand Up @@ -8239,7 +8239,7 @@ growly@^1.3.0:
resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081"
integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE=

grpc-web@^1.0.7:
[email protected]:
version "1.0.7"
resolved "https://registry.yarnpkg.com/grpc-web/-/grpc-web-1.0.7.tgz#9e4fbcf63d3734515332ab59e42baa7d0d290015"
integrity sha512-Fkbz1nyvvt6GC6ODcxh9Fen6LLB3OTCgGHzHwM2Eni44SUhzqPz1UQgFp9sfBEfInOhx3yBdwo9ZLjZAmJ+TtA==
Expand Down

0 comments on commit af035ca

Please sign in to comment.