Skip to content

Commit 0046d2f

Browse files
authored
🤖 Update core dependencies
1 parent 5ea2fe8 commit 0046d2f

File tree

2 files changed

+70
-60
lines changed

2 files changed

+70
-60
lines changed

baselines/dom.generated.d.ts

+10
Original file line numberDiff line numberDiff line change
@@ -2639,6 +2639,16 @@ declare var CDATASection: {
26392639
new(): CDATASection;
26402640
};
26412641

2642+
interface CSPViolationReportBody extends ReportBody {
2643+
readonly effectiveDirective: string;
2644+
readonly statusCode: number;
2645+
}
2646+
2647+
declare var CSPViolationReportBody: {
2648+
prototype: CSPViolationReportBody;
2649+
new(): CSPViolationReportBody;
2650+
};
2651+
26422652
interface CSSAnimation extends Animation {
26432653
readonly animationName: string;
26442654
addEventListener<K extends keyof AnimationEventMap>(type: K, listener: (this: CSSAnimation, ev: AnimationEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;

package-lock.json

+60-60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)