From ac43c0ae7c20e5f57daefe349460773220e5eb9a Mon Sep 17 00:00:00 2001 From: Ovler-Young Date: Wed, 1 Feb 2023 09:50:42 +0000 Subject: [PATCH] Update to fix Security dependences in buctbase --- package.json | 5 ++++- pnpm-lock.yaml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5afc5e0..ca3f25f 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,10 @@ "prismjs@>=1.14.0 <1.27.0": ">=1.27.0", "next@>=10.0.0 <12.1.0": ">=12.1.0", "follow-redirects@<1.14.8": ">=1.14.8", - "glob-parent@<5.1.2": ">=5.1.2" + "glob-parent@<5.1.2": ">=5.1.2", + "@xmldom/xmldom@<0.7.7": ">=0.7.7", + "minimatch@<3.0.5": ">=3.0.5", + "json5@<1.0.2": ">=1.0.2" } } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef75246..581a0a6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,6 +6,9 @@ overrides: next@>=10.0.0 <12.1.0: '>=12.1.0' follow-redirects@<1.14.8: '>=1.14.8' glob-parent@<5.1.2: '>=5.1.2' + '@xmldom/xmldom@<0.7.7': '>=0.7.7' + minimatch@<3.0.5: '>=3.0.5' + json5@<1.0.2: '>=1.0.2' specifiers: '@fortawesome/fontawesome-svg-core': ^1.2.35