π€ Update core dependencies (#1635)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
This commit is contained in:
Π ΠΎΠ΄ΠΈΡΠ΅Π»Ρ
974688d98e
ΠΠΎΠΌΠΌΠΈΡ
20e5558123
|
@ -2199,6 +2199,8 @@ interface ARIAMixin {
|
|||
ariaColSpan: string | null;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
|
||||
ariaCurrent: string | null;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription) */
|
||||
ariaDescription: string | null;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled) */
|
||||
ariaDisabled: string | null;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded) */
|
||||
|
@ -2926,8 +2928,11 @@ declare var AuthenticatorAssertionResponse: {
|
|||
interface AuthenticatorAttestationResponse extends AuthenticatorResponse {
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/attestationObject) */
|
||||
readonly attestationObject: ArrayBuffer;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getAuthenticatorData) */
|
||||
getAuthenticatorData(): ArrayBuffer;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getPublicKey) */
|
||||
getPublicKey(): ArrayBuffer | null;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getPublicKeyAlgorithm) */
|
||||
getPublicKeyAlgorithm(): COSEAlgorithmIdentifier;
|
||||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/AuthenticatorAttestationResponse/getTransports) */
|
||||
getTransports(): string[];
|
||||
|
|
|
@ -225,9 +225,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@mdn/browser-compat-data": {
|
||||
"version": "5.3.21",
|
||||
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.3.21.tgz",
|
||||
"integrity": "sha512-0MTNMfRvhzksN+XOtXikglAzXIiMQW1JzOZxOz0ymL7LFxX5orVdg8zrlLkgF/3s55Zb7xRadFs15LxpgtD36g==",
|
||||
"version": "5.3.22",
|
||||
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.3.22.tgz",
|
||||
"integrity": "sha512-VGaBIW9TlTopBnE9DN+EjG6isAOdGr0IHvMJpLytDq6NGvqjIW1feElACdiVM/WOBF2TEvCMLjYBK5lmBC5nXA==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@nodelib/fs.scandir": {
|
||||
|
|
ΠΠ°Π³ΡΡΠ·ΠΊΠ°β¦
Π‘ΡΡΠ»ΠΊΠ° Π² Π½ΠΎΠ²ΠΎΠΉ Π·Π°Π΄Π°ΡΠ΅