Skip to content

Commit

Permalink
fix(deps): update dependency pubsub-http-handler to v6 (#223)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent 4267966 commit b34a7e1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@slack/web-api": "^6.7.2",
"fastify": "^4.13.0",
"pubsub-http-handler": "^5.0.0",
"pubsub-http-handler": "^6.0.0",
"runtypes": "^6.5.1",
"ts-invariant": "^0.10.3",
"undici": "^5.22.0"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@
dependencies:
fast-json-stringify "^5.7.0"

"@fastify/type-provider-typebox@^3.2.0":
"@fastify/type-provider-typebox@^3.3.0":
version "3.3.0"
resolved "https://registry.yarnpkg.com/@fastify/type-provider-typebox/-/type-provider-typebox-3.3.0.tgz#898c1a5fafef0f52550ff6c8d77c4e0b2fb97c6d"
integrity sha512-CJ4bhrx2FurljP7zIR1pIGlSzf3ChSm65p5MyKUR74CT4Ft5gcqrZg6FNq4mOCtMegmgUL7Z0Ly762aIHp5ZWw==
Expand Down Expand Up @@ -664,10 +664,10 @@
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.27.8.tgz#6667fac16c436b5434a387a34dedb013198f6e6e"
integrity sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==

"@sinclair/typebox@^0.28.0":
version "0.28.20"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.28.20.tgz#978652a10ced0102aec86e8e088837ab7d0d5871"
integrity sha512-QCF3BGfacwD+3CKhGsMeixnwOmX4AWgm61nKkNdRStyLVu0mpVFYlDSY8gVBOOED1oSwzbJauIWl/+REj8K5+w==
"@sinclair/typebox@^0.29.4":
version "0.29.4"
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.29.4.tgz#88bcfbd6252ae935dec45022e2c98d6fd9d0c643"
integrity sha512-XSEM1jjL9CPI4pZ0RZs84Oq+jcONXFHljufxrp70rTYTbslDuYDj1wnDCzDb3XC9Tf5C36sGO1Fu7VFXXDTgFw==

"@sinonjs/commons@^3.0.0":
version "3.0.0"
Expand Down Expand Up @@ -3495,13 +3495,13 @@ proxy-addr@^2.0.7:
forwarded "0.2.0"
ipaddr.js "1.9.1"

pubsub-http-handler@^5.0.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/pubsub-http-handler/-/pubsub-http-handler-5.1.0.tgz#3be02667fb66c9deceeeec04a98c9b87e1d3c194"
integrity sha512-IxHFUhC3JcWzsIPzbuteaoDYQ0hV9X+nCACwLAtBTga5seR/ZhKyGqTiQCq7Ha2rL8baz8qczVmQRKHBgfgIfQ==
pubsub-http-handler@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/pubsub-http-handler/-/pubsub-http-handler-6.0.0.tgz#eebf3112076ee40d6e6cc2a416577b33c9f9663d"
integrity sha512-mu5RIL/fw9nCK830HAVclILsHxydKTaxtbD7skww38yJP/sPv4svhMbrPV9f5OOM2XfJkOckxEztfCWuR4S3vA==
dependencies:
"@fastify/type-provider-typebox" "^3.2.0"
"@sinclair/typebox" "^0.28.0"
"@fastify/type-provider-typebox" "^3.3.0"
"@sinclair/typebox" "^0.29.4"
"@types/express" "^4.17.13"
fastify "^4.0.1"
fastify-plugin "^4.2.0"
Expand Down

0 comments on commit b34a7e1

Please sign in to comment.