Skip to content

Commit

Permalink
fix: requests fail (attributes is missing)
Browse files Browse the repository at this point in the history
Attributes should not be required, which is fixed in pubsub-http-handler@2.1.2.
  • Loading branch information
simenandre committed Sep 7, 2021
1 parent 6b74f6a commit 0b3689d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"@slack/web-api": "^6.4.0",
"axios": "^0.21.1",
"fastify": "^3.20.2",
"pubsub-http-handler": "^2.1.0",
"pubsub-http-handler": "^2.1.2",
"runtypes": "^6.3.2"
},
"lint-staged": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -3632,10 +3632,10 @@ psl@^1.1.33:
resolved "https://registry.yarnpkg.com/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==

pubsub-http-handler@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/pubsub-http-handler/-/pubsub-http-handler-2.1.0.tgz#1b653d6c390ec558818173f3fded120da412d5bc"
integrity sha512-Dy0pFUvS8DsE5uFQ1HwyrcMZMhEoaBbYPqdOrt6VvVxAi/ycAu0KmMXNGcqXRuvquVjyHozYNXYG4Ar6m46o2A==
pubsub-http-handler@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/pubsub-http-handler/-/pubsub-http-handler-2.1.2.tgz#111bff5474a58c0f3628b4ddd2f1fb53d8ce68bc"
integrity sha512-iEZj1UrwHoNOC7FQ38cq3GbMWrmD36s2e+dfqy04ejq2OWQ4Rqk+1ZqyAdNAUl2Qr7AzlwXZ4+IeTXcM34q7lA==
dependencies:
"@sinclair/typebox" "^0.12.7"
"@types/express" "^4.17.13"
Expand Down

0 comments on commit 0b3689d

Please sign in to comment.