From 2124a40f13c427dfc0ae62f4d89a2d36e1855cfc Mon Sep 17 00:00:00 2001 From: splincode Date: Fri, 28 Jun 2024 21:10:38 +0300 Subject: [PATCH] chore(demo): fix security vulnerability --- projects/demo/src/index.html | 1 - projects/demo/src/polyfills.ts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/demo/src/index.html b/projects/demo/src/index.html index ca2270c130b0..c7c267c15718 100644 --- a/projects/demo/src/index.html +++ b/projects/demo/src/index.html @@ -164,7 +164,6 @@ rel="prefetch" /> Taiga UI - diff --git a/projects/demo/src/polyfills.ts b/projects/demo/src/polyfills.ts index aa09a9ff6ae6..07359d0dff4b 100644 --- a/projects/demo/src/polyfills.ts +++ b/projects/demo/src/polyfills.ts @@ -1 +1,2 @@ +import 'core-js/es6/reflect'; import 'zone.js';