Manually update to idl@3.38.2, bcd@5.3.16 (#1622)

Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
This commit is contained in:
Kagami Sascha Rosylight 2023-09-19 09:57:51 +02:00 коммит произвёл GitHub
Родитель 9a39f1049c
Коммит bc29ad7f9e
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 215 добавлений и 69 удалений

40
baselines/dom.generated.d.ts поставляемый
Просмотреть файл

@ -1415,8 +1415,8 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
jitterBufferDelay?: number;
jitterBufferEmittedCount?: number;
keyFramesDecoded?: number;
kind: string;
lastPacketReceivedTimestamp?: DOMHighResTimeStamp;
mid?: string;
nackCount?: number;
packetsDiscarded?: number;
pliCount?: number;
@ -1431,6 +1431,7 @@ interface RTCInboundRtpStreamStats extends RTCReceivedRtpStreamStats {
totalSamplesDuration?: number;
totalSamplesReceived?: number;
totalSquaredInterFrameDelay?: number;
trackIdentifier: string;
}
interface RTCLocalSessionDescriptionInit {
@ -1466,6 +1467,7 @@ interface RTCOutboundRtpStreamStats extends RTCSentRtpStreamStats {
retransmittedBytesSent?: number;
retransmittedPacketsSent?: number;
rid?: string;
rtxSsrc?: number;
targetBitrate?: number;
totalEncodeTime?: number;
totalEncodedBytesTarget?: number;
@ -3864,6 +3866,8 @@ interface CSSStyleDeclaration {
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/background-size) */
backgroundSize: string;
baselineShift: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/baseline-source) */
baselineSource: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/block-size) */
blockSize: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/border) */
@ -4320,6 +4324,8 @@ interface CSSStyleDeclaration {
objectPosition: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset) */
offset: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-anchor) */
offsetAnchor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-distance) */
offsetDistance: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/offset-path) */
@ -5492,6 +5498,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
@ -22054,6 +22062,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
@ -22066,6 +22092,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*

32
baselines/serviceworker.generated.d.ts поставляемый
Просмотреть файл

@ -1534,6 +1534,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
@ -5182,6 +5184,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
@ -5194,6 +5214,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*

32
baselines/sharedworker.generated.d.ts поставляемый
Просмотреть файл

@ -1506,6 +1506,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
@ -4993,6 +4995,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
@ -5005,6 +5025,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*

32
baselines/webworker.generated.d.ts поставляемый
Просмотреть файл

@ -1670,6 +1670,8 @@ interface CanvasTextDrawingStyles {
textAlign: CanvasTextAlign;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
textBaseline: CanvasTextBaseline;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textRendering) */
textRendering: CanvasTextRendering;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
wordSpacing: string;
}
@ -5530,6 +5532,24 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/actualBoundingBoxRight)
*/
readonly actualBoundingBoxRight: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/alphabeticBaseline)
*/
readonly alphabeticBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightAscent)
*/
readonly emHeightAscent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/emHeightDescent)
*/
readonly emHeightDescent: number;
/**
* Returns the measurement described below.
*
@ -5542,6 +5562,18 @@ interface TextMetrics {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/fontBoundingBoxDescent)
*/
readonly fontBoundingBoxDescent: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/hangingBaseline)
*/
readonly hangingBaseline: number;
/**
* Returns the measurement described below.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextMetrics/ideographicBaseline)
*/
readonly ideographicBaseline: number;
/**
* Returns the measurement described below.
*

Просмотреть файл

@ -225,6 +225,7 @@
// https://searchfox.org/mozilla-central/source/dom/webidl/MediaStream.webidl
// https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/MediaDevices.idl
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/devtools-frontend/src/node_modules/@webref/idl/screen-capture.idl
"monitorTypeSurfaces": null,
"selfBrowserSurface": null,
"surfaceSwitching": null,
"systemAudio": null
@ -448,18 +449,27 @@
}
}
},
"PopStateEventInit": {
"members": {
"member": {
"hasUAVisualTransition": null // Blink only as of 2023-09
}
}
},
"PublicKeyCredentialCreationOptions": {
"members": {
"member": {
"attestationFormats": null // No implementation as of 2022-10
"attestationFormats": null, // No implementation as of 2023-09
"hints": null // No implementation as of 2023-09
}
}
},
"PublicKeyCredentialRequestOptions": {
"members": {
"member": {
"attestation": null, // No implementation as of 2022-10
"attestationFormats": null // No implementation as of 2022-10
"attestation": null, // No implementation as of 2023-09
"attestationFormats": null, // No implementation as of 2023-09
"hints": null // // No implementation as of 2023-09
}
}
},
@ -467,10 +477,11 @@
"RequestInit": {
"members": {
"member": {
"duplex": null, // Blink only as of 2022-09
"priority": null, // Corresponds to Request#priority, no implementation as of 2022-09,
"privateToken": null, // Blink only as of 2023-03 (but not enabled there either)
"attributionReporting": null // No implementation as of 2023-04
"attributionReporting": null, // No implementation as of 2023-04
"duplex": null, // Blink only as of 2023-09
"priority": null, // Blink only as of 2023-09,
"privateToken": null, // Blink only as of 2023-09
"targetAddressSpace": null // Blink only as of 2023-09
}
}
},
@ -522,34 +533,34 @@
// https://searchfox.org/mozilla-central/source/dom/webidl/RTCStatsReport.webidl
// https://searchfox.org/wubkat/source/Source/WebCore/Modules/mediastream/RTCStatsReport.idl
// https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/stats/rtcstats_objects.cc
"fecBytesReceived": null, // No implementation as of 2023-06
"framesAssembledFromMultiplePackets": null, // Blink only as of 2022-10
"framesRendered": null, // No implementation as of 2022-12
"freezeCount": null, // Blink only as of 2022-10
"jitterBufferMinimumDelay": null, // Blink only as of 2022-10
"jitterBufferTargetDelay": null, // Blink only as of 2022-10
"mid": null, // Blink only as of 2022-10
"pauseCount": null, // Blink only as of 2022-10
"playoutId": null, // No implementation as of 2022-09
"powerEfficientDecoder": null, // No implementation as of 2022-09
"retransmittedBytesReceived": null, // Blink only as of 2023-05
"retransmittedPacketsReceived": null, // Blink only as of 2023-05
"totalAssemblyTime": null, // Blink only as of 2022-10
"totalFreezesDuration": null, // Blink only as of 2022-10
"totalPausesDuration": null, // Blink only as of 2022-10
"trackIdentifier": null // No implementation as of 2022-09
"fecBytesReceived": null, // Blink only as of 2023-09
"fecSsrc": null, // Blink only as of 2023-09
"framesAssembledFromMultiplePackets": null, // Blink only as of 2023-09
"framesRendered": null, // No implementation as of 2023-09
"freezeCount": null, // Blink only as of 2023-09
"jitterBufferMinimumDelay": null, // Blink only as of 2023-09
"jitterBufferTargetDelay": null, // Blink only as of 2023-09
"pauseCount": null, // Blink only as of 2023-09
"playoutId": null, // Blink only as of 2023-09
"powerEfficientDecoder": null, // Blink only as of 2023-09
"retransmittedBytesReceived": null, // Blink only as of 2023-09
"retransmittedPacketsReceived": null, // Blink only as of 2023-09
"rtxSsrc": null, // Blink only as of 2023-09
"totalAssemblyTime": null, // Blink only as of 2023-09
"totalFreezesDuration": null, // Blink only as of 2023-09
"totalPausesDuration": null // Blink only as of 2023-09
}
}
},
"RTCOutboundRtpStreamStats": {
"members": {
"member": {
"active": null, // Blink only as of 2022-10
"mid": null, // Blink only as of 2022-10
"powerEfficientEncoder": null, // No implementation as of 2022-10
"qualityLimitationReason": null, // Blink only as of 2022-09
"qualityLimitationDurations": null, // Blink only as of 2022-09
"scalabilityMode": null, // No implementation as of 2022-12
"active": null, // Blink only as of 2023-09
"mid": null, // Blink only as of 2023-09
"powerEfficientEncoder": null, // Blink only as of 2023-09
"qualityLimitationReason": null, // Blink only as of 2023-09
"qualityLimitationDurations": null, // Blink only as of 2023-09
"scalabilityMode": null, // Blink only as of 2023-09
"encoderImplementation": null // Blink only as of 2022-09
}
}
@ -600,9 +611,10 @@
"VideoEncoderEncodeOptions": {
"members": {
"member": {
"av1": null, // Blink only as of 2023-04
"avc": null, // No implementation as of 2023-05
"vp9": null // Blink only as of 2023-03
"av1": null, // Blink only as of 2023-09
"avc": null, // Blink only as of 2023-09
"hevc": null, // No implementation as of 2023-09
"vp9": null // Blink only as of 2023-09
}
}
},

72
package-lock.json сгенерированный
Просмотреть файл

@ -113,9 +113,9 @@
}
},
"node_modules/@eslint/js": {
"version": "8.47.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz",
"integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==",
"version": "8.49.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz",
"integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==",
"dev": true,
"engines": {
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
@ -168,9 +168,9 @@
}
},
"node_modules/@humanwhocodes/config-array": {
"version": "0.11.10",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
"integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
"version": "0.11.11",
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz",
"integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==",
"dev": true,
"dependencies": {
"@humanwhocodes/object-schema": "^1.2.1",
@ -223,9 +223,9 @@
"dev": true
},
"node_modules/@mdn/browser-compat-data": {
"version": "5.3.10",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.3.10.tgz",
"integrity": "sha512-Eh5hbchkqiA/gn3m6Z2k2tIQIcNocT+NnZkbrJTT3aGLRnNYAg+VVT2k7+oHTKDYr+2sJZewrdNMFXwueypujg==",
"version": "5.3.16",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.3.16.tgz",
"integrity": "sha512-b0kKg2weqKDLI+Ai5+tocgUEIidccdSfzUndbS2YnwIp5aVvd3M0D+DCcbrsSOSgMyrV9QKMqogtqMIjKwvDxw==",
"dev": true
},
"node_modules/@nodelib/fs.scandir": {
@ -529,9 +529,9 @@
}
},
"node_modules/@octokit/rest/node_modules/node-fetch": {
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
"dev": true,
"dependencies": {
"whatwg-url": "^5.0.0"
@ -616,9 +616,9 @@
"dev": true
},
"node_modules/@types/json-schema": {
"version": "7.0.12",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz",
"integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==",
"version": "7.0.13",
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.13.tgz",
"integrity": "sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==",
"dev": true
},
"node_modules/@types/keyv": {
@ -631,9 +631,9 @@
}
},
"node_modules/@types/node": {
"version": "18.17.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.5.tgz",
"integrity": "sha512-xNbS75FxH6P4UXTPUJp/zNPq6/xsfdJKussCWNOnz4aULWIRwMgP1LgaB5RiBnMX1DPCYenuqGZfnIAx5mbFLA==",
"version": "18.17.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.17.17.tgz",
"integrity": "sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==",
"dev": true
},
"node_modules/@types/prettier": {
@ -652,9 +652,9 @@
}
},
"node_modules/@types/semver": {
"version": "7.5.0",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.0.tgz",
"integrity": "sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==",
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.2.tgz",
"integrity": "sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==",
"dev": true
},
"node_modules/@types/webidl2": {
@ -874,9 +874,9 @@
}
},
"node_modules/@webref/css": {
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/@webref/css/-/css-6.6.2.tgz",
"integrity": "sha512-BtX/sMtWl6eJfspxTQfmINpSEP/BvwQz1OL1FEiPffRDRZVEP9s4Nf/pyf16o9j/1SEj1LmevUCHABzSsktDvQ==",
"version": "6.7.1",
"resolved": "https://registry.npmjs.org/@webref/css/-/css-6.7.1.tgz",
"integrity": "sha512-IfAjuePmlA35h4pttVyvgNIvr+KE3JxDWwI4rJkS3A0JMRLdrY9fO5bV8wq7GN2KpAxMpUHyNKZOgAKuZyV7MQ==",
"dev": true,
"peerDependencies": {
"css-tree": "^2.3.1"
@ -889,12 +889,12 @@
"dev": true
},
"node_modules/@webref/idl": {
"version": "3.37.1",
"resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.37.1.tgz",
"integrity": "sha512-ZCpxBU7qTu6pBtdpEoMcwXkXE6x7G2bSOlGdlPfvNJTNC0F6PgahAXIIbq+KqZNWgKZ6IdMUpBZparSf2Co6ww==",
"version": "3.38.2",
"resolved": "https://registry.npmjs.org/@webref/idl/-/idl-3.38.2.tgz",
"integrity": "sha512-sJ8vIAxM31atoAhP755jrd5UeFW1YQnR5PWe5ZPfl+S7SbwmsQncvZ05gkkUPtElPrQ0OwZ+UC0LSeQSXChZLQ==",
"dev": true,
"peerDependencies": {
"webidl2": "^24.4.0"
"webidl2": "^24.4.1"
}
},
"node_modules/acorn": {
@ -1614,16 +1614,16 @@
}
},
"node_modules/eslint": {
"version": "8.47.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz",
"integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==",
"version": "8.49.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz",
"integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==",
"dev": true,
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint/eslintrc": "^2.1.2",
"@eslint/js": "^8.47.0",
"@humanwhocodes/config-array": "^0.11.10",
"@eslint/js": "8.49.0",
"@humanwhocodes/config-array": "^0.11.11",
"@humanwhocodes/module-importer": "^1.0.1",
"@nodelib/fs.walk": "^1.2.8",
"ajv": "^6.12.4",
@ -3852,9 +3852,9 @@
}
},
"node_modules/typescript": {
"version": "5.1.6",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
"version": "5.2.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
"integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
"dev": true,
"bin": {
"tsc": "bin/tsc",