diff --git a/package.json b/package.json index 9e2fc32..09f7ad1 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vue/tsconfig": "^0.5.1", "buffer": "^5.5.0||^6.0.0", "commander": "^12.0.0", - "generate-license-file": "^3.0.1", + "generate-license-file": "^3.2.0", "npm-run-all2": "^6.1.1", "terser": "^5.30.3", "typescript": "~5.4.5", diff --git a/yarn.lock b/yarn.lock index 58adf7e..0f1590c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -270,10 +270,10 @@ "@babel/helper-validator-identifier" "^7.22.20" to-fast-properties "^2.0.0" -"@commander-js/extra-typings@^11.0.0": - version "11.1.0" - resolved "https://registry.yarnpkg.com/@commander-js/extra-typings/-/extra-typings-11.1.0.tgz#dd19fcb8cc6e33ede237fc1b7af96c70833d8f93" - integrity sha512-GuvZ38d23H+7Tz2C9DhzCepivsOsky03s5NI+KCy7ke1FNUvsJ2oO47scQ9YaGGhgjgNW5OYYNSADmbjcSoIhw== +"@commander-js/extra-typings@^12.0.0": + version "12.0.1" + resolved "https://registry.yarnpkg.com/@commander-js/extra-typings/-/extra-typings-12.0.1.tgz#4a74a9ccf1d19ef24e71df59359c6d90a605a469" + integrity sha512-OvkMobb1eMqOCuJdbuSin/KJkkZr7n24/UNV+Lcz/0Dhepf3r2p9PaGwpRpAWej7A+gQnny4h8mGhpFl4giKkg== "@esbuild/aix-ppc64@0.20.2": version "0.20.2" @@ -1596,12 +1596,12 @@ gauge@^5.0.0: strip-ansi "^6.0.1" wide-align "^1.1.5" -generate-license-file@^3.0.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/generate-license-file/-/generate-license-file-3.0.1.tgz#a30420a0c0d625da5f722fbf52f39d4313f9aeff" - integrity sha512-kQ9IoHX5bcydUugMlhOxxSKbx5zLfSJ8XuWNKZ3Jp/v30VFeAcZ8Ch4zyZcYqmm0IKy6fNzZPe2o8IhNjMQbjA== +generate-license-file@^3.2.0: + version "3.2.0" + resolved "https://registry.yarnpkg.com/generate-license-file/-/generate-license-file-3.2.0.tgz#1184d49cdf2b373cd59165030091cd8cad0d8b62" + integrity sha512-k5xFIOMSWuJbtOm7+jU3EjplWronB65sliK1PFm60zMUpXAxQjYGBGtAmqUZxi20CfLtB7xtR7qipG5sdJ6BaA== dependencies: - "@commander-js/extra-typings" "^11.0.0" + "@commander-js/extra-typings" "^12.0.0" "@npmcli/arborist" "^7.0.0" cli-spinners "^2.6.0" cosmiconfig "^9.0.0"