Skip to content

Commit

Permalink
fix: upgrade grpc-web from 1.0.7 to 1.5.0 (#4984)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade grpc-web from 1.0.7 to 1.5.0.

See this package in yarn:
grpc-web

See this project in Snyk:
https://app.snyk.io/org/pipecd/project/f41c5767-b506-4f59-beb9-ef662258eb9a?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Signed-off-by: t-kikuc <tkikuchi07f@gmail.com>
  • Loading branch information
2 people authored and t-kikuc committed Jul 18, 2024
1 parent 54c6a9e commit e7a8b95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"echarts": "^5.5.1",
"formik": "^2.2.9",
"google-protobuf": "^3.15.6",
"grpc-web": "^1.0.7",
"grpc-web": "^1.5.0",
"history": "^4.10.1",
"path-browserify": "^1.0.1",
"query-string": "^6.14.1",
Expand Down
8 changes: 4 additions & 4 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3850,10 +3850,10 @@ graphql@^15.3.0:
resolved "https://registry.yarnpkg.com/graphql/-/graphql-15.3.0.tgz#3ad2b0caab0d110e3be4a5a9b2aa281e362b5278"
integrity sha512-GTCJtzJmkFLWRfFJuoo9RWWa/FfamUHgiFosxi/X1Ani4AVWbeyBenZTNX6dM+7WSbbFfTo/25eh0LLkwHMw2w==

grpc-web@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/grpc-web/-/grpc-web-1.0.7.tgz#9e4fbcf63d3734515332ab59e42baa7d0d290015"
integrity sha512-Fkbz1nyvvt6GC6ODcxh9Fen6LLB3OTCgGHzHwM2Eni44SUhzqPz1UQgFp9sfBEfInOhx3yBdwo9ZLjZAmJ+TtA==
grpc-web@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/grpc-web/-/grpc-web-1.5.0.tgz#154e4007ab59a94bf7726b87ef6c5bd8815ecf6e"
integrity sha512-y1tS3BBIoiVSzKTDF3Hm7E8hV2n7YY7pO0Uo7depfWJqKzWE+SKr0jvHNIJsJJYILQlpYShpi/DRJJMbosgDMQ==

handle-thing@^2.0.0:
version "2.0.1"
Expand Down

0 comments on commit e7a8b95

Please sign in to comment.