From 8eaea2dfc9cbacc60e7c52afa5b5841bf3a49744 Mon Sep 17 00:00:00 2001 From: Eli Knebel Date: Thu, 2 Nov 2023 07:59:27 -0400 Subject: [PATCH] fix phoenix_html license issue --- assets/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/webpack.config.js b/assets/webpack.config.js index 44daa0c7a98..664b06c4e28 100644 --- a/assets/webpack.config.js +++ b/assets/webpack.config.js @@ -322,7 +322,7 @@ module.exports = (env, options) => ({ licenseOverrides: { 'janus-script@1.9.2': 'MIT', 'phoenix_html@3.3.1': 'MIT', - 'phoenix_html@3.3.2': 'MIT', + 'phoenix_html@3.3.3': 'MIT', 'typed-function@2.0.0': 'MIT', }, unacceptableLicenseTest: (licenseIdentifier) => {