-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(deps): update dependencies #589
Conversation
d7513f0
to
a3368dd
Compare
a3368dd
to
12ff14c
Compare
e39f1c0
to
ee221c9
Compare
e868638
to
e28ec5d
Compare
4b03d6b
to
9fc894e
Compare
9fc894e
to
0c66342
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@@ -16695,7 +16355,7 @@ | |||
return; | |||
} | |||
const secWSAccept = response.headersList.get("Sec-WebSocket-Accept"); | |||
const digest = crypto4.createHash("sha1").update(keyValue + uid).digest("base64"); | |||
const digest = crypto.createHash("sha1").update(keyValue + uid).digest("base64"); |
Check failure
Code scanning / CodeQL
Use of a broken or weak cryptographic algorithm High
A broken or weak cryptographic algorithm
sensitive data from an access to uid
A broken or weak cryptographic algorithm
sensitive data from an access to uid
Copilot Autofix AI 3 months ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
🎉 This PR is included in version 1.20.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This PR contains the following updates:
1.10.1
->1.11.1
3.645.0
->3.665.0
3.645.0
->3.665.0
2.1.5
->2.1.9
5.55.2
->5.59.0
29.5.12
->29.5.13
4.17.7
->4.17.10
18.3.5
->18.3.11
18.3.5
->18.3.11
1.1.27
->1.1.29
13.14.2
->13.15.0
1.1.12
->1.1.19
9.10.0
->9.12.0
7.35.2
->7.37.1
9.1.5
->9.1.6
19.6.5
->19.8.4
1.1.27
->1.1.29
0.6.6
->0.6.8
6.26.1
->6.26.2
3.4.10
->3.4.13
8.2.4
->8.3.0
5.5.4
->5.6.2
8.4.0
->8.8.0
5.4.6
->5.4.8
Release Notes
actions/toolkit (@actions/core)
v1.11.1
crypto.randomUUID
on Node 18 and earlier #1842v1.11.0
uuid
package #1824aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
v3.665.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.664.0
Compare Source
Features
v3.663.0
Compare Source
Features
v3.662.0
Compare Source
Bug Fixes
3.658.1 (2024-09-25)
Bug Fixes
v3.658.1
Compare Source
Bug Fixes
v3.658.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.657.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.654.0
Compare Source
Features
3.651.1 (2024-09-13)
Note: Version bump only for package @aws-sdk/client-s3
v3.651.1
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.651.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.650.0
Compare Source
Note: Version bump only for package @aws-sdk/client-s3
v3.649.0
Compare Source
Features
aws/aws-sdk-js-v3 (@aws-sdk/s3-request-presigner)
v3.665.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.664.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.663.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.662.0
Compare Source
Bug Fixes
3.658.1 (2024-09-25)
Bug Fixes
v3.658.1
Compare Source
Bug Fixes
v3.658.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.657.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.654.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
3.651.1 (2024-09-13)
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.651.1
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.651.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.650.0
Compare Source
Note: Version bump only for package @aws-sdk/s3-request-presigner
v3.649.0
Compare Source
Features
tailwindlabs/headlessui (@headlessui/react)
v2.1.9
Compare Source
Fixed
Element
is available before polyfilling to prevent crashes in non-browser environments (#3493)instanceof HTMLElement
in some environments (#3494)process
in Combobox component when using virtualization (#3495)v2.1.8
Compare Source
Fixed
as={Fragment}
onMenuButton
,ListboxButton
,DisclosureButton
orButton
components (#3478)v2.1.7
Compare Source
Fixed
Element.prototype.getAnimations
is not available (#3473)v2.1.6
Compare Source
Fixed
ListboxOptions
being incorrectly marked asinert
(#3466)DisclosureButton
inside of aDisclosurePanel
when theDisclosure
is open by default (#3465)TanStack/query (@tanstack/react-query)
v5.59.0
Compare Source
Version 5.59.0 - 10/1/24, 3:45 PM
Changes
Feat
React.use()
(#7988) (18953be
) by @KATTDocs
55a6155
) by Gaurav Kumar9227fd3
) by Morteza68ca717
) by ArnoudOther
c12587a
) by @laurentlahmyPackages
v5.56.2
Compare Source
Version 5.56.2 - 9/12/24, 6:05 PM
Changes
Fix
7624785
) by Dominik DorfmeisterPackages
v5.56.1
Compare Source
Version 5.56.1 - 9/12/24, 2:38 PM
Changes
Fix
a106d63
) by EL AYADI MohamedChore
6a17069
) by Dominik DorfmeisterPackages
v5.56.0
Compare Source
Version 5.56.0 - 9/12/24, 9:56 AM
Changes
Feat
edec4a6
) by Dominik DorfmeisterDocs
select
(#8041) (9608f80
) by @DogPawHatPackages
v5.55.4
Compare Source
Version 5.55.4 - 9/9/24, 6:38 AM
Changes
Fix
2c1be7b
) by @manudeliPackages
v5.55.3
Compare Source
Version 5.55.3 - 9/9/24, 6:16 AM
Changes
Fix
JSON.stringify
withreplaceDeepEqual
in structural sharing integrity check (#8030) (1bffc78
) by jxomChore
d58cf08
) by ArnoudDocs
9b78527
) by Cyril LeclercqPackages
oven-sh/bun (bun-types)
v1.1.29
Compare Source
v1.1.28
Compare Source
cypress-io/cypress (cypress)
v13.15.0
Compare Source
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0
elysiajs/elysia (elysia)
v1.1.19
Compare Source
Bug fix:
error
from derive/resolvev1.1.18
Compare Source
Breaking change:
formdata
ELYSIA_RESPONSE
symbolerror
now useclass ElysiaCustomStatusResponse
instead of plain objectImprovement:
object type
response mapping performancev1.1.17
[Compare Source](https://redirect.github.com/elysiajs/elysia/compare
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.