Skip to content

Commit

Permalink
feat: Support hot-shots 10 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored May 24, 2023
1 parent 950f5ce commit 6c4a602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"@types/node": "16.18.12",
"datadog-lambda-js": "6.84.0",
"dd-trace": "3.9.3",
"hot-shots": "9.3.0",
"hot-shots": "10.0.0",
"skuba": "6.2.0"
},
"peerDependencies": {
"datadog-lambda-js": "6.x",
"hot-shots": "6.x || 7.x || 8.x || 9.x"
"hot-shots": "6.x || 7.x || 8.x || 9.x || 10.x"
},
"peerDependenciesMeta": {
"datadog-lambda-js": {
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3748,20 +3748,20 @@ hosted-git-info@^6.0.0:
dependencies:
lru-cache "^7.5.1"

[email protected]:
version "10.0.0"
resolved "https://registry.yarnpkg.com/hot-shots/-/hot-shots-10.0.0.tgz#d360f9dd252da78297aca1cb08fd84a8936739c2"
integrity sha512-uy/uGpuJk7yuyiKRfZMBNkF1GAOX5O2ifO9rDCaX9jw8fu6eW9QeWC7WRPDI+O98frW1HQgV3+xwjWsZPECIzQ==
optionalDependencies:
unix-dgram "2.x"

[email protected]:
version "8.5.0"
resolved "https://registry.yarnpkg.com/hot-shots/-/hot-shots-8.5.0.tgz#860246a3694dfb74cfe6045501eb59fb57e16eb9"
integrity sha512-GNXtNSxa9qibcPhi3gndyN5g14iBJS+/DDlu7hjSPfXYJy9/fcO13DgSyfPUVWrD/aIyPY36z7MksHvDe05zYg==
optionalDependencies:
unix-dgram "2.0.x"

[email protected]:
version "9.3.0"
resolved "https://registry.yarnpkg.com/hot-shots/-/hot-shots-9.3.0.tgz#1a0b54b81d9efb27af96a971befe343908b0397b"
integrity sha512-e4tgWptiBvlIMnAX0ORe+dNEt0HznD+T2ckzXDUwCBsU7uWr2mwq5UtoT+Df5r9hD5S/DuP8rTxJUQvqAFSFKA==
optionalDependencies:
unix-dgram "2.x"

html-escaper@^2.0.0:
version "2.0.2"
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
Expand Down

0 comments on commit 6c4a602

Please sign in to comment.