From a6b4fb7729e4311d4e1bb7a23b5eb95e283c90a9 Mon Sep 17 00:00:00 2001
From: Gusted <postmaster@gusted.xyz>
Date: Wed, 24 Jul 2024 23:38:31 +0200
Subject: [PATCH] [CHORE] Remove `AGPL-1.0` as allowed license

- The last dependency using this license was removed in #4595 (thanks @Beowulf!).
---
 webpack.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webpack.config.js b/webpack.config.js
index 9866102414..14523462d5 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -36,7 +36,7 @@ if (isProduction) {
   licenseChecker.init({
     start: baseDirectory,
     production: true,
-    onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; AGPL-1.0; ISC; Unlicense; CC-BY-4.0',
+    onlyAllow: 'Apache-2.0; 0BSD; BSD-2-Clause; BSD-3-Clause; BlueOak-1.0.0; MIT; ISC; Unlicense; CC-BY-4.0',
     // argparse@2.0.1 - Python-2.0. It's used in the CLI file of markdown-it and js-yaml and not in the library code.
     // elkjs@0.9.3 - EPL-2.0. See https://github.com/mermaid-js/mermaid/pull/5654
     // idiomorph@0.3.0. See https://github.com/bigskysoftware/idiomorph/pull/37