From 8bde353f8837d13f677948e53a0740596f9051c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:44:11 +0800 Subject: [PATCH] build(deps-dev): bump serve-static in /litemall-admin (#554) Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.13.2 to 1.16.0. - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/serve-static/compare/v1.13.2...1.16.0) --- updated-dependencies: - dependency-name: serve-static dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- litemall-admin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litemall-admin/package.json b/litemall-admin/package.json index 133b6fff0..094c8337e 100644 --- a/litemall-admin/package.json +++ b/litemall-admin/package.json @@ -89,7 +89,7 @@ "sass": "1.26.2", "sass-loader": "8.0.2", "script-ext-html-webpack-plugin": "2.1.3", - "serve-static": "1.13.2", + "serve-static": "1.16.0", "svg-sprite-loader": "4.1.3", "svgo": "1.2.0", "vue-template-compiler": "2.6.10"