Skip to content

Commit 20e5558

Browse files
TypeScript Botsaschanaz
andauthored
🤖 Update core dependencies (#1635)
Co-authored-by: saschanaz <[email protected]>
1 parent 974688d commit 20e5558

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

baselines/dom.generated.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,6 +2199,8 @@ interface ARIAMixin {
21992199
ariaColSpan: string | null;
22002200
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
22012201
ariaCurrent: string | null;
2202+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription) */
2203+
ariaDescription: string | null;
22022204
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled) */
22032205
ariaDisabled: string | null;
22042206
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded) */
@@ -2926,8 +2928,11 @@ declare var AuthenticatorAssertionResponse: {
29262928
interface AuthenticatorAttestationResponse extends AuthenticatorResponse {
29272929
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/attestationObject) */
29282930
readonly attestationObject: ArrayBuffer;
2931+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getAuthenticatorData) */
29292932
getAuthenticatorData(): ArrayBuffer;
2933+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getPublicKey) */
29302934
getPublicKey(): ArrayBuffer | null;
2935+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getPublicKeyAlgorithm) */
29312936
getPublicKeyAlgorithm(): COSEAlgorithmIdentifier;
29322937
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getTransports) */
29332938
getTransports(): string[];

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)