From 4b07a5e74cd0b2873d0a23b425a75c72b28085d8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:10:04 +0000 Subject: [PATCH 1/2] chore(deps): update dependency axios to v1.16.0 --- ui/yarn.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/yarn.lock b/ui/yarn.lock index 2d0a148..21fc50f 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2085,11 +2085,11 @@ aws4@^1.8.0: integrity sha1-1h9G2DslGSUOJ4Ta9bCUeai0HFk= axios@^1.11.0: - version "1.15.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b" - integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A== + version "1.16.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7" + integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w== dependencies: - follow-redirects "^1.15.11" + follow-redirects "^1.16.0" form-data "^4.0.5" proxy-from-env "^2.1.0" @@ -4273,7 +4273,7 @@ follow-redirects@^1.0.0: resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.3.tgz" integrity sha512-3MkHxknWMUtb23apkgz/83fDoe+y+qr0TdgacGIA7bew+QLBo3vdgEN2xEsuXNivpFy4CyDhBBZnNZOtalmenw== -follow-redirects@^1.15.11: +follow-redirects@^1.16.0: version "1.16.0" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.16.0.tgz#28474a159d3b9d11ef62050a14ed60e4df6d61bc" integrity sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw== From 432b37abdefd6a22146c3bbae3b762347ba30ead Mon Sep 17 00:00:00 2001 From: Andrea Leardini Date: Thu, 7 May 2026 10:50:08 +0200 Subject: [PATCH 2/2] build: transpile axios to fix build --- ui/vue.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/vue.config.js b/ui/vue.config.js index 681f95c..6f814f4 100644 --- a/ui/vue.config.js +++ b/ui/vue.config.js @@ -1,5 +1,7 @@ module.exports = { publicPath: "./", + // added to fix the build of https://github.com/NethServer/ns8-kickstart/pull/114 + transpileDependencies: ["axios"], configureWebpack: { optimization: { splitChunks: {